﻿html, body {
  height: 100%;
    background: url(/Images/mainbg.png);
    /*font-family: "Verdana, Trebuchet MS", Helvetica, Sans-Serif;*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 1px;
    padding: 0;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#mainDiv 
{
    position: relative;
    width: 800px;
    min-height: 500px;
    background-color: none;
    margin: 30px auto 0px auto;  
}

#menumsg 
{
    text-align: right;
    position: absolute; 
    bottom: 0px; 
    right: 0px;
    font-style: italic;
    font-family: times, Serif;
    font-size: 18px;
}

#welcomeback
{
    font-family: arial, Serif;
    font-size: 12px;
}

/************* DIV MENUBAR **************/
div.menubar 
{
    background: url(/Images/menubar.png) no-repeat;
    padding: 0px 0px 0px 0px;
    left: 20px;
    width: 760px;
    height: 52px;
    text-align: left;
    line-height: 53px;
    font-size: 15px;
    font-weight: bold;
    color: White;
}

div.menubar div a
{
    text-decoration: none;
    color: #ffffff;
}

div.menubar div a:hover
{
    text-decoration: none;
    color: #fcd600;
}

div.menubar a.selected 
{
    color: #fcd600;
}
/*********** END MENUBAR ***********/

.roundedtop 
{
	 position: relative;
	 z-index: 1;
    margin-top: 12px;
    background: url(/Images/roundedtop.png) no-repeat;
    width: 800px;
    height: 20px;
}

.whitebg
{
    position: relative;
    padding: 0px 19px 0px 20px;
    background: url(/Images/whitebg.png) repeat-y;
}
.roundedbottom
{
    background: url(/Images/roundedbottom.png) no-repeat;
    width: 800px;
    height: 20px;
}

#footer 
{
    margin: 10px 0px 0px 15px;
    font-size: 11px;
}

a {
   outline: 0;
}

h1 
{
    font-family: Times New Roman;
    font-size: 18px;
    padding: 0px;
	 margin: 15px 0px 2px 0px;
    border: 0px solid red;
    color: #10499e;
}

h2 
{
    margin: 8px 0px 2px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #fead03;
}


/******** PUBLIC PAGE IMAGES ********/
.toprightImage { position: relative; z-index: 999; height: 190px; width: 280px; padding: 0px; margin: 0px; }
.bottomrightImage { position: relative; z-index: 999; height: 110px; width: 280px; padding: 0px; margin: 0px; }

/******** TEXTAREA RESIZER *******/
div.grippie {
background:#EEEEEE url(/Images/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:7px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
width:95%;
height: 20%;
}

textarea 
{
    font-family: Lucida, Arial, Sans-Serif;
}

.pageTitle 
{    font-family: Times New Roman;    font-size: 18px;    margin: 0px 0px 5px 0px;    border: 0px solid red;    color: #10499e;}textarea {
    resize: vertical; 
    overflow: scroll; 
    overflow-y: scroll; 
    overflow-x: hidden;	
    overflow:-moz-scrollbars-vertical;       
}
ul 
{
    margin: 0px;
    padding: 10px 0px 0px 20px;
}

div.validation-summary-errors ul
{
    padding: 0px 0px 0px 15px;
}

input[type=submit].bluebutton, input[type=button].bluebutton
{
    min-height: 18px;
    height: 18px;
	 line-height: 18px;
    position: relative;
    vertical-align: middle;
    width: auto !important;
    border: 0px;
	 padding-left: 4px;
	 padding-right: 4px;
/*     padding: 2px 7px 9px 7px;   */ 
   background: url(/Images/btnbg.png) repeat-x;
    font-family: san serif, Tahoma, arial !important;
    color: White;
    font-size: 11px !important;
    letter-spacing: 0px !important;
    font-weight: bold;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;   
}

input[type=submit]:hover { cursor: pointer; }
input[type=button]:hover { cursor: pointer; }


#login_btn:hover 
{
    cursor: pointer;
}

.blockdiv 
{
    position: relative;
    display: inline-table; 
    vertical-align: top;
}
.blockdiv input[type=text], .blockdiv input[type=password] 
{
    height: 18px;
    line-height: 18px;
    border: 1px solid silver;
    width: 120px;
}

.left 
{
    width: 471px; 
}
.right
{
    padding-left: 5px;
    width: 278px;
}

.leftborder { border-left: 1px solid gray; }
.rightborder { border-right: 1px solid gray; }


.login_roundedtop 
{
    margin-top: 0px;
    background: url(/Images/login_roundedtop.png) no-repeat;
    width: 280px;
    height: 7px;
}

.login_bg
{
    height: 92px;
    border: 0px solid red;
    position: relative;
    padding: 0px 20px 0px 20px;
    background: url(/Images/login_bg.png) repeat-y;
}
.login_roundedbottom
{
    background: url(/Images/login_roundedbottom.png) no-repeat;
    width: 280;
    height: 7px;
}
.loginbox 
{
    position: relative;
    margin-top: -5px;
    padding: 10px;
    background: url(/Images/loginbox.png) no-repeat;
    width: 260px;
    height: 90px;
}
#loginlock 
{
    position: absolute;
    top: 10px;
    left: 10px;
}
.rs-slideshow 
{
    height: 310px;
    width: 470px;
    overflow: hidden;
    position: relative;
}
 
.rs-slideshow .slide-container {
    background-color: #444;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}

#tblLogin tr, #tblLogin tr td, #tblLogin tr td input
{
    height: 18px;
}

.row 
{
    font-weight: bold;
	vertical-align: middle;
	margin-top: 3px;
	font-size: 13px;
}
.row input  
{
    width: 150px; height: 14px !important; 
    line-height: 12px !important; font-size: 12px !important; 
}
.row textarea
{
    line-height: 12px !important; font-size: 12px !important; 
    width: 150px; height: 60px;
}

.row input[type=checkbox] { width: auto; position: relative; left: -4px; }

.row label 
{
    font-size: 12px;
    height: 12px;
    line-height: 12px;
	padding-top: 3px;
	font-weight: bold;
	color: #fff;
	cursor: default;
	display: block;
	float: left;
	text-align: right;
	vertical-align: baseline;
	width: 80px;
	margin-right: 5px;
}


/*********** DROP DOWN MENUS ******************/
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #1A4473}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}
