/* global styling */
body { background-color: transparent; margin:0px;}
body, table { font-family: "Verdana", Arial, Helvetica, sans-serif; font-size:12px; }

a,a:link,a:visited { color: #FF4C00; text-decoration: none; }
a:active { color: #FF0000; }
a:hover { color: #FFD5A9; text-decoration: none; }

h1 { font-size:26px; margin-top:0px; margin-bottom:5px; }
h2 { font-size:18px; margin-top:0px; margin-bottom:0px; color:#FF7D41; }
h3 { font-size:12px; margin-top:0px; margin-bottom:5px; }

th { text-align:left; }

form { padding:0px; margin:0px; }

#contact input, #contact textarea {
	width:180px;
	padding:0px;
	background-color:#CCCCCC;
}


/* page structure */
#containerTable {
	width: 100%;
	/*border: solid 1px #D00407;*/
	/*background-color:#FFAA56;*/
	background-color:#FFE69C;
}


#lhArea {
	vertical-align:top;
}

#lhArea a {
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	padding-left:30px;
	letter-spacing:2px;
}

#lhArea a:first-letter {
	font-size:16px;
}

#lhArea a.selected {
	border-left:1px solid #FF4C00;
	padding-left:29px;
}

.lhmenu { padding:0px; }
ul.lhmenu {margin:0px; padding:0px;}
ul.lhmenu  li { font-weight:normal; list-style-type: none;	font-size:14px; }
ul.lhmenu  li ul li a { font-size: 10px; }


#contentArea {
	padding-top:3px;
	padding-left:10px;
	vertical-align: top;
	height:300px; 
	text-align:right;
	color:#FFD5A9; 
}

#contentArea td { color:#FFD5A9; }

#footerArea {
	text-align:right;
	font-size:9px;
}

.general {
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 2px;
}


.general.alert {
	background:#ffcccc;
}

.general.req {
	background-image: url(../base/resources/images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* style specifics */

.contentOuter { padding:5px; padding-left:0px; padding-right:10px; }

.contentOuter .tl { background-image: url(../images/skin/border_tl.gif); background-repeat: no-repeat; height:18px; width:19px; padding:0px; }
.contentOuter .tm { background-image: url(../images/skin/border_tm.gif); background-repeat: repeat-x; height:18px; padding:0px; }
.contentOuter .tr { background-image: url(../images/skin/border_tr.gif); background-repeat: no-repeat; height:18px; width:23px; padding:0px; }
.contentOuter .ml { background-image: url(../images/skin/border_ml.gif); background-repeat: repeat-y; width:19px; padding:0px; }
.contentOuter .mm { background-image: url(../images/skin/border_mm.gif); }
.contentOuter .mr { background-image: url(../images/skin/border_mr.gif); background-repeat: repeat-y; width:23px; padding:0px; }
.contentOuter .bl { background-image: url(../images/skin/border_bl.gif); background-repeat: no-repeat; height: 20px; width: 19px; padding:0px; }
.contentOuter .bm { background-image: url(../images/skin/border_bm.gif); background-repeat: repeat-x; height: 20px; padding:0px; }
.contentOuter .br { background-image: url(../images/skin/border_br.gif); background-repeat: no-repeat; height: 20px; width: 23px; padding:0px; }

.contentOuter .break_l { background-image: url(../images/skin/border_break_l.gif); background-repeat: no-repeat; height: 20px; width: 19px; padding:0px; }
.contentOuter .break_m { background-image: url(../images/skin/border_break_m.gif); background-repeat: repeat-x; height: 20px; padding:0px; }
.contentOuter .break_r { background-image: url(../images/skin/border_break_r.gif); background-repeat: no-repeat; height: 20px; width: 23px; padding:0px; }

