/*
    Document   : news
    Created on : 2011-7-7, 16:14:04
    Author     : ICYGEN
    Description:
        News page styles
*/

div#page .col1 {
    float: left;
    width: 224px;
    padding-left: 2px;
}
div#page .col2 {
    float: left;
    width: 470px;
    margin-left: 20px;
}
div#page .col2 p{
   	padding:10px 0px 0px 10px;
	margin:0;
}
div#page .col2 ol{
   	margin: 5px 0;
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
}
/*div#page .col2 strong{
 	float:left;
}*/
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 .col3 .banner {
    margin-top: 6px;
	margin-bottom: 6px;
}

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

div#page .col2 ul{
 	clear:both;
	margin-left:30px;
}

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

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

div#page .col3 .contacts {
    margin-bottom: 6px;
    margin-top: 6px;
}
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;
}
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: 4px 4px 0 0;
    padding: 1px 0;
}
themes.css (line 196)
div#page .col2 form.filter-team .name {
    margin-right: 12px;
    padding: 2px 10px !important;
    width: 120px;
}
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;
}