/* -- Olympia --*/
p.graf {
 	color: #cccccc;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 10px;
}

#aRight a {
	font-size: 11px;
	/*color: #0067C6;*/
	color: #696969;
}

/*-- layouts -- */
#wrapper {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1400px;
	text-align: left;	
}

.layouts {
	padding: 0px 35px;
}

#topIcons {
	height: 35px;
	padding-left: 92px;
	margin: 0px 35px;
}

#topIcons ul li {
	float: left;
}

#topIcons ul li img {
	margin: 15px 12px 0px 12px;
}

.columnLeft, .columnCenter, .columnRight {
	float:left;
}

.columnLeft {
	width: 21%;
	overflow: visible;
	min-width: 213px;
}

.columnCenter, .columnRight {
	padding-top: 55px;
}

.columnCenter {
	width: 42%;
	padding-right: 7%;
}

.columnRight {
	width: 22%;
}

/* -- sec layouts -- */
.secondPage {
	width: 65%;
	padding-right: 6%;
	padding-top: 55px;
	float: left;
}

.se {
	background: transparent url(../img/secondBG.jpg) no-repeat top right;
}

/* -- leftcol -- */
.columnLeft a {
	color: #0067c6;
}

#actions {
	margin-top: 22px;
	font-size: 11px;
	color: #0067c6;
}

#actions table {
	width: 185px;
	margin-bottom: 8px;
}

#actions table td.top {
	background: url(../img/act_top.gif) no-repeat;
	height: 5px;
}

#actions table td.bottom {
	background: url(../img/act_bottom.gif) no-repeat;
	height: 6px;
}

#actions table td.image {
	border-left: 1px solid #acacac;
}

#actions table td.image img {
	margin: 6px;
}

#actions table td.text {
	border-right: 1px solid #acacac;
	vertical-align: top;
	line-height: 1.23;
}

#actions table td.text b, #actions table td.text strong {
	font-size: 12px;
	padding: 4px 0px 4px 0px;
	display: block;
}

/* -- collage & search -- */
#headCollage {
	background: transparent url(../img/head_m_bg.jpg) no-repeat top right;
	width: 65%;
	height: 220px;
	float: left;
	clear: right;
	position:relative;
}

#headCollage div.headCont {
	text-align: left;
	/*float: right;*/
	position: /*relative*/absolute;
	/*top: -200px;*/
	top:20px; right:0;
}

form.search {
	width: 117px;
	height: 22px;
	background: transparent url(../img/searchform_bg.gif) no-repeat;
	margin-top: 25px;
}

form.search input {
	background: transparent;
	border: none;
	width: 90px;
	padding: 3px 0px 3px 10px;
}

form.search img {
	position: relative;
	left: -3px;
}

div.secondSearch {
	float:right;
	width:117px;
}

div.secondSearch form.search {
	float: right;
	margin-top: 40px;
}

.headCont table {
	font-size: 10px;
	color: #cecece;
	margin-top: 33px;
	margin-left: 10px;
}

.headCont table th {
	font-weight: bold;
	padding: 4px 0 4px 0;
}

.headCont table td {
	padding: 4px 0 4px 0;
}

.headCont table td b, .headCont table td strong {
	color: #000;
}

/* -- content -- */
#news dl {
	font-size: 12px;
}

#news dt {
	background: url(../img/news_bg.gif) no-repeat left 3px;
	padding-left: 13px;
	color: #5a5e61;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 6px;
}

#news dd {
	margin-bottom: 20px;
}

#twoColBottomTable {
	font-size: 11px;
	width: 100%;
}

#twoColBottomTable td {
	vertical-align: top;
}

#twoColBottomTable p {
	padding-bottom: 5px !important;
}

/* -- sidebar -- */
#videoPreview {
	margin: 40px 0 0 10px;
}

#videoPreview h3 {
	padding-bottom: 5px !important;
}

span.videoTitle {
	padding-left: 16px;
	background: transparent url(../img/videoTitle.gif) no-repeat left 2px;
	font-size: 11px;
	font-weight: bold;
	color: #5a5e61;
	margin-bottom: 8px;
	display: block;
}

#spec {
	margin: 0 0 0 10px;
}

#spec ul {
	font-size: 11px;
}

#spec ul li {
	background: transparent url(../img/small_gray_bullet.gif) no-repeat left 4px;
	padding: 0 0 8px 14px;
	line-height:1.26;
}

#spec ul li a {
	color: #696969;
	text-decoration: underline;
}

