/** 
 * HTML Definitions
 */
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body {  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #4C4C4C
}

a, a:link, a:visited, a:active { 
	color: #F74A00;
	font-weight: bold;
}
a:hover { 
	color: #6E6E6E;
	font-weight: bold;
}

h1 {
	margin: 0.7em 0;
	font-size: 1.85em;
	font-weight: normal;
	color: #8C8C8C;
}

h2 {
	margin: 0.6em 0;
	font-size: 1.2em;
	font-weight: bold;
}

p {
	margin: 0.8em 0;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

div.hr {
	clear: both;
	margin: 0;
	height: 9px;
	background-image:  url("../images/template/dotted_x.gif");
	background-repeat: repeat-x;
	background-position: center;
}
div.hr hr { display: none;}

/**
 * Layout Definitions
 */
#mainBox {
	margin: 10px auto;
	border: 1px solid #CCCCCC;
	padding: 0;

	background-image:  url("../images/template/background.gif");
	background-repeat: no-repeat;
	background-position: 20px 120px;
	width: 746px;
}
#bannerBox {
}
#navBox {
	width: 610px;
	float: right;
	text-align: right;
}
#lineFade {
	clear: both;
	background-image:  url("../images/template/line.gif");
	background-repeat: no-repeat;
	background-position: center right;
	height: 1px;
	line-height: 1px;
}

#mainTable {
	width: 100%;
	margin: 0;
	padding: 0;
}
#leftColumn {
	width: auto;
	vertical-align: top;
	padding: 0;
}
#rightColumn {
	width: 190px;
	vertical-align: top;
	padding: 0;
}

#footer {
	background-color: #FB4F00;
	padding: 5px;
	text-align: right;
	
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
}
#footer em {
	padding-left: 10px;
	color: #112C8E;
	font-weight: bold;
	font-style: normal;
}

#contentBox {
	padding: 45px 60px 20px 70px;
}
#languagesBox {
	padding: 0 0 20px 4px;
}
#languagesBox a {
	padding: 3px 3px 0 0;
}

/**
 * Form Definitions
 */
.default input, .default textarea, .default select {  
	padding: 1px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;

	background-color: #FFFFFF;
	width: 300px;
	border: 1px solid #333333;
}

.default select {
	width: auto;
}

.default textarea { 
	height: 85px;
}

.default .input_radio {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .input_checkbox {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .input_submit { 
	background-color: #D0D0D0;
	font-weight: bold;
	color: #727272;
	cursor: pointer;
}

.default .input_button { 
	background-color: #D0D0D0;
	font-weight: bold;
	color: #727272;
	cursor: pointer;
}

/** 
 * Table Definitions
 */
.cmslist {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse; 
	border-spacing: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF
}
.cmslist td { 
	padding: 4px;
	border: 1px solid #AEAEAE;
	vertical-align: top;
}
.cmslist .alt { background-color: #E0E0E0}
.cmslist thead th {
	padding: 4px;
	background-color: #4C4C4C;

	border-bottom: 1px solid #595959;
	
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.cmslist tfoot td {
	background-color: #E0E0E0;
}

.cmsform {
	width: 100%; 
	background-color: #E0E0E0;
	border: 1px solid #595959;
	border-collapse: collapse; 
	border-spacing: 0px;
	margin-bottom: 10px;
}
.cmsform td {
	padding: 4px;
}
.cmsform thead th {
	padding: 4px;

	background-color: #4C4C4C;

	border-bottom: 1px solid #595959;

	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}


.boxTitle {
	padding-left: 6px;
	vertical-align: 8px;
	font-size: 12px;
	color: #102B8E;
	font-weight: bold;
}

.boxTable {
	background-color: #EFEFEF;
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 10px;
}
.boxTable td {
	padding: 0;
	margin: 0;
	border: 0;
}
.boxCell1 {
	background-image: url(../images/template/box/top.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
}
.boxCell2 {
	background-image: url(../images/template/box/left.gif);
	background-repeat: repeat-y;
}
.boxCell3 {
	background-image: url(../images/template/box/right.gif);
	background-repeat: repeat-y;
}
.boxCell4 {
	background-image: url(../images/template/box/bottom.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
}


/**
 * Custom Definitions
 */
.status, .error {
	margin-bottom: 1em;
	border: 1px solid #DD0000;
	padding: 4px;
	
	color: #DD0000;
}

.inactive, .inactive a, .inactive a:link, .inactive a:visited, .inactive a:active { color: #AAAAAA;}
.inactive a:hover { color: #ABABAB;}

.warning, .warning a, .warning a:link, .warning a:visited, .warning a:active { color: #DD0000;}
.warning a:hover { color: #ABABAB;}

.ok, .ok a, .ok a:link, .ok a:visited, .ok a:active { color: #00B000;}
.ok a:hover { color: #ABABAB;}


.smaller {
	font-size: 0.9em;
}