/* =============================== */
/* CSS layout and defaults         */
/* =============================== */

html, body 
{
	height:100%;
	margin:0;
	padding:0;
}

body 
{
	font-family:Verdana,Arial;
	font-size:small;
	color:#00007F;
}

/* Table Layout */

td
{
	vertical-align:top;
}

tr.top
{
	height:18%;
}

tr.middle
{
	height:64%;
}

tr.bottom
{
	height:6%;
}

td.left
{
	width:185px;
}

td.center
{
	width:auto;
}

td.right
{
	width:185px;
}

td.top
{
	background-color:#00007F;
}

td.sides
{
	background-color:#FFDC00;
	padding:2px;
}

td.content
{
	padding:4px;
}

td.bottom
{
	background-color:#00007F;
	color:White;
	text-align:center;
	font-size:smaller;
	font-weight:bold;
	padding:8px;
}

/* Control Layouts */

td.leftLabel
{
	width:15%;
	white-space:nowrap;
	vertical-align:middle;
	text-align:right;
}

td.leftControl
{
	width:35%;
	white-space:nowrap;
	vertical-align:middle;
}

td.leftControlFill
{
	width:85%;
	white-space:nowrap;
	vertical-align:middle;
}

td.rightLabel
{
	width:15%;
	white-space:nowrap;
	vertical-align:middle;
	text-align:right;
}

td.rightControl
{
	width:35%;
	white-space:nowrap;
	vertical-align:middle;
}


/* =============================== */
/* UI Styling                      */
/* =============================== */

/* Login Control*/
.aspLoginStyle
{
	background-color:Transparent;
	font-size:x-small;
	font-weight:bold;
	color:#FFDC00;
}

.aspLoginLabelStyle
{
	vertical-align:middle;
}

.aspLoginTextBoxStyle 
{
	width:90px;
	font-size:x-small;
}

.aspLoginButtonStyle
{
	background-color:White;
	border-color:#507CD1;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:x-small;
	color:#00007F;
}

.aspLoginInstructionTextStyle
{
	font-style:italic;
	color:Black;
}

.aspLoginTitleTextStyle
{
	background-color:#00007F;
	font-weight:bold;
	font-size:small;
	color:#FFDC00;
}

/* TreeView Control */
.aspTreeViewHoverNodeStyle
{
	background-color:#00007F;
	color:#FFDC00;
}

.aspTreeViewNodeStyle
{
	font-size:small;
}

/* HyperLink Control */
.aspHyperlinkFooter
{
	color:#FFDC00;
}

/* DetailsView Control */
.aspDetailsViewRowStyle
{
	white-space:nowrap;
}

.aspDetailsViewAlternatingRowStyle
{
	white-space:nowrap;
}

.aspDetailsViewFieldHeaderStyle
{
	height:23px;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
}

.aspDetailsViewFieldHeaderStyle_VerticalAlignTop
{
	height:23px;
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
}

.aspDetailsViewEditRowStyle
{
	background-color:#F5F5F5;
	white-space:nowrap;
	vertical-align:middle;
}

.aspDetailsViewPagerStyle
{
	background-color:#EEEEEE;
	color:#00007F;
	font-weight:normal;
	text-align:left;
}

.aspDetailsViewHeaderStyle
{
	background-color:#5D7B9D;
	color:#00007F;
	font-weight:bold; 
	white-space:nowrap; 
	text-align:center;
}

.aspDetailsViewFooterStyle
{
	/* 	background-color: #5D7B9D; color: #FFFFFF; font-weight: bold; height: 0.075in; */
}

.aspDetailsViewCommandRowStyle
{
	text-align:left;
	vertical-align:middle;
}

/* GridView Control */
.aspGridView
{
	background-color:White;
	border-color:#999999;
	border-style:none;
	border-width:1px;
}

.aspGridViewFooterStyle
{
	background-color:#CCCCCC;
	color:#00007F;
}

.aspGridViewRowStyle
{
	background-color:#EEEEEE;
	color:#00007F;
}

.aspGridViewSelectedRowStyle
{
	background-color:#008A8C;
	font-weight:bold;
	color:White;
}

.aspGridViewPagerStyle
{
	background-color:#999999;
	color:#FFDC00;
	text-align:left;
}

.aspGridViewHeaderStyle
{
	background-color:#00007F;
	font-weight:bold;
	color:#FFDC00;
}

.aspGridViewHeaderStyle a:link
{
	font-weight: bold;
	color: #FFDC00;
	text-decoration: underline;
}

.aspGridViewHeaderStyle a:visited
{
	font-weight: bold;
	color: #FFDC00;
	text-decoration: underline;
}

.aspGridViewHeaderStyle a:hover
{
	font-weight: bold;
	color: #FFDC00;
	text-decoration: underline;
}

.aspGridViewHeaderStyle a:active
{
	font-weight: bold;
	color: #FFDC00;
	text-decoration: underline;
}

.aspGridViewAlternatingRowStyle
{
	background-color:#DCDCDC;
}

.aspGridViewContentRowStyle
{
	height:2em;
}

.aspGridViewCoachsCorner
{
	width:195px;
}
.aspGridViewCoachesCornerContentRowStyle
{
	height:1.5em;
	text-align:center;
	font-weight:bold;
}

/* TextBox Control */
.aspTextBoxName
{
	width:250px;
}

.aspTextBoxDescription
{
	width:550px;
}

.aspTextBoxPriority
{
	width:25px;
}

/* Generic Styling */
div.loginName
{
	text-align:right;
	padding:0.5em;
}

span.loginName
{
	background-color:#00007F;
	color:#FFDC00;
	font-size:x-small;
	font-weight:bold;
}

div.addNewLinkButton
{
	text-align: right;
	margin-bottom: .40em;
}

div.formLabel
{
	font-weight: bold; 
}

div.formLabelFloatLeft
{
	font-weight: bold; 
	float:left
}

div.customException
{
	margin-left: .35em; 
	margin-top: -.15em;
	margin-bottom: 2.4em;
}

div.masterGridBlock
{
	float: left; 
	clear: both;
	/* margin-bottom: 1em; */
}

div.childGridBlock
{
	float: left; 
	clear: both;
	/* margin-top: 1em; */
}

.watermarked
{
	border-style:solid;
	border-width:2px;
	border-color:#FF7979;
	background-color:#F0F8FF;
	color:#FF7979;
}

.customAnchor
{
	color:#0000ff;
	text-decoration: underline;
	cursor:pointer;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.modalPanel
{
	background-color: #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Navy;
	padding: 3px;

}

.modalCaption
{
	background-color: #aaa;
	background-image: url('/Images/tilebg_tablecaption.gif');
	background-repeat: repeat-x;
	color: Navy;
	font-size: 14pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

/* =============================== */
/* Album/Photo Styling			   */
/* =============================== */

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	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;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}
