/*
    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 .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 .text {
    color: #000;
	font-size:11px;
}

div#page .col2 .row .butt-1 {
    margin-top: 5px;
}

div#page .col3 {
    float: left;
    width: 250px;
    margin-left: 20px;
}

div#page .col3 .calendar {
    margin-bottom: 6px;
}
div#page .col3 .calendar .title {
    font-family: Georgia, Verdana, Arial, sans;
    color: white;
    font-size: 1.4em;
    font-style: italic;
    margin-bottom: 3px;
	font-weight:bold;
}
div#page .col3 .calendar .text {
    color: #fff !important;
    font-size: 0.9em;
    margin: 8px 0px 6px 0px;
}
div#page .col3 .calendar .text a{
    color: #fff !important;
}
div#page .col3 .contacts {
    margin-bottom: 6px;
    margin-top: 6px;
    position:relative;
}
div#page .col3 .contacts .title {
    color: white;
    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: white;
    font-size: 0.9em;
    margin: 28px 0 6px;
}

.r {border:1px solid red;}

div#page .col2 form.filter-team .name {
    margin-right: 12px;
    padding: 2px 10px !important;
    width: 120px;
}
div#page .col2 form.filter-team .checkbox {
    margin-right: 12px;
    padding: 2px 10px !important;
}

div#page .col2 form.filter-directions select, div#page .col2 form.filter-directions .contact, div#page .col2 form.filter-directions .resp, div#page .col2 form.filter-team select, div#page .col2 form.filter-team .name, div#page .col2 form.filter-team .checkbox {
    background-color: white;
    border: 1px solid #DBDBDB;
    border-radius: 5px 5px 5px 5px;
    color: #B5B5B5;
    float: left;
    font-size: 0.9em;
    margin: 8px 4px 0 0;
    padding: 1px 0;
}
div#page .col2 form.filter-directions .butt-1, div#page .col2 form.filter-team .butt-1 {
    margin-top: 6px;
}
.PB4 {
    padding-bottom:4px;
}
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;
}
div#page .col2 ul,
div#page .col2 ol{
 	clear:both;
	margin-left:30px;
}

div#page .col2 ul li,
div#page .col2 ol li {
 	margin-top:5px;
}


ul.filesList {
	list-style:none;
	 margin-left: 0!important;
}
ul.filesList li{
    background: url("../images/separator-3.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding: 10px 0;
}
ul.filesList li div.title {
	font-weight: bold;
}
ul.filesList li div.date {
	font-size: 1em;
}