﻿/*
 *	Zen light Professional v1.3.2
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2007 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.5/
 */


/*******************/
/* Template Layout background:#C0E3FF;*/
/*******************/

body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
background:#CCCCCC;
}

#container {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background.gif) 0 0 repeat; position:relative;
width:770px;
margin:0 auto;
}

#container800 {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background.gif) 0 0 repeat; position:relative;
width:800px;
margin:0 auto;
}


#container2col {
text-align:left;
border:1px solid #999999;
top:0px;
background:url(../images/background2col.gif) 0 30px repeat; position:relative;
width:770px;
margin:0 auto;
}

#container3col {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background3col.gif) 0 30px repeat; position:relative;
width:770px;
margin:0 auto;
}


#header1 {
	clear: both;
	text-align: left;
	width: 770px;
	height: 70px;
	z-index: 10;
	background-color: #EDECEA;
	}


#header2 {
clear:both;
text-align:left;
width:770px; height:120px;
z-index: 40;
}


#header3 {
clear:both;
text-align:left;
width:590px; height:170px;
/* background:url(../images/header.jpg) 0 0 no-repeat; position:relative; */
z-index: 5;
}




#left-content {
position:relative;
float:right;
width:170px;
left:0px;
}

#wrapper {
float:right;
width:591px;
min-height: 175px;
}

#main-content1col {
width:750px;
min-height: 175px;
padding: 10px 0px 10px 0px;
}

#main-content2col {
float:left;
width:570px;
min-height: 175px;
padding: 70px 10px 10px 10px;
}

#main-content3col {
float:left;
width:385px;
padding:10px;
}

#right-content {
position:relative;
float:right;
width:170px;
left:0px;
}

#footer{
clear:both;
position:relative;
text-align:center;
font-size:10px;
font-weight: bold;
color: #ddd;
background:#444;
PADDING-TOP: 7px;
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 10px;
}

.footerlink a {
font-size:10px;
font-weight: bold;
color: #fff;
}

.footerlink a:hover {
color: #ddd;
}


/********************************/
/* Form elements */
/*******************************/

#username, #password, #loggedin, #loginbutton, #loginuser {
z-index: 10;
font-size:12px;
top:3px;
position:absolute;
}

#username {
left:540px;
width:64px;
border: #000 1px solid;
margin:0px;
}

#password {
left:616px;
width:64px;
border: #000 1px solid;
margin:0px;
}

#loggedin {
left:595px;
}

#loginbutton {
left:688px;
border:0px;
}

#loginuser {
left:570px;
top:6px;
color: #fff;
}

/********************************/
/* Vertical navigation menu */
/*******************************/

.vertnav1 a:link,
.vertnav1 a:visited,
.vertnav1 a:active {
	margin: 0px 0px -1px 0px;
	display: block;
	padding: 5px;
	font-size: 13px;
	text-decoration: none;
	width: 150px; /*background:#444; /*dark grey*/;
	background: url(../images/nav.gif) 0 0 repeat;
	position: relative;
	border: 1px solid #CCCCCC;
	color: #fff; /*nav1 white*/
}
.vertnav1 a:hover {
color:#FFFFFF;  /*nav white*/
background:#000000;
}

.vertnav1-act a:link,
.vertnav1-act a:visited,
.vertnav1-act a:active {
margin: 0px 0px -1px 0px;
display:block;
padding:5px;
font-size:13px;
font-weight: bold;
text-decoration:none;
width:150px;
background:#FFFFFF;  /*nav blue*/
border: 1px solid #CCCCCC;
color:#444;  /*nav white*/
}

.vertnav2 a:link,
.vertnav2 a:visited,
.vertnav2 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:150px;
background:#68B0FF;  /*light blue 1*/
text-indent:15px;
color:#000; /*nav2 black*/ 
}
.vertnav2 a:hover {
background:#94CDFF;  /*light blue 2*/
color:#333;  /*dark grey*/
}

.vertnav2-act a:link,
.vertnav2-act a:visited,
.vertnav2-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:150px;
text-indent:15px;
background:#C0C0C0;  /*light blue 2*/
color:#333;  /*dark grey*/
}

.vertnav3 a:link,
.vertnav3 a:visited,
.vertnav3 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:150px;
border-bottom:1px dotted #0099FF;  /*electric blue*/
text-indent:30px;
background:#C0E3FF;  /*light blue 3*/
color:#E46C1B; /*brown orange*/ 
}
.vertnav3 a:hover {
background:#C0E3FF;  /*light blue 3*/
color:#0099FF;  /*electric blue*/
}

.vertnav3-act a:link,
.vertnav3-act a:visited,
.vertnav3-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:150px;
text-indent:30px;
background:#C0E3FF;  /*light blue 3*/
color:#0099FF;  /*electric blue*/
}
.vertnav3-act a:hover {
color:#0099FF;  /*electric blue*/
}

.vertnav4 a:link,
.vertnav4 a:visited,
.vertnav4 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:150px;
border-bottom:1px dotted #0099FF;  /*electric blue*/
text-indent:45px;
color:#E46C1B; /*brown orange*/ 
}
.vertnav4 a:hover {
color:#993300;  /*brown*/
}

.vertnav4-act a:link,
.vertnav4-act a:visited,
.vertnav4-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:150px;
border-bottom:1px dotted #0099FF;  /*electric blue*/
text-indent:45px;
color:#993300;  /*brown*/
}

/* General element styles:*/  
H1, H2, H3, H4, H5, H10, H11, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#000000; font-size:12px; }
PRE { font-family:monospace; }
A {
	font: 100% Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #660066;
}
li {
	font-size: 12px;
	color: #000000;
}

A:hover {text-decoration:none; }
FORM { margin:0px;}
P, PRE {color:#000;}
P, TD, UL, OL { font-size:12px;}
INPUT, TEXTAREA, SELECT textarea { font-family:arial, helvetica, sans-serif; color:#000; border: #006AC2 1px solid; font-size:12px; }
input[type=radio], input[type=checkbox] { border: 0px solid; }


/* Frames, spacing, link-to-top */ 
DIV.csc-frame-frame1 { background-color:#DCF0FF; padding:2px 4px 2px 4px; border:1px solid #333; }
DIV.csc-frame-frame2 { background-color:#FFFFFF; padding:0px 0px 4px 0px; border-bottom:1px dotted #009CFF; margin-bottom:4px; margin-top:3px; font-size:12px; }


/* Headers, plain */ 
H1  { font-size:14px; color:#000000; font-weight:bold;}
H2  { font-size:16px; color:#000000; }
H3  { font-size:12px; color:#C0C0C0;}
H4  { font-size:14px; color:#E0E0E0;}
H6  { font-size:11px; color:#CCCCCC;}
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:5px; margin-bottom:5px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }


/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #FFFFFF; text-decoration:none; }
H2 A  { color:#FFFFFF; }
H3 A  { color:#C0C0C0; }
H4 A  { color:#C0C0C0; }
H5 A  { color:#7E4400; }
H6 A  { color:#FFFFFF; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { text-decoration:none; }


/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:12px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:12px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:12px; }


/* Header date */ 
P.csc-header-date { font-size:10px; color:#186900; }


.style999 { font-size:12px; color:#000000; font-weight:bold;}
.style998 { font-size:12px; color:#000000;}
.style888 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.form {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	padding-top: 5px;
}

.style1111 {
	text-decoration: none;
}
.style2222 {
	color: #DDDDDD;
}


