@import url(form_styles.css);

body {
	margin : 0;
	background: #ffffff;
	scrollbar-face-color: ;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-shadow-color: ;
	scrollbar-arrow-color: ;
	scrollbar-track-color: ;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

td.nav {
	background-color : #2f2d2d;
	color: #fff;
}

td.left {
	width : 187px;
}

td.photoframe {
	background-color : #F8F8EC;
	color: #6F6F45;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
        color: #fff;
}

table.nav {
	background-color : #ffffff;
}

table.category {
	background-color : #fffff7;
}

table.page {
	background-color : #ffffff;
	border : 1px solid #DEDEC4;
}

tr.selected {
	background-color : #ffffff;
}

h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	text-decoration: none
}

.title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	text-decoration: none
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: White;
	background-color: #6F6F45;
	padding: 5px;
}

.copy {
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #a1bdd9;
	text-decoration : underline;
	font-weight: bold;
}

a:hover {
	text-decoration : none;
}

a:active {
	color: #006AE3;
}

a.photolink {
	font-size: 11px;
}

a.category {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none
}

a.copyright {
	color: #a1bdd9;
}

a.leftnav {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
        color: #a1bdd9;
}

a.selectedassets {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #F0C834;
	text-decoration: none
}

a.selectedassets:hover {
	color: #FCF2AD;
}

a.selectedassets:active {
	color: #FCF2AD;
}

#LoginVerbiage {
color: #fff;
}

a.loggedin {
	color: #F0C834;
	text-decoration: none
}

a.loggedin:hover {
	color: #FCF2AD
}

a.loggedin:active {
	color: #FCF2AD
}

a.storylink {
	font-size: 110%;
}

a.pagination {
	color: #BB3000;
	font-size: 11px;
}

.bread {
	font-size: 100%;
	font-weight: normal;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #666;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #2f2d2d;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFE5;
	line-height: normal;
}

hr {
	border : .5px solid #a1bdd9;
}

#leftnav {
background-color: #2f2d2d;
color: #000;
}


