/* CSS Document */
body {
	scrollbar-face-color: #DCDCDC; 
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-darkshadow-color: #BBBBBB; 
	scrollbar-track-color: #EFEFEF; 
	scrollbar-arrow-color: #626262; 
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: #ffffff;
}

img {
	border-width: 0px;
	vertical-align: top;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.95em;
}

input[type="checkbox"] {
	margin: 4px 4px 0px 0px;
}

* html input.checkbox, * html span.checkbox input,
* html .checkbox_wrapper, * html .checkbox_wrapper input {
	margin: 0px 2px 0px -4px;
}

span.checkbox, .checkbox_wrapper {
	overflow: hidden;
}

span.checkbox input, .checkbox_wrapper input {
	display: block;
	float: left;
}

span.checkbox label, .checkbox_wrapper label {
	display: block;
	float: left;
	text-align: left;
	padding-top: 4px;
	letter-spacing: normal;
	padding-right: 4px;
}

table.checkbox {
	padding: 0px;
	margin: 0px;
	display: inline;
}

table.checkbox td {
	background: transparent;
	padding: 0px;
	border-width: 0px;
}

.textbox {
	border: solid 1px;
	border-color: #cfcfcf #fbfbf7 #fbfbf7 #cfcfcf;
	background: #fbfbf7;
	padding: 2px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h1 { font-size: 2.9em; font-weight: normal; }
h2 { font-size: 2.1em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.45em; }
h5 { font-size: 1.2em; }
h6 { font-size: 0.85em; }

ul {
	list-style-image: url(../../Images/Global/ul_list_style.gif);
}

html, body, form, #main_table {
	height: 100%;
}

/* Main Layout */
#main_table {
}

#header {
	background: url(../../Images/logo_bg.jpg);
	text-align: center;
}

.button {
	border: 0px;
	width: 78px;
	height: 22px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../../WebAdmin/Images/Button/ButtonBase.gif);
	background-color: Transparent;
	text-align: center;
	line-height: 21px;
}

#no_flash {
	background: #eeeeee;
	border: solid 10px #cccccc;
	padding: 20px;
	width: 500px;
	margin: 0 auto;
}

#no_flash h2 {
	margin-bottom: 15px;
}