﻿body, div, h1, h2, h3, h4,  table {    padding: 0px; 
                                              border: none; }
body,td,table  {font-family: Arial;
                font-size: 13px; 
                color:#000080;
             
}

p { padding: 0px; 
    margin:  15px 0px  15px 0px;}

header, footer, nav, section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

/*textarea {
    min-height: 75px;
}*/

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

  .PageHeader { 
      text-align: center; 
                color: Navy; 
                font-weight: bold; 
                font-size: 115%; 
                padding-bottom: 5px; }
                
  .LeftHeaderRed { text-align:left ; 
                  color: #800000; 
                  font-weight: bold; 
                  font-size: 115%; 
                  padding-bottom: 1px; }
 
.LeftHeader { text-align:left ; 
                  color: Navy; 
                  font-weight: bold; 
                  font-size: 105%; 
                  padding-bottom: 5px; }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#header{ 
          }

.logon{height:10px; 
               float:right;
               position:absolute;
               top:90px;
               left:700px;
                 margin: 5px 0px 5px 10px; padding: 5px;
        }

 

#wrappertop { width: 100%;
           margin: 0px 0px  0px 20px;}

#wrapper { width: 980px;
           margin: 0px 0px  0px 20px;}

#sidebar {width: 220px;
          padding: 10px;
           margin-top:15px;
          float:left;}
 
     #PowerHeader  
       {  
                  text-align: center; 
                color:Red ; 
                font-weight: bold; 
                font-size: 115%; 
                padding-bottom: 5px; 
               }
  
      
#maincontent{ 
 
  margin:  20px 0px  0px  250px;
}

#maincontenttop{  margin:  20px 25px  0px  25px; }

#footer {clear:both; visibility:hidden;  margin:  20px 25px  0px 25px; }
	

.sidebarcontent { margin: 0px 0px 0px  0px; 
                  color: #000080; 
                  border: 1px solid #0F2543; 
                  padding:  5px 0px 5px 5px; 
                  line-height: 1.5em; 
                  font-weight: normal; 
                 
}


    .sidebarcontent a
    {
        margin: 0px 0px 0px 0px;
        padding: 2px 0px 0px 0px;
        color: #000080;
        text-decoration: none;
    }
                    
.sidebarcontent a:hover {
     background-color: #000080; 
     text-decoration:underline;
                          color: #FFF; }
                          
.sidebarcontent a:visited { }

.sidebarcontent span { text-align: center; 
                       font-size: 14px; 
                       font-weight: bold; 
                       margin: 0px 0px 0px 0px; }

.sidebarheader { height: 17px; 
                 padding: 5px 0 0px 5px; 
                 background: url(images/sidebar_header.png) no-repeat left top; /*font-family: Arial, Sans-Serif;*/ 
                 font-family: Arial; 
                 font-weight: bold; 
                 text-transform: uppercase; 
                 text-align: left; 
                 color: White; }

#skiplink{ position:absolute;
           top:-200px}

 img 
 { 
 border-style: none; 
 text-decoration: none; 
 } 

 h3
{
    text-align: center;
}

h2
{
    text-align: center;
}
 

/*Centered Division Menu*/
#centeredmenu
{
 	width: 100%;
	background: #5E82B4;
	overflow: hidden;
	position: relative;
    
}

#centeredmenu ul
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#centeredmenu ul li
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	position: relative;
	right: 50%;
}

#centeredmenu ul li a
{
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	border-right: 1px solid white;
	color: white;
	text-decoration: none;
	line-height: 1.3em;
	width: 12em;
}

#centeredmenu ul li a.first
{
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	border-left: 1px solid white;
	color: white;
	text-decoration: none;
	line-height: 1.3em;
	width: 12em;
}

#centeredmenu ul li a:hover
{
	background-color: #516B8E;
}
 
 
/*Centered Division Menu*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

a.linkbutton
{
    background: url(../Images/image.gif) no-repeat top left;
     display: block;
     width: 150px;
     height: 150px;
     text-indent: -9999px; /* hides the link text */
}
 