@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../images/layout/pattern.gif);
	background-repeat: repeat;
	background-position: top center;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#outer {
	width: 890px;
	padding: 5px;
	text-align: center;
	background-color: #dddddd;
	border: 1px #000000 solid;	
	margin: 45px auto 10px;
}
#container { 
	position: relative;
	width: 888px;
	margin: 0px auto;
	text-align: left;
	border: 1px #000000 solid;
} 
#sidebar1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	background-color: #F7931E;
	background-image: url(../../images/logo.png);
	background-repeat: no-repeat;
	padding: 0px;
}
#mainContent { 
	margin: 0px 0px 0px 200px;
	padding: 15px 10px;
	min-height: 888px;
	background-color: #cccccc;
	background-image: url(../../images/layout/watermark.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: dashed #000000 1px;
}
/***** Extra Layers *****/
#mainContentBox1 {
	margin: 5px 10px;
	padding: 1px 8px;
	width: 630px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	text-align: justify;
}
div.sidebarBox {
	background-repeat: no-repeat;
	background-position: top right;
	margin: 10px;
	width: 160px;
	padding: 20px 10px 10px;
	text-align: right;
}
#sidebarIndex1 {
	background-image: url(../../images/layout/titles/contents.png);
}
#sidebarIndex2 {
	background-image: url(../../images/layout/titles/galleries.png);
}
#sidebarIndex3 {
	background-image: url(../../images/layout/titles/client-login.png);
}
/***** Classes *****/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
body.sidebarFrame {
	height: 500px;
	background-color: #F7931E;
	background-image: url(../../images/layout/gradient.png);
	background-position: top;
	background-repeat: repeat-x;
}
iframe.sidebarFrame {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 310px;
	left: 0px;
	border-top: dashed #000000 1px;
}
.smallCaps {
	font-weight: bold;
	font-variant: small-caps;
}
input {
	border: solid #000000 1px;
	margin-bottom: 3px;
	font-size: 12px;
}
input.inputText {
	background-color: #EEEEEE;
	text-align: right;
	padding: 3px;
	color:#000000;
	cursor: default;
}
input.inputTextHighlight {
	background-color: #F7931E;
	text-align: right;
	padding: 3px;
	color:#000000;
	cursor: default;
}
input.inputSubmit {
	background-color: #CCCCCC;
	padding: 5px;
	color:#000000;
	cursor: pointer;
}
img.iDump {
	border: 1px solid #000;
	text-indent: 20px;
}
.lightNote {
	color: #828282;
}
td.tableTitle {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
/***** Elements *****/
td {
	padding: 0px 10px;
}
a, img
{
	text-decoration: none;
	border-style: none;
	outline: none;
	color: #000000;
}
a.underline {
	border-bottom: dotted #F7931E 1px;
}
a.underline:hover, a.underline:active {
	border-bottom: dotted #F7931E 1px;
	color: #F7931E;
}
/***** Copyright *****/
img.copyright {
	position: absolute;
	bottom: 7px;
	left: 25px;
}
p.copyright {
	color: #ffffff;
}
a.copyright {
	color: #ffffff;
	text-decoration: underline;
}