/*
    Document   : media
    Created on : 2011-7-12, 12:36:01
    Author     : IGYCEN
    Description:
        Media styles
*/

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

div#page .col2 .text-gray-1 {
    margin-bottom: 10px;
}
div#page .col2 .media-cont {
    margin: 20px auto 0px auto;
    width: 396px;
    position:relative;
}
div#page .col2 .media-cont .title {
    margin-top: 4px;
}
div#page .col2 .filter {
    margin-top: 6px;
}
div#page .col2 .filter select {
    float: left;
    width: 100px;
    margin-right: 14px;
    padding: 1px 0px;
}
div#page .col2 .filter .keywords {
    float: left;
    width: 115px;
    margin-right: 10px;
    padding: 2px 5px 2px 10px;
}
div#page .col2 .filter .keywords, div#page .col2 .filter select {
    color: #B5B5B5;
    border: 1px solid #DBDBDB;
    background-color: white;
    font-size: 0.9em;
    margin-top: 2px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
div#page .col2 .row {
    background: url( ../images/separator-3.gif ) bottom left repeat-x;
    padding: 10px 10px 10px 0px;
}
div#page .col2 .row .content {
    margin-left: 150px;
}
div#page .col2 .row .date {
    color: #828282;
    font-size: 0.9em;
    margin-bottom: 4px;
}
div#page .col2 .row .title {
    color: #568b33;
    margin-bottom: 6px;
}
div#page .col2 .even {
    background-color: #F7F7F7;
}
div#page .col2 .gallery-thumbs {
    clear: right;
    padding-top: 8px;
    margin-bottom: 10px;
    text-align: center;
}
div#page .col2 .gallery-thumbs .arr {
    position: relative;
    top: -16px;
}

div#page .col3 .docs {
    margin-bottom: 10px;
}

a.download-vid, a.download-pic {
    color: #868686;
    font-size: 0.9em;
    background: url( ../images/icons/camera.gif ) right center no-repeat;
    padding-right: 22px;
    line-height: 2em;
}
a.download-pic {
    background: url( ../images/icons/picture.gif ) right center no-repeat;
}

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;
    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;
}

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 .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;
}
