﻿/* table style */
.datagrid
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 11px;
	width: 800px;
	border: solid 1px #ad9e87;
}

/* common cell styles */
.datagrid th, .datagrid td
{
	cursor: default;
	height: 10px;
	vertical-align: middle;
}

/* header cell style */
.datagrid th
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ad9e87;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ad9e87;
	background: #e1d6c7;
	color: #59483f;
	font-weight: bold;
	text-align: left;
}

/* cell styles */
.datagrid td
{
	color: #000;
	padding: 2px 8px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f2e8da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f2e8da;
}

/* mouseover row style */
.datagrid tr:hover
{
	background-color: #f2e8da;
}


/* Tag Specific */
body
{
	background-color: Gray;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
}

img
{
	border: 0;
}

ul
{
	list-style-image: url("../Images/bullet.gif");
}

/* IDs */
#content
{
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#contentwide
{
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	top: 0px;
	left: 2px;
}

.style1
{
	width: 800px;
}

.style2
{
	position:absolute;
	top:0px;
	left:800px;
	width:195px;
	height:77px;
	background: url("../Images/header-sliver.gif") repeat-x right;
}


#sitenav
{
	background: url("../Images/header.gif") no-repeat left;
	height: 79px;
}

.banner
{
	position:relative;
	top:-1px;
	left:0px;

	background: url("../Images/logo-end-1-pixel.gif") repeat-x right;
}


/* Global Classes */

.b
{
	font-weight: bold;
}

.mb
{
	margin-bottom: 15px;
	padding:5px;
}

.mbwide
{
	margin-bottom: 15px;
	padding: 2px;
	width: 736px;
}

.u
{
	text-decoration: underline;
}

.input
{
	background-color: #FDEEC3;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 0px;
}

.input2
{
	background-color: #CCCCCC;
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	margin-right: 0px;
}
.advreviewform
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	padding: 10px;
}
.checkboxlist
{
	background-color: #FDEEC3;
	font-family: Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	margin-right: 0px;
}

/* Site Classes */

.SiteNavContactUs
{
	background-image: "~/Images/Buttons/contactus.gif";
}

.SiteNavContactUs:hover
{
	background-image: "~/Images/Buttons/contactus_active.gif";
}

.header
{
	color:Green;
	font-size: 18px;
	font-weight: bold;
}

.subheader
{
	color: Green;
	font-size: 12px;
	font-weight: bold;
}

.bb
{
	border-bottom: solid 1px Gray;
	padding-bottom: 15px;
}

#header-links
{
	float: right;
	text-align: right;
}

#header-links ol
{
	margin: 0;
}

#header-links li
{
	border-right: 2px solid #99C;
	display: inline;
	margin-left: 0.5em;
}

#header-links li.last
{
	border-right: 0;
	margin-right: 5px;
}

.leftnav
{
	background: url(../Images/leftnav_back.gif) repeat-y center;
	margin-bottom: 15px;
	text-align: center;
}


.leftnav a
{
	display: block;
	text-decoration: none;
	color: #000000;
}

.leftnav_top
{
	background: url(../Images/leftnav_top.gif) no-repeat top;
	height: 18px;
}

.leftnav_topalt
{
	background: url(../Images/leftnav_topalt.gif) no-repeat top;
	height: 18px;
}

.leftnav_bottom
{
	background: url(../Images/leftnav_bottom.gif) no-repeat bottom;
	height: 18px;
}

