﻿/* CSS Reset */
body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, font, img, strong, ul, li
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html
{
    overflow-x: hidden;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: #666666;
    background: white;
}

p
{
	margin-bottom:10px;
}

strong
{
	font-weight:bold;
}

a
{
    text-decoration: none;
}

span.h2
{
	display:block;
	font-size:14px;
	line-height:15px;
}

span.p
{
	line-height:140%;
	padding-bottom:10px;
	color:#666666;
	display:block;
}

td.ContentBox a:hover
{
	text-decoration:none !important;
}

a:hover span.h2
{
	text-decoration:underline;
}

a:hover span.p
{
	text-decoration:none !important;
}

a:hover
{
    text-decoration: underline;
}

.BorderTop
{
	border-top:1px solid #ECECEC; 
	padding-top:15px;
}

.Clear
{
	clear:both;
}

.ContentBlock
{
	margin-bottom:15px;
	position:relative;
	line-height:140%;
}

.ContentBlockImageContainer
{
	text-align:center;
}

.Cornered
{
	padding: 6px 10px 6px 10px;
	position:relative;
}

.CornerTL, .CornerTR, .CornerBL, .CornerBR
{
	position:absolute;
	width:4px;
	height:4px;	
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

.CornerTL
{
	top:0px;
	left:0px;
	background-image:url(../Images/CornerTL.png);
} 

.CornerTR
{
	top:0px;
	right:0px;
	background-image:url(../Images/CornerTR.png);
} 

.CornerBL
{
	top:0px;
	left:0px;
	background-image:url(../Images/CornerBL.png);
} 

.CornerBR
{
	top:0px;
	right:0px;
	background-image:url(../Images/CornerBR.png);
}


body
{
    font-family: Arial;
    font-size: 12px;
    background-image: url(../Images/BodyBG.png);
    background-repeat:repeat-x;
    background-position:top left;
    background-color:#B2B2B2;
}

.Bodytext
{
	line-height:140%;
}

.Bodytext ul, .ContentBlock ul
{
	list-style-position:inside;
}

div#container
{
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    margin-top:16px;
    padding-bottom:16px;
}

div#header
{
	height:125px;
	/*background-image: url(../Images/HeaderBG.png);*/
	background-repeat:no-repeat;
	/*padding:1px 50px 0px 50px;*/
	overflow:hidden;
}

div#content
{	
	padding: 5px 40px 0px 50px;
	min-height:100px;
}

div#homepageContent
{
	padding: 5px 47px 0px 50px;
	min-height:100px;
}

table#layout
{
	width:100%;
	border-collapse:collapse;
}

table#layout td
{
	vertical-align:top;
}

/* Menu styles */

div#menu
{
	width:183px;
	padding-bottom:10px;
	float:left;
}

div#menu ul
{
	margin-left:16px;
}

div#menu ul li
{
	list-style-type:none;
	padding: 0px 10px 10px 0px;
}

div#menu ul li a
{
	font-size:16px;
	background-image: url(../Images/Button.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	display:block;
}

div#menu ul li ul
{
	margin-left:15px;
}

div#menu ul li ul li
{
	padding: 5px 10px 0px 0px;
}

div#menu ul li ul li a
{
	background-image:none;
	padding-left:13px;
	font-size:12px;
}

div#menu ul li ul li a.selected
{
	background-image: url(../Images/Arrow.png);
	background-repeat:no-repeat;
	font-weight:bold;
}

div#menu ul li ul li a.childSelected
{
	font-weight:bold;
}

div#menuHeader
{
	height:37px;
	width:183px;
	background-image: url(../Images/MenuHomeBg.png);
	background-repeat:no-repeat;
	line-height:40px;
	background-color:#CBCBCB;
	position: relative;
}

div.corner
{
	height: 1px;	
	width: 1px;	
	position: absolute;	
	overflow: hidden;
}

div#menuHeader ul li a
{
	color:#B4B4B4 !important;	
}

div#menuHeader ul, div#menuHeader ul li, div#menuHeader ul li a
{
	list-style-type:none;
	list-style-image:none;
	background-image:none;
}

div#menuTop, div#menuContent, div#menuBottom
{
	background-color:#B2B2B2;
}

div#menuTop
{
	height:12px;
	background-image: url(../Images/MenuTopBg.png);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;
	position: relative;
}

div#menuContent
{
	background-image: url(../Images/MenuContentBg.png);
	background-repeat:repeat-y;
}

div#menuBottom
{
	height:11px;
	line-height:0px;
	font-size:0px;
	background-image: url(../Images/MenuBottomBg.png);
	background-repeat:no-repeat;
	position: relative;
}

/* Main Content Styles */

h1
{
	color:#999999;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
}

h2
{
	color:#0971BA;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

table.ThumbnailsAndDownloads
{
	width:100%;
	border-collapse:collapse;
}

table.ThumbnailsAndDownloads td
{
	text-align:center;
	width:124px;
	border-bottom-width:8px;
	border-bottom-style:solid;
	border-collapse:collapse;
}

/* Footer styling */

div#footer
{
	height:40px;	
	background-repeat:no-repeat;
	background-position:top left;
	line-height:38px;
	text-align:right;
	padding-left:50px;
	padding-right:50px;
}

div#footer a, div#footer span
{
	color:Black;
	margin-left:10px;
}

div.message
{
    border-top: solid 1px #c94444;
    border-bottom: solid 1px #c94444;
    background-color: #ffcaca;
    padding: 7px;
}

div.message_green
{
	padding: 7px;
    border-top: solid 1px #BDDDBD;
    border-bottom: solid 1px #BDDDBD;
    background-color: #D2F2D2;
}

div.message tr, div.message_green tr
{
    background-color: Transparent;
}

table.grid
{
	margin-left: 8px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table.grid th, table.grid td
{
	padding: 5px;
	width: 156px;
	border: solid 1px #ccc;	
	vertical-align: middle !important;
	text-align: left;
	line-height:140%;	
}

table.readOnlyGrid th, table.readOnlyGrid td
{
    vertical-align:top !important;
}

table.grid th, table.search th
{
	background-color: #ccc;
}

table.grid td.no-border
{
	border: 0;
	background-color: #fff;
	padding-left: 0;
}

table.grid td
{
	background-color: #eee;
}

table.grid td.th
{
	background-color: #ccc;
	font-weight: bold;
}

table.grid td.white
{
	background-color: #fff;
}

input.username, input.password
{
	font-size: 12px;
	color: #333;
	font-family: Arial;
}

table.grid td input.text, table.grid td select
{
	border: 0;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	font-family: Arial;
	width: 156px;
}

table.grid td.text
{
	background-color: #fff;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 4px !important;
}

p.grid
{
	margin-left: 8px;
}

table.grid td input.wide-text
{
	width: 320px;
}

table.search
{
	margin-left: 8px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table.search th
{
	width: 156px !important;		
}

table.search th, table.search td
{
	text-align: left;
	vertical-align: top;
	border: solid 1px #ccc;	
	padding: 5px;
}

table.search td
{
    width:490px;
}

table.search td table td, table.search td table th
{
    width:auto;
}

table.search td input.DatePicker
{
    float:left;
	font-size: 12px;
	color: #333;
	font-family: Arial;
}

table.search td table.AMorPM
{
    float:left;
}

table.search td table.AMorPM td
{
    border:0px;
    padding:0px 5px 0px 5px;
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
}

table.search td select
{
    width:auto;
}

table.search td input.text
{
    width:490px;
}

table.search td select.fullWidth, table.search td textarea.text
{
	width: 490px;
	overflow:auto;
}

table.search td select.listboxfullWidth
{
    width:495px;
    border:0px none;
    overflow:auto;
}

table.search td textarea.text
{
	border: 0;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	font-family: Arial;
}

table.searchResults
{
    margin-right:10px;
}

table.searchResults td
{
    width:100px;
}

div.confirmDialog
{
    border: 1px solid #cccccc;
    width: 400px;
    height: 100px;
    background-color: White;
}

div.confirmDialog span
{
    display:block;
    line-height:18px;
    padding-bottom:5px;
    padding-left:15px;
}

div.confirmDialog span.BoxHeading
{
    font-weight:bold;
    line-height:20px;
    background-color:#eeeeee;
    padding: 3px 15px 3px 15px;
    border-bottom:1px solid #cccccc;
    margin-bottom:12px;
}

div.confirmDialog select
{
    margin-bottom:10px;
    margin-left:15px;
    width:156px !important;
}

div.confirmDialog input.button
{
    float:right;
    *padding:0px 3px 0px 3px;
    margin:20px 15px 0px 0px !important;
}

.confirmDialogBackground
{
    background-color:#cccccc;
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

table.searchResults input.button
{
    margin-top:2px;
    margin-bottom:3px;
}

input.button
{
	background-color: #eee;
	border: solid 1px silver;
	margin-left: 5px;
	color: #333;
	*padding:0px 3px 0px 3px;
}

input.first
{
	margin-left: 0 !important;
}

div.ajax__calendar table td
{
    padding:0px;
    border:none;
    background-color:#ffffff;
}

div.ajax__calendar .ajax__calendar_active .ajax__calendar_day, div.ajax__calendar .ajax__calendar_active .ajax__calendar_month, div.ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
    background-color:#EEEEEE;
    border-color:#666666 !important;
    color:#666666;
}

div.ajax__calendar .ajax__calendar_hover .ajax__calendar_title, div.ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
    color:#666666;
}

div.ajax__calendar .ajax__calendar_hover .ajax__calendar_day, div.ajax__calendar .ajax__calendar_hover .ajax__calendar_month, div.ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
    background-color:#EEEEEE;
    border-color:#EEEEEE;
    color:#666666;
}

table.AdminTable
{
    border-collapse:collapse;
}

table.AdminTable th, table.AdminTable td
{
    padding: 5px;
	width: 156px;
	border: solid 1px #ccc;	
	vertical-align: middle !important;
	text-align: left;	
	line-height:18px;
}

table.AdminTable th
{
    background-color: #ccc;
	font-weight: bold;
}

table.AdminTable td input.TextBox
{
    border: 0;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	font-family: Arial;
	width: 156px;
}

table.AdminTable td input.imageButton
{
    margin-left:5px;
}

tr.edited td
{
	background-color: #D2F2D2;
}

