﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.lookupbody
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ece9d8;
}

/* --- Collapse table borders --- */
table
{
	border-collapse: collapse;
}

/* --- Styles for headings --- */
h1, h2
{
	color: #000000;
}

h3, h4, h5
{
	color: #666666;
}

h6
{
	color: #000000;
}

h1
{
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
h6
{
	/*margin: 0.5em 0;*/
	font-size: 0.9em;
	font-weight: bold;
}

/* --- Default Style for Paragraph --- */
p
{
	margin: 5px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/* --- Default Style for Anchor --- */
a
{
	text-decoration: underline;
}

/* --- Default Style for Anchor:hover --- */
a:hover
{
	text-decoration: none;
}

/* --- Clear Floats --- */
.clear
{
	clear: both;
}
/* --- Float Left --- */
.left
{
	float: left;
}
/* --- Float Right --- */
.right
{
	float: right;
}

/* --- Align Left --- */
.aleft
{
	text-align: left;
}
/* --- Align Right --- */
.aright
{
	text-align: right;
}
/* --- Align Center --- */
.acenter
{
	text-align: center;
}
/* --- Page Wrapper containing everything --- */

#wrapper
{
	width: 1003px;
	margin: 0px auto;
	text-align: left;
	background-color: #f0f2f1;
}
/* --- Wrapper for main content area --- */
#contentwrapper
{
	background-color: #f0f2f1;
	min-height: 450px;
	margin: 0 5px 10px 5px;
}

/* --- Wrapper for Left Content area --- */
#leftcontent
{
	min-height: 400px;
	float: left;
	width: 160px;
	padding: 5px;
	background-color: #ffffff;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	background-image: url(images/texture_boxtop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* --- Wrapper for Main Content area --- */
#maincontent1
{
	background-image: url(images/texture_boxtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	min-height: 400px;
	float: left;
	width: 800px;
	padding: 5px;
	margin-left: 5px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

/* --- Wrapper for Configurable Page Content area --- */
#configpagecontent
{
	background-image: url(images/texture_boxtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	min-height: 400px;
	width: 975px;
	padding: 5px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

/* --- Wrapper for Main Content area --- */
#maincontent2
{
	min-height: 400px;
	float: left;
	width: 663px;
	padding: 5px;
}

/* --- Wrapper for Right Content area --- */
#rightcontent
{
	min-height: 400px;
	float: left;
	width: 305px;
	padding: 5px;
}

/* --- Page Head --- */
#header
{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 99px;
}

#logo
{
	/*margin-top: 12px; 	margin-right: 243px; 	height: 70px; 	width: 240px; 	float: right; 	cursor: hand;*/
	background-image: url(images/vbk_logo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 250px;
	height: 59px;
	width: 256px;
	float: right;
	cursor: hand;
}



/* --- Banner Ad --- */

#topbannerad
{
	border: 3px solid #ffffff;
	margin-top: 15px;
	margin-right: 10px;
	height: 60px;
	width: 468px;
	float: right;
}




/*--- Page Footer ---*/
#footer
{
	margin-top: 5px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 55px;
}

/*--- Footer Menu ---*/
.footermenu
{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

.footermenu a
{
	font-weight: bold;
	color: #3e5e6e;
	padding-left: 3px;
	padding-right: 3px;
}

#footer h6
{
	color: #ffffff;
	margin-left: 20px;
	padding-top: 10px;
}

/* --- Top Menubar area--- */
#menubar
{
	background-image: url(images/menubar_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* --- Loginbar area--- */
#loginbar
{
	background-image: url(images/texture_top.gif);
	background-repeat: repeat-x;
	min-height: 40px;
	padding: 10px 5px 5px 5px;
}

/* --- sport --- */
.sport
{
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3e5e6e;
}

/* --- link --- */
.link
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3e5e6e;
}

/* --- Caption --- */
.caption
{
	padding: 0;
}

/* --- Caption --- */
.caption span
{
	padding-top: 3px;
	padding-left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3e5e6e;
	text-align: left;
}

/* --- Caption --- */
.minicaption
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19568f;
}
/* --- Error Caption --- */

.errorcaption
{
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-align: left;
}

/*--- Box style 1 ---*/
.box1
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #e4e4e4;
}

/*--- Box style 2 ---*/

.box2
{
	margin: 5px;
	padding: 5px;
}

/*--- Generic Widths for boxes ---*/
.width50
{
	margin-bottom: 2px;
	width: 50px;
}
.width100
{
	margin-bottom: 2px;
	width: 100px;
}
.width150
{
	margin-bottom: 2px;
	width: 150px;
}
.width200
{
	margin-bottom: 2px;
	width: 200px;
}
.width300
{
	margin-bottom: 2px;
	width: 300px;
}
.width400
{
	margin-bottom: 2px;
	width: 400px;
}
.width500
{
	margin-bottom: 2px;
	width: 500px;
}
.width600
{
	margin-bottom: 2px;
	width: 600px;
}
.width700
{
	margin: 10px auto;
	width: 700px;
}
.width800
{
	margin: 10px auto;
	width: 800px;
}
.width850
{
	margin: 10px auto;
	width: 850px;
}
.width900
{
	margin: 10px auto;
	width: 900px;
}

/*--- Style for Fieldsets ---*/
fieldset
{
	/*border-top: 1px solid #82a5d1;   border-right: 3px solid #82a5d1;   border-bottom: 3px solid #82a5d1;   border-left: 1px solid #82a5d1;*/
	margin: 5px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
}

/*--- Style for legends ---*/
legend
{
	/*padding: 3px 5px;   font-family: verdana, arial, sans-serif;   font-weight: bold;   font-size: 12px;   color: #000000;   background-color: #eaf2fb;   border: 1px solid #82a5d1;*/
	display: none;
}

/*--- Style for Labels in a Form ---*/
.formlabel
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 150px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: #19568f;
	float: left;
}

/*--- Style for Data-Labels in a Form ---*/
.formlabel1
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 4px 5px 2px 0;
	color: #000000;
	float: left;
}
/*--- Style for Labels - No fixed width, No float ---*/
.formlabel2
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 4px 5px 2px 0;
	color: #19568f;
}
/*--- Style for Labels - Labels in anchor tag ---*/

.formlabel2 a, .formlabel2 a:visited
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #19568f;
}


/*--- Widths for textboxes ---*/
.fld25
{
	margin-bottom: 2px;
	width: 30px;
}

.fld30
{
	margin-bottom: 2px;
	width: 30px;
}

.fld50
{
	margin-bottom: 2px;
	width: 60px;
}
.fld75
{
	margin-bottom: 2px;
	width: 75px;
}
.fld100
{
	margin-bottom: 2px;
	width: 100px;
}
.fld150
{
	margin-bottom: 2px;
	width: 150px;
}
.fld200
{
	margin-bottom: 2px;
	width: 200px;
}
.fld250
{
	margin-bottom: 2px;
	width: 250px;
}
.fld275
{
	margin-bottom: 2px;
	width: 275px;
}
.fld300
{
	margin-bottom: 2px;
	width: 300px;
}
.fld400
{
	margin-bottom: 2px;
	width: 400px;
}
.fld500
{
	margin-bottom: 2px;
	width: 500px;
}

/*--- Style for Required field marker---*/
.reqfld
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/*--- Style for Buttons ---*/
input.btn
{
	color: #163b72;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

/*--- Style 1 for Button panel ---*/
.btnpnl
{
	text-align: center;
	padding: 10px;
}

/*--- Style 2 for Button panel ---*/
.btnpnltop
{
	text-align: right;
	padding: 10px 0px 10px 20px;
}

/*--- Style for Buttons ---*/
.pnlbtns
{
	margin-left: 10px;
	padding: 3px;
}

/*--- Style for Pop-Up Panel ---*/
.pnlpopup
{
	background-color: #f2a31b;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #82a5d1;
}

/*--- Style for Help Link ---*/
.lblhelp
{
	padding: 2px;
}

/*--- Style for Add New Link ---*/
.lblmesg
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	color: green;
}

/*--- Style for Add New Link ---*/
.lbladdnew
{
	line-height: 40px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 25px;
	background: #ffffff url(images/AddRecord.gif) no-repeat bottom left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
.lbladdnew:hover
{
	text-decoration: underline;
}



/*--- Top Menu ---*/
.menu
{
	margin-bottom: 1em;
}

/* --- Top Menu area--- */

.menuarea
{
	width: 1003px;
	border-bottom: 1px solid #d2d2d2;
	background-color: #cde7fe;
}

.menu ul
{
	padding: 3px 9px 6px 3px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0; /*font: bold 12px Verdana;*/
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #929492;
}

.menu li
{
	display: inline;
	margin: 0;
}

.menu li a
{
	text-decoration: none;
	padding: 5px 12px 10px 10px;
	margin: 0;
	margin-right: -4px; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #ffaf00 url(images/tabright.gif) top right no-repeat;
}

.menu li a:visited
{
	color: black;
}

.menu li a:hover
{
	background-color: #ffaf00;
	margin-top: 5px;
	padding-top: 3px;
}

.formlabelError
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 180px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: red;
}

/*--- C O N T R O L   S T Y L E S ---*/
/*--- Style for Textbox ---*/
input[type="text"]
{
	border: 1px solid #7ca0d0;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

/*--- Style for Textarea ---*/
textarea
{
	border: 1px solid #7ca0d0;
	padding: 2px !important;
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
	line-height: 1.2em !important;
}

/*--- Style for Dropdown ---*/
SELECT
{
	border: 1px solid #7ca0d0;
	padding: 1px !important;
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
}

/*--- Style for Checkbox ---*/
input[type="checkbox"]
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
}

/*--- Style for Radiobutton ---*/
input[type="radio"]
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
}

/* common styling */
.menu2
{
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-image: url(images/menubar_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0 0 20px 0; /* for this demo only */
}
.menu2 ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu2 ul li
{
	float: left;
	position: relative;
	font-weight: bold;
}

.menu2 ul li.group
{
	display: block;
	text-indent: 10px;
	background: #666;
	color: #ff0;
	width: 152px;
	padding: 4px 0;
}

/*--- Menu Top Level Items ---*/
.menu2 ul li a, .menu2 ul li a:visited
{
	float: left;
	display: block;
	text-decoration: none;
	color: #1d636c;
	padding: 0px 16px;
	line-height: 22px;
	height: 30px;
}

.menu2 ul li:hover
{
	width: auto;
}

.menu2 ul li a:hover
{
	background: #dfdfdf url(images/sub2a.gif);
	color: #db0505;
}

/*--- Menu Top Level Items on Hover ---*/
.menu2 ul li:hover a
{
	background: #1d636c url(images/sub2a.gif);
	color: #ffffff;
}

.menu2 ul li ul
{
	display: none;
}
.menu2 table
{
	z-index: 200;
	margin: 0;
	border-collapse: collapse;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

/*--- Menu Sub Level Items on Hover ---*/
.menu2 ul li:hover ul
{
	display: block;
	position: absolute;
	top: 23px;
	background: #d5f4f7;
	margin-top: 1px;
	left: 0;
	width: 152px;
	border-left: 1px solid #d2eae6;
	border-right: 1px solid #d2eae6;
	border-bottom: 1px solid #d2eae6;
}

.menu2 ul li:hover ul.scroller
{
	height: 138px;
	width: 172px;
	overflow: auto;
}

.menu2 ul li:hover ul.endstop
{
	left: -90px;
}
.menu2 ul li:hover ul li ul
{
	display: none;
}

/*--- Menu Sub Level Items on Hover ---*/
.menu2 ul li:hover ul li a
{
	display: block;
	background: #d5f4f7;
	color: #1d636c;
	height: auto;
	line-height: 15px;
	padding: 4px 16px;
	width: 120px;
}
.menu2 ul li:hover ul li a.drop
{
	background: #888;
}

/*--- Menu Sub Level Items on Hover ---*/
.menu2 ul li:hover ul li a:hover
{
	color: #ffffff;
	background: #6fbcc5;
}
.menu2 ul li:hover ul li a:hover.drop
{
	background: #888;
	color: #ff0;
}
.menu2 ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 153px;
	top: -70px;
	color: #000;
	left: 152px;
	height: 138px;
	width: 172px;
	overflow: auto;
	background: #888;
}
.menu2 ul li:hover ul li:hover ul li a
{
	background: #888;
}
.menu2 ul li:hover ul li:hover ul li.group
{
	width: 152px;
	padding: 5px 0;
}


.menu2 ul li:hover ul li:hover ul.left
{
	left: -172px;
}
.menu2 ul li:hover ul li:hover ul li a:hover
{
	background: #666;
	color: #0ff;
}

/*--- Table inside a grid ---*/
#tblInside
{
	margin: 5px 0;
}

#tblInside td
{
	background-color: #dfdfdf;
}

.tabcontainer
{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

.multiLine
{
	margin-bottom: 2px;
	width: 150px;
	height: 50px;
}
.PageView
{
	overflow: scroll;
}

/*--- Style for Column heads ---*/
.headlabel
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 4px 5px 2px 0;
	color: #19568f;
}

/*--- Style for Column heads ---*/
.tablehead td
{
	background-image: url(images/grid_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
}

/*--- Style for Long Listbox ---*/
.list1
{
	margin: 2px;
	height: 650px;
	width: 190px;
}

/*--- Style for Short Listbox ---*/
.list2
{
	margin: 2px;
	height: 100px;
	width: 190px;
}

/*--- Box style 3 ---*/
.box3
{
	margin: 5px;
	padding: 5px;
	border: 2px solid #e4e4e4;
	background-color: #F1F9C6;
}

/*--- Box style 3 Caption ---*/
.box3 .minicaption
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #19568f;
}


/*--- Left Menu ---*/
.leftmenu
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 5px;
}
.leftmenugroup
{
	color: #3e5e6e;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.leftmenu ul
{
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
}
.leftmenu ul li
{
	height: 18px;
	font-weight: normal;
}

.leftmenu ul li a
{
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.leftmenu ul li a:hover
{
	color: #000000;
	background-image: url(images/leftmenu_selected.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

/*--- WLM 1.0 Table Styles ---*/
.tablestyle1
{
	border-left: 1px solid #319AEA;
	border-right: 1px solid #319AEA;
	border-top: 1px solid #319AEA;
	border-bottom: 1px solid #319AEA;
	font: normal 11px Verdana, Arial, Sans-serif;
	background: #e6f1f9;
	text-align: left;
}

.tablestyle1 td, .tablestyle1_AltRow td
{
	padding-left: 5px;
	height: 30px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.tablestyle1 td a, .tablestyle1_AltRow td a
{
	color: #000000;
}

.tablestyle1_header
{
	font-weight: bold;
	color: #ffffff;
	line-height: 32px;
	padding-left: 5px;
	background-color: #3e5e6e;
}

.tablestyle1_AltRow
{
	background-color: #ffffff;
}

.photolist td
{
}

.photolist input
{
	width: 100px;
	height: 100px;
	border: 1px solid #d2d2d2;
	padding: 3px;
}

/*
.teamname
{
	padding-left: 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3e5e6e;
}
*/

.SelectedItem td
{
	height: 30px;
	background-color: #CED867;
	border-top: 1px solid #9BA077;
	border-bottom: 1px solid #9BA077;
}

.gridbtngroup
{
	padding: 0 5px;
}

/*
.usagemeter
{
	text-align: center;
	margin-right: 5px;
	padding: 0 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #3e5e6e;
	border: 1px solid #d2d2d2;
}
*/

/*Edit Suite*/
.fld550
{
	margin-bottom: 2px;
	width: 500px;
}

input.btnColored
{
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #9DD3BE;
}

/*SenC*/
.formlabelRight
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 150px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: #19568f;
}

.dashboard
{
	display: block;
	height: 50px;
	width: 500px;
	background: url(images/Button_Bg.gif) no-repeat;
	text-decoration: none;
	margin-bottom: 10px;
	cursor: hand;
}

.dashboard span
{
	display: block;
	padding-left: 60px;
	padding-top: 15px;
	font-family: arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

/* --- Loginbar area--- */
.loginbar
{
	background-image: url(images/texture_top.gif);
	background-repeat: repeat-x;
	height: 100px;
	padding: 0px;
}

/* --- Before Login area--- */

.beforeloginbar
{
	background-image: url(images/texture_top.gif);
	background-repeat: repeat-x;
	height: 60px;
	padding: 0px;
}

.beforeloginbar input[type="text"]
{
	border: 1px solid #7ca0d0;
	margin: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.beforeloginbar input[type="password"]
{
	border: 1px solid #7ca0d0;
	margin: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.loginbtn
{
	float: right;
	padding: 10px 10px 0 5px;
}

.pnllogin
{
	float: right;
	width: 600px;
	padding-right: 10px;
}

.pnlswitchpages
{
	float: right;
	width: 250px;
	padding: 15px 10px 0 0;
}


/* --- Team Logo --- */
.teamlogo
{
	float: left;
	width: 165px;
	height: 80px;
	margin: 10px 0 5px 5px;
}

/* --- Team Name --- */
.teamname
{
	float: left;
	width: 500px;
	height: 80px;
	margin: 10px 0 5px 25px;
	font-family: arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3e5e6e;
}
.teamname span
{
	display: block;
	padding-top: 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #3e5e6e;
}

/* --- Welcome Message --- */
.welcome
{
	float: left;
	width: 290px;
	height: 30px;
	margin: 10px 0 5px 5px;
}


.welcome span
{
	display: block;
	float: right;
	padding-top: 3px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #19568f;
}

/* --- Usage Meter --- */
.usagemeter
{
	float: left;
	width: 290px;
	height: 40px;
	margin: 2px 0 5px 5px;
}

.umeter
{
	margin: 5px 0 5px 50px;
	background: url(images/progressbar_bg.png) no-repeat;
	background-position: top center;
	width: 220px;
	padding-bottom: 10px;
}

.umeterfill
{
	background: url(images/progressbar_fg.png) repeat-x;
	height: 12px;
}

.umeterscale
{
	height: 15px;
}

.umeterscale span
{
	margin-left: 50px;
	font-size: 9px;
	color: #000000;
}

.hide
{
	display: none !important;
}

.btnshow 
{
	display: inline !important;
	color: #163b72;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

.highlighted_date
{
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	/*background: white url('Img/TodayBg.gif') no-repeat;*/
	border: 1px solid orange;
}