/*********************************************************
   Developed for: Allegiance
   Developed by:  Kevin Scott
   Development date: 06/24/2008
   Description:  Controols the style and layout of the 
				  Allegiance internal website
					#Atribute is ID
					.Atribute is Class
   Modified date: 06/24/2008

	
*********************************************************/


body 
{
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #666666;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	color: #000000;
}

/*********************************
   Layout Styles for id attribute.
*********************************/
#container 
{
	width: 900px;
	margin: auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/Background_Gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#banner
{
	width: 377px;
	height: 42px;
	margin-top: 10px;
	margin-left: 20px;
}

#subject-Left
{
	position: relative;
	float: left;
	width: 259px;
	height: 70px;
	padding: 0;
	margin: 0 0 0 94px;
	background-image: url(../images/People_Banner.jpg);
}
#subject-Right
{
	position: relative;
	float: right;
	width: 547px;
	height: 70px;
	padding: 0;
	margin: 0;
}
#subject-Right-ContactUs
{
	position: relative;
	float: right;
	width: 547px;
	height: 70px;
	padding: 0;
	margin: 0;
	background-image: url(../images/ContactUs.jpg);
}
#submit
{
	position: relative;
	background-image: url(../images/send_button.gif);
	height: 28px;
	width: 130px;
	top: 12px;
	left: 17px;
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color: #555555;	
}



/************************************
   Layout Styles for class attribute.
************************************/
div.clearBoth
{
	clear:both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

div.textArea
{
	margin: 0 10px 0 94px;
}

div.textArea ul
{
	margin-top: 0;
}
div.textArea li
{
	padding-bottom: 5px;
}

div.textArea hr
{
	/*
	margin-top: -15px;
	margin-right: 20px;
	*/
}

div.floatLeftBig
{
	float:left;
	width: 600px;
	margin: 0;
	padding: 0;
}

div.floatLeftSmall
{
	position: relative;
	float:left;
	width: 324px;
	margin: 0;
	padding: 0;
}

div.floatRight
{
	float:right;
	margin: 0;
	padding: 0;
}

img.contactUsToday
{
	height: 95px;
	width: 186px;
	margin: 0;
	padding: 0;	
	cursor: pointer;
}

.center
{
	text-align: center;
}


p.smallItalic
{
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 0 10px;
	padding: 0;	
}

div.content
{
	margin: 0 10px 0 85px;
}

div.smallRectangle
{
	background-image: url(../images/smallRectangle.jpg);
	height: 82px;
	width: 329px;
	color: #FFFFFF; 
}

div.smallRectangle table
{
	margin-left: 10px;
	margin-top: 10px;
}

div.smallRectangle td
{
	padding: 4px;
	margin: 0;
	text-align: right;
	font-family: Verdana;
	font-size: 16px;
}


div.largeRectangle
{
	background-image: url(../images/largeRectangle.jpg);
	height: 232px;
	width: 416px;
	color: #FFFFFF;
}

div.largeRectangle table
{
	margin: 0 0 0 15px;
	border-collapse:collapse;
}

div.largeRectangle tr
{
	padding: 0;
	margin: 0;
}




div.largeRectangle td
{
	padding: 4px;
	margin: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 16px; 
}

div.tinyRectangle
{
	background-image: url(../images/tinyRectangle.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 162px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;

}

.searchButton
{
	position: relative;
	background-image: url(../images/send_button.gif);
	height: 25px;
	width: 175px;
	top: 12px;
	left: 1px;
	/*backgound: none;
	background-repeat: none;*/
	display:block;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color: #555555;	
}


.searchButton:hover
{
	background-image: url(../images/send_button.jpg);
	color: #000000;
}

p.desc
{	color: #B81A44;
	font-size: 16px;
}

.bodyTextTable
{	color: #1A3664;
	font-family: Garamond, "Trebuchet MS";
	font-size: 14px;
	margin-left: 50px;
}

.logout
{
	margin-right: 10px;
	text-align:right;
	color: #1A3664;
	font-family: Garamond, "Trebuchet MS";
	font-size: 20px;
}

.bodyTextSmall
{	color: #1A3664;
	font-family: Garamond, "Trebuchet MS";
	font-size: 12px;
}

.bodyText
{	color: #1A3664;
	font-family: Garamond, "Trebuchet MS";
	font-size: 14px;
}

.bodyTextLarge
{	color: #1A3664;
	font-family: Garamond, "Trebuchet MS";
	font-size: 22px;
}


.fontColor
{
	color: #000000;
}

.shading
{
    background-image: url(../images/button.jpg);  
    border-bottom-color: Gray; 
    border-right-color: Gray;
    border-left-color: ThreeDDarkShadow;
    border-top-color: ThreeDDarkShadow;
}

a
{
   font-family: Garamond, "Trebuchet MS";
   font-size: 12px;
   text-decoration: none;
   margin: 0px;
}

div.footer
{
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 20px;
	
}

table.tables
{
	border-collapse:collapse;
	empty-cells:hide;	
}
table.tables tr td
{
	border:1px solid black;
}
hr.lines
{
	color:Red;
}

Modal popup
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/*
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
*/