﻿/*-----------------------------------------------------------------------------
Generic styles
-----------------------------------------------------------------------------*/
body
{
	background-color: #024978;
	font-family: Tahoma, Verdana, Segoe UI, Sans-Serif;
	font-size: 70%;
	/*
	background-image: url('/images/bg_main.png');
	background-repeat: repeat-x;
	*/
	background-color: #14171b;
	background-image:url('/Content/css/img/subpage-bg2.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

a, a img { border:none; outline:none; }

a { color: #034A79; }

td
{
	padding: 3px 10px 3px 0;
}

.required, .error, .field-validation-error
{
	color: Red;
}

ul.validation-summary-errors li {
 color: Red;  
 background-color: #FFF;
 padding: 5px;
}

span.required {
  padding-right: 3px;
}

.subtext
{
	font-size: 90%;
}

/*-----------------------------------------------------------------------------
Wrapper styles
-----------------------------------------------------------------------------*/
#wrapper
{
	background-color: #E0EFF6;
	background-image: url('/Content/css/img/bg_inner.png');
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #599CD4;
	margin: 0 auto;
	width: 832px;
}

#content
{
	padding: 20px;
	min-height: 500px;
}



/*-----------------------------------------------------------------------------
Header styles
-----------------------------------------------------------------------------*/
.header
{
	height: 80px;
	position: relative;
}

.header .logo
{
	left: 16px;
	position: absolute;
	top: 23px;
}

#appliedilogo {
position: absolute;
top: 5px;
right: 5px;

}

.header .logout
{
	left: 0;
	position: absolute;
	top: 37px;
	text-align: right;
	width: 900px;
}



.header a:link, .header a:visited
{
	color: #FFFFFF;
}

.header a:link, .header a:visited
{
	text-decoration: none;
}



/*-----------------------------------------------------------------------------
Footer styles
-----------------------------------------------------------------------------*/
.footer
{
	background-image: url('/Content/css/img/bg_inner.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 95px;
	margin: 0 auto;
	position: relative;
	width: 832px;
}

.footer p {
text-align: center;
padding: 10px;
 }

.footer .logo
{
	height: 17px;
	left: 729px;
	position: absolute;
	top: 27px;
}

.footer .logo img
{
	height: 17px;
	width: 90px;
}

.footer .copyright
{
	font-size: 90%;
	left: 690px;
	position: absolute;
	top: 47px;
}

.footer .links
{
	left: 0;
	position: absolute;
	top: 47px;
	padding-bottom: 1px;
	text-align: right;
	width: 660px;
}

.footer a:link
{
	color: #FFFFFF;
}

.footer a:visited
{
	color: #C0C0C0;
}

.footer a:link, .footer a:visited
{
	text-decoration: none;
}

.footer .links span
{
	margin: 0 0.5em;
}

.footer .sf
{
	position: absolute;
	left:15px;
	top:37px;
}



/*-----------------------------------------------------------------------------
Grid styles
-----------------------------------------------------------------------------*/
.GridControl
{
	border-collapse: separate;
	border-bottom-width: 0px;
	border-right-width: 0px; 
	border-left-width: 0px;
	border-top-width: 0px;
}

.GridControl tr td, .GridControl tr th
{
	padding: 2px 10px 2px 10px;
	font-size: .8em; 
	border-bottom: solid 1px #404040;
	border-color: #404040;
	border-right-width: 0px; 
	border-left-width: 0px;
	border-top-width: 0px;
}



#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{

}
#newspaper-b td
{
	padding: 10px;
	color: #000;
	border-top: 1px dashed #fff;
}



#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #6cf;
}
#newspaper-c th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
}
#newspaper-c td
{
	padding: 10px 20px;
	color: #669;
	border-right: 1px dashed #6cf;
}
