﻿
/************************************
Body Style*/
body {
	background-color:#0E5F34;
	font-family:Arial,Verdana,Tahoma, Arial, helvetica, sans-serif;
	COLOR: #fff;
	font-size:14px;
    }

/************************************#0b4829
Layout Divs*/

#header{
background: #0b4829;
border:1px solid #ffff99;
WIDTH: 850px;
height:60px;
}

#MenuContainer{
WIDTH: 861px;
padding:none;
margin: none;


}



#shell{
background:#0b4829;
LEFT: 20px; 
WIDTH: 861px;
}
#menu
{
float:left;
width:238px;
background: #0b4829;
border:1px solid #ffff99;
padding: 4px;
border-right:none;
text-align:left;
margin: 0px 0px 5px 0px;
}

#content
{
float:right;
width:605px;
background: #0b4829;
border:1px solid #ffff99;
padding: 4px;
display:inline;
border-left:none;
border-top: 1px solid #ffff99;
text-align:left;

}

#Photocontent
{  
WIDTH: 851px;
padding:none;
padding-left:30px;
margin:none;
border:1px solid #ffff99;
padding: 4px;
text-align:left;
clear:both;
}
#footer
{   
background: #0b4829;
border: 1px solid #ffff99;
WIDTH: 851px;
margin: 10px 0px 0px 0px;
padding: 10px;
text-align:center;
clear:both;
}



/************************************
HEADINGS*/

h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffff99;
		
	}
h2 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #ffff99 ;
	
	}
h3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffff99 ;
	
	}
hr {color:#ffff99; height:1px;}
/*****************************************************/
 LINK VISTED HOVER ACTIVE selectors must remain in this order to work 
a{color:#ffff99; text-decoration:none; font-weight:bold; }
a:link {color:#ffff99; text-decoration:none;font-weight:bold; }     /* unvisited link */
a:visited {color:#ffff99; text-decoration:none;font-weight:bold; }  /* visited link */
a:hover {color: #fff; text-decoration:underline;font-weight:bold;}   /* mouse over link */
a:active
{
    color: #ffff99;
    text-decoration: none;font-weight:bold;
    
}   /* selected link */ 
	
/************************************
CLASSES*/
.boundfieldforecolor 
{
  color:#ffff99;

}
.masterlink
{
  font-weight:normal;
  color:#ffff99; 
  text-decoration:none;
  font-size:14px;

}
.small-text {
	font-size:.7em;
	color:#fff;
	}
.mainimg
{
 width:220px;
 height:220px;
 border:1px solid #000;
 }

.tfield30
{
 width:30px;text-align:left;
 
 }
 .tfield150
{
 width:150px;
 }
.tfield50
{
 width:50px;text-align:left;
 
 }
.tfield90
{
 width:90px; text-align:left;
 
 }
 .tfield200
{
 width:200px;text-align:left;
 
 }
.hyperlink {
	color:#ffff99;
	text-decoration:none;
	font-size:.8em;
	}
.formlabel
{color:#ffff99;font-weight: bold;}
/*************************************/

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 586px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}


.view {
	margin-left: auto;
	margin-right: auto;
	width: 286px;
	text-align: center;
}

.textfield {
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* Inline styles are used because image controls hard code a border property */
+
.photo_198 {
	border: 2px solid #FFFF99;
}

.SponserLogo
{
margin: 1px 10px 1px 10px;
}

#topmenu 
{
float:inherit;
padding: 2;
margin: 0;
width:861px;
}

#topmenu ul
{
    list-style-type: none;
}

#topmenu ul li 
{
position: relative;
display: inline;
list-style-type: none
}

#topmenu ul li a 
{  
text-decoration: none; 
list-style-type: none;
} 


ul.Ul 
{ 
float: left; 
margin: 6px; 
padding: 5px; 
border: 0px none;
display: block;

}

ul.Ul li 
{ 
padding: 0px 0px 0px 20px ;
background: #0E5F34 url(images/arrow.gif) no-repeat left;
}

ul.Ul li a 
{
padding: 0px 0px 0px 20px ;
margin: 5px 0 5px 0;
font-weight: bold;
text-decoration: none;
}
 
/* Floating Menu */
.floatmenu
{
text-align:left;
margin: 5px 0px 5px 0px;
font-weight: bold;
text-decoration: none;
padding: 5px;
list-style-type: none;
border: 1px solid #ccc;
display: block;
}




