﻿*
{
    margin: 0;
    padding: 0;
}

html, form
{
    /*sticky footer*/
	height:100%;
}

body
{
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    line-height: 1.4em;
    text-align: center;
    color: #303030;
    background: #e8eaec;
    /*sticky footer*/
	height:100%;
}

hr
{
    color: #3b5a82;
    background-color: #3b5a82;
    height: 1px;
    width:100%;
    border:0;
    margin-bottom:10px;
    margin-top:10px;
}
a
{
    color: #467aa7;
    font-weight: bold;
    text-decoration: none;
    background-color: inherit;
}

a:hover
{
    color: #2a5a8a;
    text-decoration: none;
    background-color: inherit;
}
a img
{
    border: none;
}

p
{
    padding: 0 0 1.6em 0;
}
p form
{
    margin-top: 0;
    margin-bottom: 20px;
}

img.left, img.center, img.right
{
    padding: 4px;
    border: 1px solid #a0a0a0;
}
img.left
{
    float: left;
    margin: 0 12px 5px 0;
}
img.center
{
    display: block;
    margin: 0 auto 5px auto;
}
img.right
{
    float: right;
    margin: 0 0 5px 12px;
}

/**************** Header and navigation styles ****************/

#container
{
    width: 97%;
    padding-left:1px;
    padding-right:1px;
    text-align: left;
    background: #ffffff;
    color: #303030;
    border-right:2px solid #a0a0a0;
    border-left:2px solid #a0a0a0;
    /*sticky footer*/ 
	min-height:100%;
	height:auto !important;
	height:100%; 
	margin:0 auto -30px;
}

#header
{
    height: 50px;
    width: 100%;
    margin:0 0 0 0;
    margin-bottom:1px;
    background: #467aa7;
    color: #ffffff;
}

#header h1
{
    padding: 10px 0 5px 20px;
    font-size: 2.0em;
    background-color: inherit;
    color: #ffffff;
    letter-spacing: -2px;
    font-weight: normal;
}

#header h2
{
    margin: 10px 0 0 40px;
    font-size: 1.4em;
    background-color: inherit;
    color: #f0f2f4;
    font-weight: normal;
}

#navigation
{
    height: 1.9em;
    line-height: 2.8em;
    width: 100%;
    color: #ffffff;
    background-color:#578bb8;
}

/**************** begin Content styles ****************/

#content
{
    float: left;
    font-size: 0.9em;
    width: 100%;
    margin:0 0 0 0;
}

#content h2
{
    display: block;
    margin: 5px 0 20px 0;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #505050;
    background-color: inherit;
}

#content h2 a
{
    font-weight: normal;
}
#content h3
{
    margin: 0 0 5px 0;
    font-size: 1.2em;
    letter-spacing: -1px;
    color: #7A7A7A;
}
#content a:hover, #subcontent a:hover
{
    text-decoration: underline;
}
#content ul, #content ol
{
    margin: 0 5px 16px 35px;
}
#content dl
{
    margin: 0 5px 10px 25px;
}
#content dt
{
    font-weight: bold;
    margin-bottom: 5px;
}
#content dd
{
    margin: 0 0 10px 15px;
}

/**************** end Content styles ****************/

/**************** begin Footer styles ****************/

#footer
{
    clear:both;
    font-size: 0.9em;
    color: #f0f0f0;
    background-color:#467aa7;
    width: 97%;
    margin:0 auto;
    text-align: left;
	padding-left:1px;
	padding-right:1px;
	border-right:2px solid #a0a0a0;
	border-left:2px solid #a0a0a0;
	/*sticky footer*/
	height:30px;
}

#footer p
{
    padding-top:0;
    margin-bottom:0;
}
#footer a
{
    color: #f0f0f0;
    background-color: inherit;
    font-weight: bold;
}
#footer a:hover
{
    color: #ffffff;
    background-color: inherit;
    text-decoration: underline;
}