.siteback
{
	background-image: url(../Images/site_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.contentback
{
	background-image: url(../Images/content_back.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 10px 50px 10px;
}

.contentbackwide
{
	background-image: url('../Images/content_back_wide.gif');
	background-position: 50% top;
	background-repeat: no-repeat;
	padding: 10px 10px 50px 10px;
	width: 750px;
}

/* Site Navigation Button Classes */

.button1
{
	position: absolute;
	top: 40px;
	left: 265px;
}

.button2
{
	position: absolute;
	top: 40px;
	left: 391px;
}

.button3
{
	position: absolute;
	top: 40px;
	left: 517px;
}

.button4
{
	position: absolute;
	top: 40px;
	left: 643px;
}

/* short for link button */
.lb
{
	background-color: transparent;
	background-image: url(../Images/Buttons/leftnav.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	height: 36px;
	width: 202px;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
}

.lb_active
{
	background-color: transparent;
	background-image: url(../Images/Buttons/leftnav_active.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	height: 36px;
	width: 202px;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	font-weight: bold;
}

/* buttons - BEGIN */

.button
{
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	height: 35px;
	width: 162px;
}

.btn-submit
{
	background-image: url(../Images/Buttons/submit.gif);
}

.btn-submitnew
{
	/*background-image: url(../Images/Buttons/submit.gif);*/
	width:200px;
	height:50px;
	font-size:x-large;
	background-color:Gray;
	color:White;
}

.btn-checkstatus
{
	/*background-image: url(../Images/Buttons/submit.gif);*/
	width:200px;
	height:50px;
	font-size:x-large;
	background-color:Gray;
	color:White;
}

.b-login
{
	background-image: url(../Images/Buttons/login.gif);
}

.btn-browse
{
}

/* buttons - END */

/* messages - BEGIN */

.error
{
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.message
{
	color: #2F8926;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

/* messages - END */
.smalltext
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}

.browsebutton
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	width: 100px;
	height: 18px;
	background-color: #CCCCCC;
}
.submitbutton
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	width: 200px;
	height: 30px;
	background-color: #CCCCCC;
}

.detail
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 11px;
	background-color: #fff;
	border: solid 2px #000;
	padding: 4px;
}
.detail .footer
{
	text-align: center;
	padding: 8px;
}

.view-footer
{
	background-color: #FFFFFF;
	text-align: center;
}

/* table style */
.detailgrid
{
	border: solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
	cursor: default;
	height: 20px;
	color: #000;
	padding: 2px 8px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f2e8da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f2e8da;
}

.cal_Theme1 .ajax__calendar_container
{
	background-color: #e2e2e2;
	border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header
{
	background-color: #ffffff;
	margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
	color: #004080;
	padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body
{
	background-color: #e9e9e9;
	border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day
{
	text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today
{
	font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
}

.smalltext
{
	font-size: 10px;
}

.lblLegend
{
	font-size: 10px;
}

.popUpStyle
{
	font: normal 11px auto "Trebuchet MS" , Verdana;
	background-color: #ffffff;
	color: #4f6b72;
	padding: 5px;

}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.drag
{
	background-color: #dddddd;
	border: solid 1px gray;
	font-weight: bold;
	background-image: url('../Images/content_back-wide.gif');
	background-repeat: no-repeat;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

th
{
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
#header-image
{
	float: left;
	margin: 20px 12px 0 12px;
	background-image: url('../Default/Images/Logos/northernlightsmgmt.gif');
}

#header-text
{
	float: left;
	margin: 20px 0 0 0;
}

#header-links
{
	float: right;
	text-align: right;
}

#header-links ol
{
	margin: 0;
}

#header-links li
{
	border-right: 2px solid #99C;
	display: inline;
	margin-left: 0.5em;
}

#header-links li.last
{
	border-right: 0;
	margin-right: 5px;
}

.formgrid
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 10px;
	width: 800px;
	border: solid 1px #ad9e87;
}

/* common cell styles */
.formgrid th, .formgrid td
{
	cursor: default;
	height: 10px;
	vertical-align: middle;
	font-size: 10px;
}

/* header cell style */
.formgrid th
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ad9e87;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ad9e87;
	background: #e1d6c7;
	color: #59483f;
	font-weight: bold;
	text-align: center;
}

/* cell styles */
.formgrid td
{
	color: #000;
	padding: 2px 8px;
	font-size: 10px;
	vertical-align: middle;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f2e8da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f2e8da;
}

/* mouseover row style */
.formgrid tr:hover
{
	background-color: #f2e8da;
}

.news_header
{
    font-size: 14px; 
    font-weight: bold; 
    color: #20558a;
}
        
.news_date
{
    font-weight: bold;
    color: #888;
}
