﻿/****************/
/* Common Style */
/****************/
body 	
{
	font: 0.85em Tahoma, MS Sans Serif, Verdana;	
	background:url(Default/bg-page-body.png) repeat-x fixed;
	margin:0px;
}

/****** Linked ******/
a { color:#7b2e00; font-size:0.9em; }
a:link { color:#7b2e00; text-decoration: none; }
a:visited { color:#7b2e00;text-decoration: none; }
a:hover { color:#FF7300;text-decoration: underline; }
a:active { color:#7b2e00;text-decoration: none; }

/****** Header ******/
h1,h2,h3,h4,h5,h6 { margin: 0px; padding: 0px;}
h1 { font-size:1.5em;}
h2 { font-size:1.4em;}
h3 { font-size:1.3em;}
h4 { font-size:1.2em;}
h5 { font-size:1.1em;}
h6 { font-size:1em;}

/****** Control ******/
input, select, textarea {font-size:0.85em;}

/****** Class ******/
.left{ float:left; }
.right{ float:right; }
.center{ margin-left:auto; margin-right:auto;}

/****** Panel ******/
.OrangePanel {margin-bottom:10px;}
.OrangePanel h3 
{		
	font-size: 0.85em;
	font-weight: bold;
	color:#7b2e00;	
	border:1px solid #ffda89;
	border-bottom: none;
	padding: 5px 0px 5px 5px;	
	background:#fedc85 url('Default/bg_panel_orange.png') top right repeat-x;
}
.OrangePanel a:link, .OrangePanel a:visited{ color:#7b2e00;}	
.OrangePanel a:hover{ color:#FF7300; text-decoration:underline;}	
.OrangePanel .Box 
{	
	border:1px solid #ffda89;
	padding: 5px 10px 5px 10px;
}

.BluePanel {margin-bottom:10px;}
.BluePanel h3 
{	
	font-size: 0.85em;
	font-weight: bold;
	color:#081b39;	
	border:1px solid #9bbdd3;
	border-bottom: none;
	padding: 5px 0px 5px 5px;	
	background:#9ed1fc url('Default/bg_panel_blue.png') top right repeat-x;
}
.BluePanel a:link, .BluePanel a:visited{ color:#081b39; }	
.BluePanel a:hover{ color:#081b39; text-decoration:underline;}	
.BluePanel .Box 
{	
	border:1px solid #9bbdd3;
	padding: 5px 10px 5px 10px;	
}


