/* 
    Document   : main
    Created on : Nov 19, 2012, 2:59:27 PM
    Author     : dash
    Description:
        Purpose of the stylesheet follows.
*/

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14pt;
}

a {
	text-decoration: none;
	color: rgb(64,150,238);
}

a:hover {
	color: rgb(252,88,0);
}


#mainLogo {
	xheight: 105px;
	xwidth: 399px;
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 2px;
}

#headerDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 68px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;

	background: rgb(255,255,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,0,1)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,0,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,0,1) 0%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,0,1) 0%,rgba(255,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,0,1) 0%,rgba(255,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}

#headerTranslationDiv {
	position: absolute;
	top: 37px;
	right: 10px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman",Georgia,Serif;
}

#NavBarDiv {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	width: 100%;
	position: absolute;
	top: 56px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	
	background: rgb(0,150,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmZmOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,150,0,1) 0%, rgba(150,255,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,150,0,1)), color-stop(100%,rgba(150,255,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,150,0,1) 0%,rgba(150,255,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,150,0,1) 0%,rgba(150,255,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,150,0,1) 0%,rgba(150,255,150,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,150,0,1) 0%,rgba(150,255,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009600', endColorstr='#96ff96',GradientType=0 ); /* IE6-8 */
}

#navLinksDiv {
	position:absolute;
	z-index: 100;
	left: 110px;
	top: 56px;
}

.NavLinks a {
	margin: 0px;
	margin-top: 1px;
	padding: 1px 10px;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	border-right: 2px solid gray;
	display: inline-block;
}

.NavLinks a:hover {
	color: #A00;
	
	background: rgb(188,255,188); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZmZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGZmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(188,255,188,1) 0%, rgba(0,255,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,255,188,1)), color-stop(100%,rgba(0,255,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,255,188,1) 0%,rgba(0,255,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,255,188,1) 0%,rgba(0,255,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,255,188,1) 0%,rgba(0,255,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(188,255,188,1) 0%,rgba(0,255,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcffbc', endColorstr='#00ff00',GradientType=0 ); /* IE6-8 */

}


/* right rounded for the nav bar */
#navBarRightTd {
	height: 30px;
	width: 7px;
	background-repeat: no-repeat;
	background: url('images/navBarRight.png');
	padding: 0;
	
}

#contentOuterDiv {
	height: 100%;
	width: 100%;
	margin-top: 135px;
}

#contentDiv {
	width: 600px;
	margin-left: 50px;
			
}

#xcontentDiv {
	border: 1px solid black;
	width: 80%;
	left: 10%;
	right: 10%;
	min-height: 400px;
	padding-left: 20px;
	padding-top: 10px;
	position: absolute;
	top: 150px;
	
	padding: 10px;
		
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

	background: rgb(255,255,100); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,100,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,100,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,100,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,100,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,100,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,100,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff64', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

#footerDiv {
	
}

#footerHr {
	width: 90%;
	left: 5%;
}

#footerLinksTable {
	margin-left: 10%;
}

#footerLinksTable td {
	padding-left: 20px;
	padding-bottom: 10px;
}

#footerLinksTable a{
	font-size: 11pt;
	margin-bottom: 50px;
	margin-left: 10px;
}

#footerLinksTable h2 {
	font-weight: normal;
	font-size: 12pt;
}


#bottomSpacerDiv {
	width: 100%;
	height: 100px;
	background-color: rgb(255,255,100);
	margin-top: 20px;
}


/******************************
 * Button related classes
 ******************************/

/********
 * This button related code is copyright Deren Ash 2012 because I use it elsewhere,
 * but I am granting Lae Ula O Kai permission to use it for their own use.
 */

.CenteredPopoverButtonsDiv{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ButtonsDiv {

}

.ButtonsDivSamll {
    
}

.ButtonsDiv a {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border: 1px solid #AAAAAA;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:70%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}



.ButtonsDiv a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.ButtonsDivSmall a img{
    margin: 0 2px -2px 0 !important;
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
}

.ButtonsDiv a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.ButtonsDiv a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.ButtonsDiv a.GreenButton{
    color:#529214;
}

.ButtonsDiv a.GreenButton:hover, button.GreenButton:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.ButtonsDiv a.GreenButton:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.ButtonsDiv a.RedButton{
    color:#d12f19;
}

.ButtonsDiv a.RedButton:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.ButtonsDiv a.RedButton:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.ButtonsDiv a.PurpleButton{
    color:#521492;
}

.ButtonsDiv a.PurpleButton:hover, button.PurpleButton:hover{
    background-color:#E6C2EF;
    border:1px solid #C680D8;
    color:#521492;
}

.ButtonsDiv a.PurpleButton:active{
    background-color:#521492;
    border:1px solid #521492;
    color:#fff;
}

.ButtonsDiv a.BlueButton{
    color:#192fd1;
}

.ButtonsDiv a.BlueButton:hover {
    background:#e4e3fb;
    border:1px solid #c4c2fb;
    color:#192fd1;
}

.ButtonsDiv a.BlueButton:active{
    background-color:#192fd1;
    border:1px solid #192fd1;
    color:#fff;
}


.ButtonsDivSmall a {
    font-size: 8pt;
    padding: 3px 5px 3px 3px;
}



/*******************************
 * Popover related classes
 *******************************/

/********
 * This button related code is copyright Deren Ash 2012 because I use it elsewhere,
 * but I am granting Lae Ula O Kai permission to use it for their own use.
 */

.PopoverBackgroundDiv{
    display: none;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #202020;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.PopoverOuterDiv {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 100;
    width: 700px;
    border: 1px solid black;
    background-color:white;
}

.PopoverHeaderDiv {
    background-color: black;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.PopoverHeaderCloseDiv {
    position: absolute;
    color: red;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

div.PopoverHeaderCloseDiv:hover{
    background: #660000;
}

.PopoverContentsDiv {
    padding: 5px;
    xheight: 653px;
    overflow: auto;
}

.PopoverButtonsDiv {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 600px;
    padding-top: 10px;
	padding-bottom: 10px;
    height: 23px;
    border-top: 1px solid #777777;
    text-align: center;
}