﻿html, body, form
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;	
	background-image:url("../../images/green_bg.gif");	
	background-repeat: repeat;
	text-align: center;
}
/*  HEADER ROW SETTINGS */
#divPage
{
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
}
#header
{
	height: 96px;
	background-image: url("../../images/green_bar.gif");
	background-repeat: repeat-x;
}
#header .logo
{
	padding-left: 20px;
	padding-top: 32px;
	float:left;
}
#welcomeSection
{
	clear: left;
	padding-top:10px;
	padding-bottom: 0px;
	margin: 0;
}
#welcomeSection .introText
{
	border: solid 1px #E4EDD8;
	width: 915px;
	margin: 0 30px 0 20px;
	padding: 10px;
	background-color: #663b66; 
	color: White;
}
#content
{
	clear:left;
	padding: 30px 16px 30px 0px;
	overflow: hidden;
}
#indexContent
{
	clear:left;
	background-color: #fff;
	padding: 20px 16px 30px 30px;
}
#content .leftNav
{
	width:200px;
	float:left;
	text-align:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#content .main
{
	float:left;
	padding-left: 20px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
.welcome
{
	font-weight:bold;
	padding-left:20px;
	padding-bottom:0px;
}
.statusText
{
	color: #663B66;
}
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
	color: #006699;
}
a:visited
{
	color: #330099;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: green;
}
/* Left Nav tree styles*/
.leafNode
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #0066A4;
	margin: 0px;
	padding: 0px;
}
a.leafNode:link
{
	color: #0066A4;
}
a.leafNode:visited
{
	color: #663B66;
}
a.leafNode:hover
{
	color: #79A12F;
}
a.leafNode:active
{
	color: #D99601;
}
.footer
{
	font-size: 10px;
}
.requireText
{
	width:100%;
	text-align:right;
	font-weight:bold;
	color:Red;
}
/* Stylesheet for tab controls on the web*/
fieldset
{
	width:735px;
}
caption 
{
	text-align: left; 
	color: #0066A4;
} 
h1, legend
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 20px;
}
h2
{
	font-size: 15px;
	font-style: italic;
}
.pageWidth
{
	width:735px;
}
.tabs
{
	position: relative;
	top: 1px;
	left: 15px;
	font-weight:bold;
}
.tab
{
	border: solid 1px #E4EDD8;
	padding: 2px 10px;
	height:30px;
}
.selectedTab
{
	background-color:#E4EDD8;
	border-bottom: solid 1px #E4EDD8;
}
.tabContents
{
	border: solid 1px #E4EDD8;
	padding: 10px;
	background-color: #E4EDD8;
	width: 565px;
}
/* Styles for the address user controls & user input screen*/
.addressLabel
{
	float: left;
	width: 235px;
	padding: 5px;
	text-align: right;
	display:inline-block;
	vertical-align: middle;
}
.addressField
{
	float: left;
	padding: 5px;
	text-align: left;
	display:inline-block;
	vertical-align: middle;
}
.label
{
	float: left;
	width: 150px;
	padding: 5px;
	text-align: right;
	display:inline-block;
	vertical-align: middle;
}
.templateLabel
{
	float: left;
	padding: 8px 5px 5px 10px;
	text-align: left;
	display:inline-block;
}
.button
{
	font-family: Verdana;
	font-weight: bold;
}
.clear
{
	clear: both;
	width: 100%;
}
.warning
{
	 color:Red;  
	 font-weight: bold;
}
.bigText
{
	font-size: 18px;
}
.proposalLabel
{
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	background-color: #eeeeee;
}
.gridhiddencolumn
{		
	display:none;
}
.border
{
	border: solid 1px #ccc;
	padding: 4px;
}
.breakWord
{
	word-wrap: break-word;
	word-break: break-all;
}
/* Style to define the max length for the descriptions fields */
TEXTAREA 
{
	behavior: url(../App_Themes/GamitWeb/customlength.htc);
	font-family: Arial;
	font-size: 12px;
}

/*Modual Popup */
.popupFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0;
    overflow:hidden;
    background-color: Black; 
    opacity:0.50; 
    -ms-filter: "alpha (opacity=50)"; 
    -moz-opacity: 0.5;   
    filter: alpha (opacity=50); 
    z-index:1000; 
}
.popupMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:300px; 
    height:130px;
    z-index:1001; 
    background-color: White;
    border:solid 1px #000;
    color: #0023ab;
    font-weight: bold;
}
/*Tooltip */
.toolTip
{
	cursor: help; 
	/*border-bottom: 1px dashed #000000;*/
}
