html,body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
    margin: 0;
    padding: 0;
	
}

a { text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #ffffff;}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	empty-cells: show;
	text-decoration:none;
    margin: 0px;
    padding: 0px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(media/images/ui_elements/lightblue.gif);
	padding: 3px;
	border: thin solid #000000;
	empty-cells: show;
	font-weight: bold;
}


.background {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin: 0px;
    padding: 0px;
	background-image: url(media/images/background_com.jpg);
}

.background_transparent {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B4434;
	font-weight: bold;
	font-size:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin: 0px;
    padding: 0px;
	background-color:transparent;
}

.picbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #0000000;
	padding: 3px;
	border: thin solid #ffffff;
	text-decoration:none;
	empty-cells: show;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	border: thin solid #000000;
	empty-cells: show;
}

.caption_tile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	border: thin solid #000000;
	empty-cells: show;
}

.textbox_padded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #000000;
	empty-cells: show;
}

.textbox_borderless {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textbox_borderless_padded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../media/images/ui_elements/lightblue.gif);
	padding: 5px;
	empty-cells: show;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../media/images/ui_elements/lightblue.gif);
	padding: 5px;
	empty-cells: show;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	border: thin solid #000000;
}
.button_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../media/images/ui_elements/lightblue.gif);
	padding: 5px;
	empty-cells: show;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #000000;
}

.menubar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	background-color: #888888;
	text-decoration:none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menubar_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #888888;
	text-decoration:none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.menubar_hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #888888;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



.outer {background: #000000;}
 
.middle {background: #aaaabb;}
 
.inner {background: #777788;}
 
p {background: #e8eef4;}
 
.outer, .inner, p {
  position: relative;
  left: 0px;
  top: 0px;
  }

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: none;
	padding: 5px;
	empty-cells: show;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	border: thin solid #000000;
	background-color: #FF0000;
}