/**************** end Footer styles ****************/

.actionbutton
{
    width: auto;
    padding: 2x 1px 2px 1px;
    border: 1px solid Black;
    font-size: 1.0em;
    text-align: center;
    vertical-align:top;
    background-color:Orange;
}

.actionbutton2
{
    width: auto;
    padding: 2x 1px 2px 1px;
    border: 1px solid Black;
    font-size: 1.0em;
    text-align: center;
    vertical-align:top;
    background-color:#DCDCDC;
    color:Black;
}

.clear
{
    clear: both;
}

.error
{
	font-weight:bold;
	color:Red; 
	/*padding-left: 20px; 
	background-image: url(/images/exclamation.gif); 
	background-repeat:no-repeat;*/
}

.validationSummary li
{
	color: Red;
	font-style: normal;
	font-weight: bold;
	list-style-type: square;
	line-height: .5em;
	padding-top:10px;
}

.ContentDiv
{
    background-color:#fafbfc; 
    padding:15px 5px 15px 5px; 
    width:99%; 
    border:1px solid #3b5a82;
}

/* begin default table*/
table.default
{   
    width:100%;
    padding:0 0 0 0;
    margin:0 0 0 0;
	border-left-style:none; 
	border-right-style:none; 
	border-bottom-style:none; 
	border-top-style:none; 
	border-collapse:collapse;
}

table.default th
{
	text-align:right;
	color:Black; 
	padding: 3px 3px 3px 3px;
	text-align:right;
	font-weight:normal; 
}

table.default th.Required
{
	text-align:left;
	color:Black; 
	padding: 3px 3px 3px 3px;
	text-align:right;
	font-weight:bold;
}

table.default td
{
	color:Black; 
	text-align:left;
	font-weight:normal;
	padding: 3px 3px 3px 3px;
}

table.default input.textbox,
table.default select.dropdown
{
    border-color:#abc1de;
    border-width:1px; 
    border-style:solid;
    vertical-align:middle;
    width:200px;
    padding:0px 2px 2px 2px;
    font-size:9pt;
    height: 17px;
}

table.default input.textbox2,
table.default select.dropdown2
{
    border-color:#abc1de;
    border-width:1px; 
    border-style:solid;
    vertical-align:middle;
    width:260px;
    padding:0px 2px 2px 2px;
    font-size:9pt;
    height: 17px;
}

table.default input.checkbox
{
   height: 14px;
   vertical-align:middle;
}

table.default textarea.textbox
{
    border-color:#abc1de; 
    border-width:1px; 
    vertical-align:middle;
    width:200px;
    padding:0px 2px 2px 2px;
}

/* end default table*/

/*begin collapsible panel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:25px;
	color:White;
	font-weight:bold;
	background-color:#555D63;
	margin-bottom:2px;
	/*
	background-image: url(/Images/bg-coll-panel-gray.png);
	background-repeat:repeat-x;
	*/
}

.collapsePanelHeaderTicket{
	width:100%;
	height:25px;
	color:White;
	font-weight:bold;
	background-color:#555D63;
	/*background-image: url(/Images/bg-coll-panel-gray.png);
	background-repeat:repeat-x;
	margin-bottom:2px;*/
	
}
/*end collapsible panel*/

/*begin grid header*/
table.GridHeaderTable
{
	border:1px solid #3b5a82;
	background-color:#d9d9d9;
	width:100%;
	border-bottom-style:none;
}

table.GridHeaderTable th
{
	height:25px;
	text-align:left;
	color:Black; 
	padding-left:5px;
}

table.GridHeaderTable td
{
	height:25px;
	text-align:right;
	color:Black; 
	padding-right:1px;
}
/*end grid header*/

/*begin check box*/
span.checkHome label
{
    font-weight: normal;
    vertical-align: middle;
    padding-left: 3px;
    padding-right:8px;
}

span.checkHome input
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
/*end check box*/