/*
 *	Zen Micro v1.0 (Derived from Zen Micro)
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2007 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.5/
 */


/*******************/
/* Template Layout */
/*******************/

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

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

#header {
clear:both;
text-align:left;
width:770px; height:150px;
background:url(../images/header.jpg) 0 0 no-repeat; position:relative;
z-index: 10;
}

#left-wrapper, #main-content1col, #main-content2col, #main-content3col, #right-content {
margin-top: 2px;
padding:2px;
}

#left-content {
position:relative;
border:0px solid #ccc;
float:left;
margin-left: 2px;
width:275px;
margin-top: 2px;
margin-bottom:4px;
}

#wrapper {
float:right;
width:582px;
margin-right: 2px;
margin-bottom:4px;
}

#main-content1col {
width:762px;
margin-top: 6px;
border:0px solid #ccc;
margin-left: 2px;
margin-bottom: 2px;
}

#main-content2col {
float:right;
border:0px solid #ccc;
margin-right: 4px;
margin-bottom: 4px;
width:480px;
}

#main-content3col {
float:left;
border:1px solid #ccc;
width:384px;
}

#right-content {
position:relative;
border:0px solid #ccc;
float:right;
width:175px;
margin-top: 2px;
}

#footer{
clear:both;
position:relative;
width:750px;
border:0px solid #ccc;
text-align:center;
font-size:10px;
font-weight: bold;
color: #fff;
background:#752675;
padding:10px;
}

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

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

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

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

#username {
width:100px;
border: #000 1px solid;
margin-bottom:5px;
}

#password {
width:100px;
border: #000 1px solid;
margin-bottom:5px;
}

#loggedin {
border:0px;
}

#loginbutton {
border:0px;
}

#loginuser {
color: #000;
margin-top:5px;
margin-bottom:5px;
}

P.login {
margin:0px;
}

#sword, #searchbutton {
z-index: 10;
font-size:12px;
top:95px;
position:absolute;
}

#sword {
left:552px;
width:148px;
border: #666 1px solid;
margin:0px;
}

#searchbutton {
left:708px;
border:0px;
}

#pdflink {
position:absolute;
top: 170px;
left: 672px;
font-size:10px;
}

#printpage {
position:absolute;
top: 170px;
left: 560px;
font-size:10px;
}

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

.vertnav1 a:link,
.vertnav1 a:visited,
.vertnav1 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:165px;
background:#eee;  /*lgt grey*/
border-bottom:1px solid #ccc; /*lgt grey*/ 
color:#333; /*rdk grey*/ 
}
.vertnav1 a:hover {
color:#000; /*black*/ 
background:#fff;  /*white*/
}

.vertnav1-act a:link,
.vertnav1-act a:visited,
.vertnav1-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
font-weight: bold;
text-decoration:none;
width:165px;
background:#fff;  /*white*/
border-bottom:1px solid #ccc; /*lgt grey3*/ 
color:#000;  /*black*/
}

.vertnav2 a:link,
.vertnav2 a:visited,
.vertnav2 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:165px;
background:#DEDEDE;  /*lght grey3*/
text-indent:15px;
color:#000; /*nav2 black*/ 
}
.vertnav2 a:hover {
background:#ccc;  /*lgt grey3*/
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:165px;
text-indent:15px;
background:#ccc;  /*lgt grey3*/
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:165px;
border-bottom:1px dotted #333;  /*drk grey*/
text-indent:30px;
background:#ABABAB;  /*grey*/
color:#fff; /*black*/ 
}
.vertnav3 a:hover {
background:#666;  /*drk grey2*/
color:#fff;  /*white*/
}

.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:165px;
text-indent:30px;
background:#666;  /*drk grey2*/
color:#fff;  /*white*/
}

.vertnav4 a:link,
.vertnav4 a:visited,
.vertnav4 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:165px;
border-bottom:1px solid #333;  /*drk grey*/
text-indent:45px;
color:#000; /*black*/ 
}
.vertnav4 a:hover {
color:#333;  /*drk grey*/
font-weight: bold;
}

.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:165px;
border-bottom:1px dotted #333;  /*drk grey*/
text-indent:45px;
color:#333;  /*drk grey*/
font-weight: bold;
}


******************/
/* Headers, plain */
/******************/   
H1 { background-color:#fff; padding:4px; font-size:20px; color: #732973;}
H2 { font-size: 16px; color: #732973; }
H3 { font-size: 14px; color: #732973; }
H4 { font-size: 12px; color: #732973; }
H5 { font-size: 16px; color: #732973; text-align:center; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 2px; margin-bottom: 2px; }
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: #2961DC; text-decoration: none; }
H2 A { color: #732973;; }
H3 A { color: #2961DC; }
H4 A { color: #8A0020; }
H5 A { color: #2961DC; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: none; }


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, PRE, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; color: #000; }
P { color: #000; }
H1 { background-color:#fff; padding:4px; font-size:20px; color: #732973;}
H3 { color: #732973; }
H2, H4, H5 { color: #732973; }
PRE PRE { font-family: monospace; }
A { color: #2961DC; text-decoration: none;}
A:hover { color: #2961DC; text-decoration: none; }
FORM { margin: 0px 0px 0px 0px;}
P, TD, UL, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 12px; }

/********************************/ 
/* Frames, spacing, link-to-top */ 
/********************************/ 
P.csc-linkToTop { text-align:right; }
P.csc-linkToTop A { font-weight:bold; }


DIV.contentframe1 { background-color:#DEC6E7; padding:6px; border:1px solid #333; margin-bottom:5px; font-size:12px; }
DIV.contentframe1 H1 { background-color:#DEC6E7; font-size:16px; color: #732973;}
DIV.contentframe2 { background-color:#fff; border:1px solid #C9D9F2; margin-bottom:5px; font-size:12px; }
DIV.contentframe3 { background-color:#fff; padding:6px; border:1px solid #C9D9F2; font-size:12px; }
DIV.contentframe4 { background-color:#fff; padding:6px; border:1px solid #C9D9F2; font-size:12px; }
DIV.csc-frame-frame1 { background-color:#EDEBF1; padding:2px 4px 2px 4px; border:1px solid #333333; }
DIV.csc-frame-frame2 { background-color:#fff; padding:4px 0px 8px 0px; border-bottom:1px dotted #FF6000; margin-bottom:12px; margin-top:5px; font-size:12px; }


DIV.csc-mailform-field { margin-bottom:10px;}
DIV.csc-mailform { color:#732973;}

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; margin-left: -20px; color: #732973;}

TD { background-color:#DEC6E7; padding:6px; border:1px solid #fff; margin-bottom:5px; font-size:12px; }
.tx-indexedsearch-res TD { background-color:#fff; }


/**********/
/* Images */
/**********/

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

.tx-newloginbox-pi1 {background-color:#eee; margin:0px; border:1px solid #ccc; padding:4px;}
