﻿
.MenuLink
{
	font-size: 8pt;
	color: white;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.button
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	height: 20px;
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	border-left: darkgray thin solid;
	border-bottom: darkgray thin solid;
	text-transform: none;
	font-weight: normal;
}
.label
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
}


.labelbold
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	
}

.labelRed
{
	font-size: 8pt;
	color: #ff4500;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}


.textbox
{
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
}
.listbox
{
	font-weight: normal;
	vertical-align: middle;
    font-style: normal;
	font-family:  Arial;
	font-variant: normal;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	border-right: #77a4d1 1px solid;
	border-top: #77a4d1 1px solid;
	border-left: #77a4d1 1px solid;
	border-bottom: #77a4d1 1px solid;
}
  
.table
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
}
	
.title
{
	font-size: 14pt;
	color: white;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
	font-weight: normal;
	background-color: #b0c4de;
}
.error
{
	font-size: 9pt;
	color: red;
	font-style: italic;
	font-family: Arial;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
}
.img_hdr
{                                 
	background-image: url(../ImageHandler.ashx?key=img_hdr);
	/*background-attachment: fixed;
	background-repeat: no-repeat;*/
}
.img_high
{
	background-image: url(../ImageHandler.ashx?key=img_high);
	/*background-attachment: fixed;
	background-repeat: no-repeat;*/
	cursor: hand;
}
.img_title
{
	background-image: url(../images/Title.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.copyright
{
	font-family: Arial;
	font-size: 10px;
	color: #0099CC;
	text-transform: none;
	font-weight: normal;
}
.separator
{
	background-color: #5d7b9d;
}
.radiobutton
{
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	text-align:center;
}
.checkbox
{
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 10pt;
	text-transform: none;
	font-weight: normal;
}
.header
{
	color: #0292c6;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

.subheader
{
	color: #0292c6;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 9pt;
	font-weight: bold;
}
.labelerror
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	text-transform: none;
}

.help
{
	font-size: 14pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #006699;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

.link
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #006699;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

.linkWithLine
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #006699;
	text-transform: none;
	font-weight: normal;
}

.linkbold
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #006699;
	text-transform: none;
	font-weight: bold;
}

.linkWithLine
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #006699;
	text-transform: none;
	font-weight: normal;
}

.reglink
{
	font-weight: bold;
	font-size: 13px;
	color: #006699;
	font-family: Arial;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
.menu
{
	font-size: 8pt;
	text-transform: uppercase;
	color: #FF6600;
	font-style: normal;
	font-variant: normal;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff9e7;
}
.submenu
{
	font-size: 8pt;
	text-transform: uppercase;
	color: #FF6600;
	font-style: normal;
	font-variant: normal;
	font-family: Arial;
	text-decoration: none;
	background-color: #fff9e7;
	font-weight: normal;
}
.success
{
	font-size: 8pt;
	color: blue;
	font-style: italic;
	font-family: Arial;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
}

.folder
{
	font-size: 8pt;
	text-transform: uppercase;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
.subfolder
{
	font-size: 8pt;
	text-transform: uppercase;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-family: Arial;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}
.hiddencol
{
    display:none;
}
.viscol
{
    display:block;
}

.labelwithtab
{
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	/*vertical-align: middle;
	text-indent: 3px;
	padding-left: 5px;
	padding-right: 5px;*/
}
.date
{
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	border-right: #77a4d1 1px solid;
	border-top: #77a4d1 1px solid;
	border-left: #77a4d1 1px solid;
	border-bottom: #77a4d1 1px solid;
}



.linkwithhover 
{
	font-size: 8pt; 
	color: #FF6600; 
	text-decoration:none;
}

.linkwithhover:visited 
{
	font-size: 8pt;
	color: #FF6600;
	text-decoration:none;
}

.linkwithhover:hover
{
	font-size: 8pt;
	color: #052967;
	text-decoration: underline;
}

.linkwithhover:active
{
	font-size: 8pt;
	color: #052967;
	text-decoration: none;
}
.linkwithhover:link
{
	font-size: 8pt;
	color: #FF6600;
	text-decoration:none;
}

.linkwithhover2 
{
	font-size: 8pt;
	font-family:Arial;
	color:#676863; 
	text-decoration:none;
	font-weight:bold;
}

.linkwithhover2:visited 
{
	font-size: 8pt;
	font-family:Arial;
	color:#676863; 
	text-decoration:none;
	font-weight:bold;
}

.linkwithhover2:hover
{
	font-size: 8pt;
	font-family:Arial;
	color:#676863; 
	text-decoration: underline;
	font-weight:bold;
}

.linkwithhover2:active
{
	font-size: 8pt;
	font-family:Arial;
	color:#676863; 
	text-decoration: none;
	font-weight:bold;
}
.linkwithhover2:link
{
	font-size: 8pt;
	font-family:Arial;
	color:#676863; 
	text-decoration:none;
	font-weight:bold;
}
.linkwithhover3 
{
	font-size: 8pt;
	font-family:Arial;
	color:#F96B09; 
	text-decoration:none;
	font-weight:bold;
}

.linkwithhover3:visited 
{
	font-size: 8pt;
	font-family:Arial;
	color:#F96B09; 
	text-decoration:none;
	font-weight:bold;
}

.linkwithhover3:hover
{
	font-size: 8pt;
	font-family:Arial;
	color:#F96B09; 
	text-decoration: underline;
	font-weight:bold;
}

.linkwithhover3:active
{
	font-size: 8pt;
	font-family:Arial;
	color:#F96B09; 
	text-decoration: none;
	font-weight:bold;
}

.linkwithhover3:link
{
	font-size: 8pt;
	font-family:Arial;
	color:#F96B09; 
	text-decoration:none;
	font-weight:bold;
}

/* test menu */
table.menu 
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #ffffff;

}

table.menu td 
{
	width: 100px;
	height: 35px;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}

table.menu a 
{
	color: #000000;
	text-decoration: none;
	width: 80px;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	filter: blendTrans(duration=0.5);
}

table.menu a:link 
{
	color: #000000;
	background: #ffffff;
}

table.menu a:active 
{
	color: #000000;
	background: #cccccc;
}

table.menu a:hover
{
	color: #ffffff;
	background: #000000;
}

.back_blk
{
	color: #ffffff;
	background: #000000;
}

.back_wht
{
	color: #000000;
	background: #ffffff;
}

/***************/

/* prototype menu */
table.toolbar a 
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width: 100px;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}

