/* layout styles */
td {}

body {
background-color:#CCCCCC;
scrollbar-face-color:#0A690D;
scrollbar-arrow-color:#F1FFE3;
scrollbar-track-color:#0E4120;
scrollbar-shadow-color:#065408;
scrollbar-highlight-color:#9EC79F;
scrollbar-3dlight-color:#9EC79F;
scrollbar-darkshadow-Color:#065408;
}

td.barLeft {
background-repeat : repeat-y;
background-image : url(images/barLeft.jpg);
}

td.barRight {
background-repeat : repeat-y;
background-image : url(images/barRight.jpg);
}

td.NaviLine{
background-repeat : repeat-y;
background-image : url(images/naviLine.gif);
}
td.titleBar{
background-repeat : no-repeat;
background-image : url(images/contentBar.jpg);
width:319px;
height:21px;
}
/* /// layout styles */


/* content styles */
.title
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color:#CCD4DB;
	vertical-align : top;
}

.contenttext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color:black;
	vertical-align : top;
	padding-left:14px;
	padding-right:26px;
	padding-top:18px;
	padding-bottom:22px;
}

.subtitle
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	color:black;
	letter-spacing: 1px
}


/*  /// content styles */


/* leftnavi styles*/
.leftNavi 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
/*	padding-left:14px;*/
	color:black;
	letter-spacing: 1px;
	
}
.leftNaviActive 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
/*	padding-left:15px;*/
	color:black;
	letter-spacing: 2px;
}
A:link.leftNavi {text-decoration: none; color: black;}
A:visited.leftNavi {text-decoration: none; color: black; }
A:active.leftNavi {text-decoration: none; color: black; }
A:hover.leftNavi {text-decoration: underline; color: black; }
/* /// leftnavi styles*/
/*error link */
.eLink 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color:#007C4F;
	padding-left:13px;
	letter-spacing: 1px
}
A:link.eLink {text-decoration: none; color: #007C4F; }
A:visited.eLink {text-decoration: none; color: #007C4F; }
A:active.eLink {text-decoration: none; color: #007C4F; }
A:hover.eLink {text-decoration: underline; color: #007C4F; }
/* ///error link */

.personLink 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color:#007C4F;
	letter-spacing: 1px
}
A:link.personLink {text-decoration: none; color: #007C4F; }
A:visited.personLink {text-decoration: none; color: #007C4F; }
A:active.personLink {text-decoration: none; color: #007C4F; }
A:hover.personLink {text-decoration: underline; color: #007C4F; }

.frontLink 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	color:#D7D9DC;
	letter-spacing: 1px
}
A:link.frontLink  {text-decoration: none; color: #D7D9DC; }
A:visited.frontLink  {text-decoration: none; color: #D7D9DC; }
A:active.frontLink  {text-decoration: none; color: #D7D9DC; }
A:hover.frontLink  {text-decoration: underline; color: #D7D9DC; }


/* speak section */
.speakLine
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color:black;
}
.speakLink 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color:#007C4F;
	letter-spacing: 1px
}
A:link.speakLink {text-decoration: none; color: #007C4F; }
A:visited.speakLink {text-decoration: none; color: #007C4F; }
A:active.speakLink {text-decoration: none; color: #007C4F; }
A:hover.speakLink {text-decoration: underline; color: #007C4F; }
/* /// speak section */


/* imagebank */
.button
{
height:20px;
width:80px;
font-size:11px;
font-weight:bold;
color:black;
background-color:#308737;
font-family : Arial, Helvetica, sans-serif;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-style : solid;
	border-right-style : solid;
	border-top-color : #ECFFEE;
	border-right-color : #ECFFEE;
	border-bottom-color : #ECFFEE;
	border-left-color : #ECFFEE;

}

.formField {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color:black;
}

.selectMedium {
width:120px;
height:18px;
font-size : 12px;
}

.textFieldSmall {
width:120px;
height:18px;
font-size : 12px;
}

.textField {
width:210px;
height:18px;
font-size : 12px;
}
.textarea {
width:210px;
height:150px;
font-size : 12px;
}




.imageBanktext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color:#CCD4DB;
}
/* /// imagebank */


