/* CSS Document */

A:visited {
	color : #000066;
	/*text-decoration: none;*/
}
A:link {
	color : #000066;
	/*text-decoration: none;*/
}
A:hover {
	color : #CC9900;
	/*text-decoration: none;*/
}
A:active {
	color : #000066;
	/*text-decoration: none;*/
}

A.goldheadlink:visited {
	font-size : 16px;
	color : #5F80B3;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A.goldheadlink:link {
	font-size : 16px;
	color : #5F80B3;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A.goldheadlink:hover {
	font-size : 16px;
	color : #5F80B3;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A.goldheadlink:active {
	font-size : 16px;
	color : #5F80B3;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

A.mainnav:visited {
	color : #000066;
	text-decoration: none;
}
A.mainnav:link {
	color : #000066;
	text-decoration: none;
}
A.mainnav:hover {
	color : #CC9900;
	text-decoration: none;
}
A.mainnav:active {
	color : #000066;
	text-decoration: none;
}

A.no-text-dec:visited {
	color : #000066;
	text-decoration: none;
}
A.no-text-dec:link {
	color : #000066;
	text-decoration: none;
}
A.no-text-dec:hover {
	color : #CC9900;
	text-decoration: none;
}
A.no-text-dec:active {
	color : #000066;
	text-decoration: none;
}

/* cms editable area indicator */
.ft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.divhi {
	border: 1px dotted #FF6600;
	background-color: #FFFFCC;
	z-index:201;
}
.divlo {
	padding:1px;
	z-index:201;
}
.toolbarhi {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #27425C;
	background-color: #FF9933;
	border-bottom: 1px dotted #FF6600;
	background-image: url(../admin/css/tblheadbg.png);
	background-repeat: repeat-x;
	text-align:right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.toolbar {
	position:relative;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #27425C;
	background-color: #FF9933;
	border: 1px dotted #FF6600;
	background-image: url(../admin/css/tblheadbg.png);
	background-repeat: repeat-x;
	text-align:right;
}
.altrow1 {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2AA93;
	font-size : 12px;
}
.altrow0 {
	background-color: #DAE4EF;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2AA93;
	font-size : 12px;
}
.colttl {
	font-size : 12px;
	color: #27425C;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2AA93;
}

