/* ---- START: Global Styles ---- */
a:link, a:active, a:visited {
	text-decoration: none;
	color:#3333cc;
	/*font-weight:bold;*/
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
	color: #ff6600;
}



.greenbar {
	background-image: url(../images/menugreen.gif);
	background-repeat: repeat-x;
	height: 24px;
	color: #6a6b6b;
	font-weight: bold;
}


.greenbar h3 {
	color: #FFFFFF;
	margin: 0px;
	text-decoration:none;
		
}


.yellowbar {
	background-image: url(../images/menuyellow.gif);
	background-repeat: repeat-x;
	height: 24px;
	color: #6a6b6b;
	font-weight: bold;
}


.yellowbar h3 {
	color: #ff0000;
	margin: 0px;
	text-decoration:none;
		
}


body, input, select, textarea, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #000000;	
}

h1 {
	font-size:18px; line-height:23px;
}

h3 {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #336600;
	text-decoration:underline;
}




/* ---- END: Global Styles ----   */


.oddOff {
	background-color: #E8F6FF;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}



.oddOn {
	background-color: #E1F6C0;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}

.evenOff {
	background-color: #F7F7F7;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}

.evenOn {
	background-color: #E1F6C0;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}
	
p {text-align:justify;}

.listfolder {list-style-image: url(../images/folder.gif);}
.listart {list-style-image: url(../images/art.gif);}
.listgreendot {list-style-image: url(../images/listgreendot.gif);}

.tableborder {background:#ffffcc;border:1px solid #787878;padding:5 5 5 5;}

.blog h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	text-decoration:underline;
	margin-bottom:5px;
	line-height:21px;

}


.blogcomment {
	margin: 10px 10px 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #F0FFF0;
	border: 1px solid #D5F0A4;
}

/* blog menu */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}