#spec ul li a:hover {
	text-decoration: none;
}

#my_menu a.selected{
	background-color: #0084D8;
	color: white;
	text-decoration: none;
	padding: 3px;
	margin-left: 7px;
}
#my_menu a.selected:hover{
	color: white;
}


/* -- footer -- */
#footer {
	margin: 50px 0 30px 16%;
	padding: 70px 0 0 1%;
	background: transparent url(../img/footer_bg.gif) no-repeat top left;
	font-size: 10px;
	line-height: 1.20;
}

/* -- Typography -- */
h1, .style1 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 12px;
}


h2, .style2 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 8px;
}

h3, .style3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 14px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 14px;
	padding-left: 12px;
	color: #0078ff;	
	background: transparent url(../img/small_blue_bullet.gif) no-repeat left 5px;
	line-height: 0.9 !important;
}

#mainContent hr {
	margin: 5px 6% 20px 6%;
	border-top: 1px solid #dddddd;
	border-bottom: none; 
	border-left: none; 
	border-right: none; 
	height: 1px;
}

.columnRight hr {
	margin: 5px 0 20px 0;
	border-top: 1px solid #dddddd;
	border-bottom: none; 
	border-left: none; 
	border-right: none; 
	height: 1px;
}


#mainContent {
	font-size: 13px;
	line-height: 1.26;
}

#mainContent p {
	padding-bottom: 15px;
}

#mainContent a {
	font-weight: bold;
	text-decoration: underline;
	color: #0088d7;
}

#mainContent a:hover {
	text-decoration: none;
}

#mainContent a.newsa {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#mainContent a.newsa strong, #mainContent a.newsa b {
	font-weight: bold;
	text-decoration: underline;
	color: #0088d7;
}

#mainContent ul, #mainContent ol{
     margin-left: 30px;
     margin-bottom: 15px;
}

#mainContent ul li {
     background: url(../img/bullet_text.gif) no-repeat left 3px; 
     list-style: none;
     padding-left: 19px;
}
#mainContent ol li {
     list-style: decimal;
     margin-left: 19px;
}

.content {
	padding-right: 10%;
	padding-left: 20px;
}

table.noBorderTable, table.borderTable {
	margin-bottom: 15px;
	margin-left: 20px;
}

table.noBorderTable img {
	margin-right: 20px;
}

table.borderTable {
	font-size: 11px;
	color: #757575;	
}

.userContent table.borderTable {
	width: 100%;
}

.userContent table.borderTable td {
	border: 1px solid #acacac !important;	
}


table.borderTable th, table.borderTable td {
	padding: 5px 5px 5px 20px;
}
table.borderTable td.title {
	padding: 5px;
	text-align: center;
}

table.borderTable th, table.borderTable td.title {
	border-bottom: 1px solid #acacac !important;
	font-weight: bold;
	color: #000;	
}

table.borderTable td.odd {
	background-color: #f7f9ff;
}

.userContent p.comment {
	font-size: 10px;
}

a.hrefimg {
 	background: url(../img/footer_bg.gif) no-repeat center center;
	display: block;
}

a.hrefimg img {	
	opacity: 0.6;
}

a.hrefimg:hover img {
	opacity: 1;
}


/*-------- form -----------*/
.formDiv table td { 
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 11px;
   	text-align: left;
}

table.formTable td{
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: left;
}
.formTable .inputTxt, .formTable textarea, .formTable select{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
        border: 1px solid #afafaf;
        margin-bottom: 5px;
        padding: 0px 4px;
	text-align: left;
}
.formTable .inputTxt{
        width: 50%;
}
.formTable textarea, .formTable select{
        width: 80%;
}
.fcaption, .fmessage{
        color: #000;
	padding-right: 10px;
}
.formTable .inputCell{
        padding-left: 5px;
        width: 100%;
}
.formTable .formCaption h1{
        margin-left: -20px;
}
.fmessage{
        padding: 10px 0px;

}
.ferror{
        color: #ee0000;
}
.checkbox{
        margin-bottom: 10px;
}
.button{
    border: 1px solid #E8E8E8;
    background-color: #63B8FF;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    padding: 3px;
}
/*--------- Calendar ----------*/
.calendarTable {
	font-size: 11px;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}

#CalendarYear {
	font-size: 12px;
	color: #0067C6; 
	font-weight: bold;
	border: 1px solid white;
}
.calendarTable a {
	color: #0084D8;
	text-decoration: underline;
}
.userContent img {
	margin:0 10px;
}