﻿

h1
{
	font-size: 18px;
	margin: 2px;
}

h3
{
	font-size: 14px;
	margin: 0px;
}

a
{
	color: Blue;
}

textarea, select, input
{
	border: solid 1px #98c4f5; /*#C5DEFA;*/
	padding: 3px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;	
}
.searchbox
{
	font-size: 16px;
	font-weight: bold;
}

.button
{
	background-color: #C5DEFA;	
	border-top: solid 1px #BDD6FB;
	border-left: solid 1px #BDD6FB;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	/*border: solid 1px #999999;*/
	cursor: pointer;
}
.button_gray
{
	background-color: #eee;	
	border-top: solid 1px #BDD6FB;
	border-left: solid 1px #BDD6FB;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	/*border: solid 1px #999999;*/
	cursor: pointer;
}
.button_regular
{
	background-color: #ccc;	
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 1px;
	cursor: pointer;
}


/* XP IE7 theme - Backgrounds */
.TabStyle .ajax__tab_header						{ background:url(images/tab-line.gif) repeat-x bottom; }
.TabStyle .ajax__tab_outer						{ background:url(images/tab-right.gif) no-repeat right; }
.TabStyle .ajax__tab_inner						{ background:url(images/tab-left.gif) no-repeat; }
.TabStyle .ajax__tab_tab						{ background:url(images/tab-main.gif) repeat-x; }
.TabStyle .ajax__tab_hover .ajax__tab_outer		{ background:url(images/tab-hover-right.gif) no-repeat right; }
.TabStyle .ajax__tab_hover .ajax__tab_inner		{ background:url(images/tab-hover-left.gif) no-repeat; }
.TabStyle .ajax__tab_hover .ajax__tab_tab		{ background:url(images/tab-hover.gif) repeat-x; }
.TabStyle .ajax__tab_active .ajax__tab_outer	{ background:url(images/tab-active-right.gif) no-repeat right; }
.TabStyle .ajax__tab_active .ajax__tab_inner	{ background:url(images/tab-active-left.gif) no-repeat; }
.TabStyle .ajax__tab_active .ajax__tab_tab		{ background:url(images/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.TabStyle .ajax__tab_header 					{ font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;font-size:12px; font-weight: bold; color: #000000; }
.TabStyle .ajax__tab_outer						{ height:29px; }
.TabStyle .ajax__tab_inner						{ padding-left:3px; }
.TabStyle .ajax__tab_tab						{ padding:8px 20px;margin:0; }
.TabStyle .ajax__tab_body						{ font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;font-size:12px;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }


/* Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px; 
}

.header_field
{
	text-align: left;
	font-weight: bold;
	padding: 3px;	
	background-color: #C5DEFA;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #BDD6FB;
	border-right: solid 1px #999999;
}
.header_field_r
{
	text-align: right;
	padding: 3px;	
	background-color: #C5DEFA;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #BDD6FB;
	border-right: solid 1px #999999;
}

.SearchText
{
	float: left;
}


/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	/*background-image:url(images/header-opened.png);
	background-repeat:repeat-x;*/
	background-position:left top;
	background-color:#F5F7F8;
}

/* GRIDVIEW CONTROL */

.GridHeaderStyle
{
	background-color: #BDD6FB; /*#C5DEFA;*/
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.GridHeaderStyle a
{
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.GridRowStyle
{
	background-color: #ffffff;
	padding: 0px;
}
.GridRowStyle td
{
	border-top: solid 1px #999999;
}
.GridViewAlternatingStyle
{
	background-color: #F6F6F6;
	padding: 0px;
}
.GridViewAlternatingStyle td
{
	border-top: solid 1px #999999;
}
.GridViewPagerStyle
{
	color: #4F4F4F;	
}
.GridViewPagerStyle span
{
	color: #4F4F4F;
}
.RowStyle
{
	border-top: solid 1px #000000;
}
a.GridMainLink, a.GridMailLink:visited
{
	color: #03408f;
	font-weight: bold;
}
a.GridMainLink:hover
{
	color: #03408f;
	font-weight: bold;
	text-decoration: underline;
}

/* Grid style colors */
.gridview_container
{
	border: solid 1px #999999;
}
.gridviewheaderfooter
{
	background-color: #EDEDED;
}
.gridview
{
	border-top: solid 1px #cccccc; 
	border-bottom: solid 1px #cccccc;
}

/* END GRID VIEW STYLES */


/* UPDATE PROGRESS */
.updateProgress
{		
	padding: 0px;
}
.progress_background
{	
	position: relative;
	background-color: #cccccc;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;	
	height: 100%;
	width: 100%;
}
.progress_container
{
	position: absolute;
	top: 10px;
	left: 25%;
	border: solid 1px #808080;
	border-width: 1px 0px;
	width: 240px;	
	z-index: 100;
}
.progress_header
{
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #cccccc;
}
.progress_meter
{
	background-color: #f2f2f2;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;	
}
/* END UPDATE PROGRESS */


.ErrorSummary
{
	border: solid 1px red;
	color: Red;
	margin: 5px 0px;
	background-color: #f2f2f2;
	padding: 15px;
	text-align: left;
}
.ErrorSummary ul 
{
	margin: 0;
	padding: 0;
	margin-left: 5px;
	list-style: square;
}

.box_header
{
	background-color: #eee; 
	padding: 2px;
	border-top: solid 1px #ccc; 
	border-left: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
}
.box_header_main
{
	background-color: #C5DEFA; 
	padding: 2px;
	border-top: solid 1px #999999; 
	border-left: solid 1px #999999; 
	border-right: solid 1px #999999; 
}
.box_content_main
{
	border: solid 1px #999999; 
	padding: 2px;	
	min-height: 150px;
}
.box_content
{
	border: solid 1px #ccc; 
	padding: 2px;	
	min-height: 150px;
}


/* Slider */

#slider_wrap {
	position: fixed;
	/*margin: auto 0;*/
	bottom: 0;	
	width: 500px;
	padding: 2px;
	border: 1px solid #3a3a30;
	z-index: 1;
	/*left: 0;*/
    left: 50%;    margin: 0 0 0 -252px;	
}
.slider_panel 
{
	background: #eeeeee;
	height: 150px;
	width: 500px;
	text-align: center;
	overflow:hidden;
}
.slider_top
{
	background: #c6c6c3;
	cursor: pointer;
	padding: 5px;
	color: #000000;
}


.BarIndicator_Password
{
    color:Blue;
    background-color:Blue;
}

.BarBorder_Password
{
    border-style:solid;
    border-width:1px;
    width:120px;
    vertical-align:middle;
}