table.toolbar td 
{
	text-align: center;
}

.tdPanelHeader
{
	border-top: gainsboro thin solid;
	border-right: gainsboro thin solid;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
	background-image: url(../Images/PanelTitle6.png);
	padding-bottom: 3px;
	padding-top: 3px;
	background-repeat: repeat-x;
	font-size: 10pt; /*color: gray;*/
	color: #006699;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: normal;
}

.tdPanelHeaderNoBorder
{
	padding-bottom: 3px;
	padding-top: 3px;
	background-repeat: repeat-x;
	font-size: 10pt; /*color: gray;*/
	color: #006699;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: normal;
}

.Language
{
	font-size: small;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #006699;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}

.bluelabel
{
	font-size: 8pt;
	color: #0051a3;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;
}

.bluePageTitle
{
	font-size: 13pt;
	color: #0051a3;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;
}

.bluebutton
{
	/*
	font-size: 8pt;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #0051a3;
	border-right: darkgray thin;
	border-top: darkgray thin;
	border-left: darkgray thin;
	border-bottom: darkgray thin;*/
	
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	background-image: url('../images/btn_bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-variant: normal;
	vertical-align: middle;
	text-align: center;
	width: auto;
	border-color: #eeeeee;
	border-width: 1px;
	text-transform: none;
	font-weight: normal;
}

.bluelink
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #0051a3;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}

.redlink
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: Red;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}


.flattextbox
{
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	border-right: #a6a5a5 1px solid;
	border-top: #a6a5a5 1px solid;
	border-left: #a6a5a5 1px solid;
	border-bottom: #a6a5a5 1px solid;
	/* border-right: #77a4d1 1px solid;
	border-top: #77a4d1 1px solid;
	border-left: #77a4d1 1px solid;
	border-bottom: #77a4d1 1px solid;*/
}

.sideMenu
{
	font-size: 8pt;
	text-transform: uppercase;
	color: white;
	font-family: Arial;
	background-color: #f89617;
	border-left-color: #f89617;
	border-bottom-color: #f89617;
	border-top-style: solid;
	border-top-color: #f89617;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f89617;
	border-bottom-style: solid;
}

.orangeFooter
{
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #ffffff;
	text-transform: none;
	font-weight: bold;
}

.progressIndicatorMsg
{
	font-size: 11pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	color: #EE5E33;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}

.borderThinSide
{
	margin-top :0px ;
	border-top: gainsboro thin solid;
	border-right: gainsboro thin solid;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
	text-align: left;
}

.headerTextTab
{
	font-size: 11px;
	text-transform: capitalize;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/*Tab control New Style*/

/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:10px;overflow:hidden ;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.ajax__tab_xp2 .ajax__tab_header {font-family:Arial;font-size:11px;background:url(../images/Tab/tab-line.gif) repeat-x bottom;}
.ajax__tab_xp2 .ajax__tab_outer {padding-right:0px;background:url(../images/Tab/tab-right.gif) no-repeat right;height:21px;}
.ajax__tab_xp2 .ajax__tab_inner {padding-left:3px;background:url(../images/Tab/tab-left.gif) no-repeat;}
.ajax__tab_xp2 .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/Tab/tab.gif) repeat-x;}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer {background:url(../images/Tab/tab-hover-right.gif) no-repeat right;}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_inner {background:url(../images/Tab/tab-hover-left.gif) no-repeat;}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_tab {background:url(../images/Tab/tab-hover.gif) repeat-x;}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer {background:url(../images/Tab/tab-active-right.gif) no-repeat right;}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_inner {background:url(../images/Tab/tab-active-left.gif) no-repeat;}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_tab {background:url(../images/Tab/tab-active.gif) repeat-x;}
.ajax__tab_xp2 .ajax__tab_body
{
	font-family: Arial;
	font-size: 10pt;
	border-top: 0px;
	padding: 8px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-color: #999999;
}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}



td
{
	font-family: Arial;
}








