/****************************************************************************************\
	The body formatting
\****************************************************************************************/

body
{
	background-image:url(http://layout.dolphin-bytes.com/images/background_top.jpg);
	background-repeat:repeat-x;
	background-color:rgb(236,247,255);
	margin:0;
	padding:0;
	font-family:Arial,sans-serif,verdana;
	font-size:10pt;
}

div#innerbody
{
	position:absolute;
	width:975px;
	left:50%;
	margin:20px 0px 20px -485px;
}

div#subbody
{
	clear:both;
	float:left;
	margin:5px 0px 20px 0px;
	width:970px;
	background-color:white;
	border: solid rgb(61,186,240) 1px;
}

/****************************************************************************************\
	The two top logos
\****************************************************************************************/

img#logo_text
{
	margin-bottom:25px;
}

img#logo_dolphin
{
	float:right;
	margin:0px 5px 25px 0px;
}

/****************************************************************************************\
	The content box
\****************************************************************************************/

div#content
{
	margin:0px 10px;
	font-size:10pt;
	min-height:200px;
}

/****************************************************************************************\
	Headlines
\****************************************************************************************/

h1
{
	margin:0px 0px 15px 10px;
	padding:10px 0px 3px 0px;
	border-bottom: solid rgb(61,186,240) 1px;
	font-size:10pt;
}

h2
{
	margin:0px 0px 10px 0px;
	background-color:rgb(61,186,240);
	text-align:left;
	padding:4px 10px;
	font-weight:bold;
	color:white;
	border: solid white 1px;
	font-size:10pt;
}

h3
{
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:rgb(236,247,255);
	border: dotted rgb(61,186,240) 1px;
	font-size:10pt;
}

h4
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:10pt;
}

/****************************************************************************************\
	Content formatting
\****************************************************************************************/

div#content p
{
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}

div#content p.light
{
	color:#AAAAAA;
	font-size:8pt;
}

.small
{
	font-size:8pt;
}

a
{
	color:#000;
}

/****************************************************************************************\
	The you-are-here line
\****************************************************************************************/

div#youarehere
{
	clear:both;
	float:left;
	font-size:8pt;
	margin-top:15px;
}

div#youarehere a
{
	text-decoration:none;
}

div#youarehere a:hover
{
	text-decoration:underline;
}

/****************************************************************************************\
	The copyright line
\****************************************************************************************/

div#copyright
{
	clear:both;
	font-size:8pt;
	padding:4px;
	border-top: dashed rgb(61,186,240) 1px;
	background-color:white;
	margin-top:20px;
}

div#copyright span
{
	float:right;
}

/****************************************************************************************\
	Tables
\****************************************************************************************/

table
{
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	margin:10px 0px;
}

tr
{
	background-color:#DDD;
	
}

tr.light
{
	background-color:#EEE;
}

tr.white
{
	background-color:#FFF;
}

tr.blind
{
	background-color:#FFF;
	height:10px;
}

th
{
	background-color:rgb(61,186,240);
	text-align:left;
	padding:4px 10px;
	font-weight:bold;
	color:white;
	border: solid white 1px;
	font-family:Arial,sans-serif,verdana;
	font-size:10pt;
}

td
{
	margin:0px;
	padding:4px 10px;
	border: solid white 1px;
	font-family:Arial,sans-serif,verdana;
	font-size:10pt;
}

hr
{
	/*color:rgb(61,186,240);*/
}

/****************************************************************************************\
	Forms
\****************************************************************************************/

form
{
	margin:0px;
	padding:0px;
}

input.tableinput
{
	width:300px;
}

input.tablebutton
{
	float:right;
}

/****************************************************************************************\
	Messages
\****************************************************************************************/

.msg_error           { color: red; font-weight: bold;}
.msg_warning         { color: #F80; font-style: italic;}
.msg_success         { color: green; font-weight: bold;}
.msg_notice          { color: #107A0B; font-style: italic;}

#menu_head
{
	margin: 0px;
	padding: 3px 0px;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	background-color: #c5c5c5;
	border-bottom: solid 1px #555;
	font-size: 8pt;
	height: 13px;
	text-align: left;
}

#menu_head_content
{
	/*width: 970px;
	margin: 0 auto;*/
	width:100%;
}

#menu_head_content #support
{
	float: right;
}

#menu_head a
{
	color: #555;
	text-decoration: none;
	margin: 0px 10px;
}

#menu_head a.current
{
	font-weight: bold;
}