﻿/* style for body */

body
{
	font-size: 12px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	line-height: 1.2em;
	color: #1F1F1F;
	background-color: white;
	margin: 0;
}

div.frontpageheader
{ 
	font-size: 16px;
	color: #1F1F1F;
	width: 800px;
	height: 40px;
	text-align: left;
	font-weight: bold;
}

td.pageheader
{ 
	font-size: 16px;
	color: #1F1F1F;
	text-align:center;
	font-weight: bold;
}

td.pagenavigation
{ 
	font-size: 12px;
	color: #1F1F1F;
	text-align: right;
}

/* Standard Page */

td.page
{ 
	font-size: 14px;
	color: #1F1F1F;
	text-align: left;
	vertical-align: top;
}

td.button
{
	font-size: 12px;
	text-align: center;
	background-color: #AFD2FF;
	cursor: pointer;
}

td.button_selected
{
	font-size: 12px;
	text-align: center;
	background-color: #FFFF00;
	cursor: pointer; 
}

table.data
{
	border: none;
	width: 100%
}

td.data_key
{
	background-color: #CDDFF6;
	width: 100px;
	vertical-align: text-top;
}

td.data_value
{
	background-color: #DFEAF9;
}

td.sidebar
{
	background-color: #F3F3F3;
}

div.page
{ 
	border-width: thin; 
	border-color: #EBEBEB; 
	background-color: #F7F7F7; 
	border-top-style: solid; 
	border-bottom-style: solid;
	width: 800px;
	text-align: left;
}

.footer
{ 
	width: 800px;
	height: 40px;
}

.breadcrumb
{
	width: 800px;
	height: 40px;
}

td.footertext
{
   	font-size: 10px;
	color: #1F1F1F;
}

td.dataheader
{
	font-size: 14px;
	font-weight: bold;
	color: #1F1F1F;
	background-color: #EDF3FC;
}

td.formsectiontext
{
    font-size: 14px;
    font-weight: bold;
    color: #000066;
}

td.formtext
{
    font-size: 12px;
}

table.report-content
{
	border: 1px solid #AFD2FF;
	width: 100%;
	background-color: #FFFFCC;
	table-layout: fixed;
}

/* image style */

div.left-picture
{
	float: left;
}

div.right-picture
{
	float: right;
}

td.contact-pic
{
	vertical-align: text-top;
	height: 210px;
	width: 150px;
}

/* heading font style */

div.h4
{
	font-size: 14px;
	font-weight: bold;
}

select
{
    font-size: 12px;
}

a.nonUnderlinedLink
{
	text-decoration:none;
	color:blue
}

/******************************/
/*							  */
/* Custom style for home page */
/*							  */
/******************************/

.mainMenu
{
	width:100%;
	height:100%;
	background-color:#E1ECFA;
	border:1px #AFD2FF solid;
	
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* Expand Bar */

.expandBarHeading
{
	font-family:'Segoe UI', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:small;
	background-color:#AFC0DD;
	
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.expandBarContent
{
	padding:13px;
	background-color:#AFC0DD;
	height:125px;
	width:357px;
	
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.expandBarContentHead
{
	font-weight:bold;
	height:13px;
}

.expandBarContentContent
{
	vertical-align:top;
	text-align:justify;
	height:77px
}

/********************/
/*  LEFT SIDE MENU  */
/********************/
/* Styling the menu */
/********************/
/*  */
#leftSideMenu
{
	width:150px;
/*	border:thin black solid */
}
#leftSideMenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#AFD2FF;
	vertical-align:middle;
	cursor:pointer;
}
#leftSideMenu a:visited
{
	text-decoration:none;
	display:block;
	color:black;
	width:100%;
	vertical-align:middle
}
#leftSideMenu a:focus
{
	text-decoration:none;
	display:block;
	color:black;
	width:100%;
	vertical-align:middle
}
#leftSideMenu a:link
{
	text-decoration:none;
	display:block;
	color:black;
	width:100%;
	vertical-align:middle
}
#leftSideMenu a
{
	text-decoration:none;
	display:block;
	color:black;
	width:100%;
	vertical-align:middle
}
#oneline{ padding-top:12px;height:70% }
#twoline{ padding-top:5px;height:90% }
#leftSideMenu ul li
{
	border:1px white solid;
	width:150px;
	height:37px;
	text-align:center;cursor:pointer;
	background-color:#AFD2FF;
}
#leftSideMenu ul ul li
{
}

/* Positioning PopOut */
#leftSideMenu ul li
{
	position:relative;
	display:block;			
}
#leftSideMenu ul ul
{
	position:absolute;
	right:100%;
	top:-1px;
	display:none;
}
#leftSideMenu ul li:hover
{
	background-color:#FFFF00;
}

/* PopOut event */
#leftSideMenu li:hover ul{display:none}
#leftSideMenu ul li:hover ul{display:block}
#leftSideMenu ul ul li:hover{display:block}


