body {
	background-color:#5F5F5F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #A4A4A4;
	background-image:url('../../layout/img/grey-bg.gif');
}

#rightnav {
	float:right;
	position: relative;
	text-align:left;
	border:  1px solid #848484;
	width:200px;
	right:12px
}

#rightnav *.inbox {
	border: 5px solid #C0C0C0;
	background-color:#EFEFEF;
	padding:2px;
	color: #7A7A7A;
	font-size:11px;
}


#rightnav *.inbox *.warn {
	font-size:15px;
	color: #f00;
	font-weight:bold;
}


#rightnav *.link {
	padding-left:2px;
	font-size:11px;
	font-weight:normal;
	color: #7A7A7A;
}

#rightnav a.sublink  {
	padding-left:20px;
	font-size:11px;
	font-weight:normal;
	color: #7A7A7A;	
}

#rightnav a:hover.sublink  {
	color: #474747;	
	background-image:url('../../layout/img/navarrow.gif');
	background-repeat:no-repeat;
}


#rightnav a {
	color: #7A7A7A;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

#rightnav a:hover {
	text-decoration:none;
	background-image:url('../../layout/img/title-fade.gif');
	background-repeat:repeat-y;
	color:#DD1212;
}


.cborder {
	position: relative;
	text-align:left;
	border:  1px solid #848484;
	width:76%;
	left:12px;
}

.content {
	border: 5px solid #C0C0C0;
}

.logo {
	position: relative;
	left: 20px;
	float: left;
	top:28px;
}

#core {
	padding: 5px;
	background-color:#EFEFEF;
	color: #7A7A7A;
	top: 0px;
}

#core #body {
	padding-left:90px;
	padding-right:70px;
}

.copy a {
	color: #5C7ABC;
	font-size:9px;
}

#nav {
	position: relative;
	text-align:right;
	list-style: none;
	font-size: 95%;
	line-height: 30px;
	background-color:#000000;
	height:100px;
	border-bottom: 3px solid #C0C0C0;
	top:-12px;
}

#nav *.test {
	color:#DD1212;
	font-size:15px;
}

#nav li {
	position: relative;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	top:62px;
	padding: 70px 0px 15px 0px;
	right:4px;
}

#nav li a {
	font-weight: bold;
	color: #F5F5F5;
	text-decoration: none;
	text-align: center;
	padding: 70px 18px 15px 12px;
}

#nav li a:hover {
	color: #000;
	text-decoration: none;
	background-color:#F5F5F5;
	border-bottom: 3px solid #DD1212;
}

#nav *.selected {
	background-color: #8A8A8A;
	border-bottom: 3px solid #414141;
}


#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DD1212;
	font-weight:bold;
	line-height:20px;
	background-image:url('../../layout/img/title-fade.gif');
	background-repeat:repeat-y;
}

#title *.txt {
	font-weight:bold;
	color: #7A7A7A;
	font-size: 14px
}

#title *.grey {
	font-weight:bold;
	color: #AFAFAF;
	font-size: 14px
}

#title *.topic {
	background-image:url('../../layout/img/topic-uline.gif');
	background-repeat:repeat-x;
}

#body img.dash {
	border: 1px dashed #848484;
	margin: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	float:left;
}



#work {
	color:#afafaf;
}

#work *.info {
	position: relative;	
	left:20px;
	color:#7a7a7a;
}

#work *.desc {
	font-weight:bold;
	color:#DD1212;
	background-image:url('../../layout/img/topic-uline2.gif');
	background-repeat:repeat-x;
}

#foot {
	margin-top: 10px;
	left: 25%;
	position:relative;
	text-align:center;
	border:  1px solid #848484;
	width:50%;
	background-color:#C0C0C0;
	padding:2px;
	height:12px;
	line-height:12px;
	color: #848484;
	font-size:10px;
}


#foot a {
	color: #7a7a7a;
	text-decoration: none;
}

#foot a:hover {
	color: #848484;
	text-decoration: underline;
}



input { 
	background-color: #F7F7F7;
	color: #919391; 
	font-family: Verdana; 
	font-size: 8.0pt; 
	border: 1px solid #C3C4C3; 
	}

#body input:hover, #body textarea:hover { 
	border: 1px solid #ababab;
}

#body input:focus, #body textarea:focus { 
	background:	#fff;
	border:		1px solid #dd1212;
	color:		#dd1212;
}

textarea    { 
	background-color: #F7F7F7; 
	border: 1px solid #C3C4C3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #919391; 
	font-size: 8.0pt 
	}

select    { 
	background-color: #F7F7F7;
	border-color: #C3C4C3; 
	font-family: Verdana; 
	color: #919391;
	font-size: 8.0pt 
	}

#body *.topic {
	background-image:url('../../layout/img/topic-uline2.gif');
	background-repeat:repeat-x;
	font-weight:bold;
}

*.button:hover, *.button:focus
{
	background-image: url('../../layout/img/button.gif');
}


#nav_sub {
	padding-left:10px;
}

*.warning {
	border: 1px solid #b51c18 ;
	background-color: #ffeeee;
	color: #b51c18;
	font-weight:normal;
	padding: 2px;
	margin-bottom:10px;
}

*.note {
	border: 1px solid #ffc156 ;
	background-color: #fffabe;
	color: #b51c18;
	font-weight:normal;
	padding: 2px;
	margin-bottom:10px;
}


#body a  {
	font-size:0.8em;
	text-decoration:none;
	color: #c3c4c3;
}

#body a:hover {
	color: #ababab;
}

#gallery table {
	width:100%;
}
#gallery img {
	border:none;
}
#gallery td {
	width: 150px;
	height: 150px;
	border: 1px solid #e3e3e3;
}

#gallery td:hover {
	border-right-color: #cbcbcb;
	border-bottom-color: #cbcbcb;
	background-color: #f6f6f6;
}

#gal_nav a {
	font-size:2em;
	text-decoration:none;
}



#adminmenu img {
	border:none;
}
#adminmenu td {
	width: 52px;
	height: 50px;
	border: 1px solid #e3e3e3;
}

#adminmenu td:hover {
	border-right-color: #cbcbcb;
	border-bottom-color: #cbcbcb;
	background-color: #f6f6f6;
}

