/*
    Document   : team
    Created on : 2011-7-14, 14:10:13
    Author     : ICYGEN
    Description:
        Team pages
*/

div#page .col1 {
    float: left;
    width: 224px;
    padding-left: 2px;
}
div#page .col2 {
    float: left;
    width: 470px;
    margin-left: 20px;
}
div#page .col2 {
    float: left;
    width: 470px;
    margin-left: 20px;
}
div#page .col3 {
    float: left;
    width: 250px;
    margin-left: 20px;
}

div#page .col2 ul li{
    margin-left: 20px;
}

div#page .col2 .title-2 select {
    border: 1px solid #DBDBDB;
    background-color: white;
    color: #B5B5B5;
}
div#page .col2 .separator {
    background: url( ../images/separator-3.gif ) center left repeat-x;
    line-height: 30px;
}
div#page .col2 .row {
    background: url( ../images/separator-3.gif ) bottom left repeat-x;
    padding: 10px 0px;
}

div#page .col2 .row .date {
    color: #828282;
    font-size: 0.9em;
    margin-bottom: 10px;
}
div#page .col2 .row .text {
    color: #000;
	font-size:11px;
}
div#page .col2 .row img.left {
    margin-right: 20px;
}
div#page .col2 .row .butt-1 {
    margin-top: 5px;
}
div#page .col2 .marg {
    margin-right: 15px;
}
div#page .col3 {
    float: left;
    width: 250px;
    margin-left: 20px;
}

div#page .cform {
	background-color:#E6E6E6;
	width:450px;
}

div#page .cform .title {
    font-family: Georgia, Verdana, Arial, sans;
    color: #fff;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
	background-color:#568b33;
	padding:3px 12px;
}

div#page .cform .panel {
	padding:10px 15px;
}

div#page .cform .p20 {
	padding-left:20px;
}

div#page .cform .holder {
	display:block;
	float:left;
	padding:5px; 0px;
	width:100%;
}

div#page .cform .item {
	display:block;
	float:left;
	padding:5px; 10px 10px 0px;
	width:40%;
}

div#page .cform .holder1{
	display:block;
	float:left;
	padding:1px; 0px;
	width:48%;
}

div#page .cform .holder1 label{
	width:60px;
	font-size:11px;
}

div#page .cform .holder1 select {
    color: #9B9B9B;
    font-size: 0.8em;
	border: 1px solid #DBDBDB;
	background-color:white;
	margin-left:5px;
	width:100px;
}

div#page .cform .holder label {
	float:left;
	width:175px;
	font-size:11px;
}
div#page .cform .holder input, div#page .cform .holder textarea {
    color: #9B9B9B;
    font-size: 0.8em;
	border: 1px solid #DBDBDB;
	background-color:white;
	float:left;
	margin-left:10px;
	width:220px;
}
div#page .cform p {
	color:#616161;
	font-size:10px;
	padding:0px 5px!important;
	margin:0px !important;
}

div#page .cform a {
	text-decoration:underline;
}

.butt-send {
    background: url( ../images/buttons/butt-2-cl.png ) top left no-repeat;
    padding-left: 5px;
    color: white;

}
.butt-send .cr {
    background: url( ../images/buttons/butt-2-cr.png ) top right no-repeat;
    padding-right: 5px;
}
.butt-send .cr div {
    background: url( ../images/buttons/butt-2.png ) top repeat-x;
    height: 18px;
    font-size: 10px;
    line-height: 16px;
    padding: 0px 4px;
}
.butt-send a,
.butt-1 a {
	text-decoration:none !important;
}

.display-block {
	display:block;
	float:left;
	width:220px;
}
.w390 {	width:395px !important;	}

.w290 {	width:290px !important;	}

.w175 {	width:175px !important;	}

.w100 {	width:100px !important;	}

.w50 {	width:50px !important;	}

.w30 {	width:30px !important;	}

.r {border:1px solid red;}

div#page .col3 .contacts {
    margin-bottom: 6px;
    margin-top: 6px;
    position:relative;
}
div#page .col3 .contacts .title {
    color: #fff;
    font-family: Georgia,Verdana,Arial,sans;
    font-size: 1.4em;
    font-style: italic;
    margin-bottom: 3px;
	font-weight:bold;
}
div#page .col3 .contacts .text {
    color: #fff;
    font-size: 0.9em;
    margin: 28px 0 6px;
}

.box-2 {
    background-color: #B4C6DA;
    border: 3px solid #A5BBD3;
    padding: 8px;
}

div#page .col3 .registers {
    padding-left: 15px;
}

.box-3 {
    border: 1px solid #D7E2E9;
    padding: 8px;
}
.hasDatepicker {
    background: url('../images/icons/calendar.gif') no-repeat 100% 50%;
}
.ui-widget-content {
    min-height:0px !important;
}
div#page .col2 table {
    background: url( ../images/separator-3.gif ) bottom left repeat-x;
    padding: 0px 0px;
	border:1px solid #336699;
}

div#page .col2 table th {  
	background: #568b33; 
	color: white; 
	font-weight: bold;
	border:1px solid #336699;
	font-size:9px;
}

div#page .col2 table td{
    padding: 2px 2px;
	border:1px solid #336699;
	font-size:9px;
}