
/* Text Style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #F9F9F9;
	background-image: url(../images/est3.jpg);
}

a {
	color: gray;
}

p {
	text-align: justify;
}

img {
	border: 0px;
}

/* Blockquote */

blockquote {
  background: transparent url(../images/common/quoleft.jpg) left top no-repeat;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(../images/common/quoright.jpg) right bottom no-repeat;
}

blockquote div p.quote {
	font-style: italic;
	margin-bottom: 3px;
}

blockquote div a {
	text-decoration: none;
}

blockquote div p.author {
	margin-top: 0px;
	text-align: right;
}

/* Button */

.button {
	width: 138px;
	height: 25px;
	text-align: center;
	padding-top: 7px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/button-bg.png);
	display: block;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.2em #FFF;
}

/* Submenu */

#submenu .left {
	float: right;
	width: 10px;
	height: 25px;
	background-image: url(../images/submenu-left.jpg);
}

#submenu .right {
	float: right;
	width: 10px;
	height: 25px;
	background-image: url(../images/submenu-right.jpg);
}

#submenu .body {
	float: right;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/submenu-middle.jpg);
}


#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a  {
	color: white;
	text-decoration: none;
	font-size: 13px;
	padding-right: 10px;
/*	font-weight: bold;*/
/*	text-shadow: 0.1em 0.1em 0.2em #777;*/
}

#submenu ul li a:hover {
/*	text-shadow: 0.1em 0.1em 0.2em #BBB;*/
}

/* Main menu */

#mainmenu {
	float: right;	
	margin-right: 25px;
	margin-top: 43px;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a  {
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-style: italic;
	padding-right: 5px;
/*	font-weight: bold;*/
	text-shadow: 0.1em 0.1em 0.2em #777;
}

#mainmenu ul li a:hover {
	text-shadow: 0.1em 0.1em 0.2em #BBB;
}

/* Box */

.box {
	margin-top: 15px;
}

.box .header {
	font-size: 12px;
	width: 181px;
	height: 22px;
	padding-top: 7px;
	color: #666;
	text-align: center;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.2em #FFF;
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
}

.box .bodycontainer {
	background-image: url(../images/box-middle-white.jpg);	
	width: 181px;
	height: auto;
	font-size: 12px;
}

.box .bodycontainer .body {
	background-image: url(../images/box-middle.jpg);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.box .footer {
	width: 181px;
	height: 21px;
	background-image: url(../images/box-bottom.jpg);
	background-repeat: no-repeat;
}

/* Input Forms */

input {
	border: 1px solid #999;
	height: 20px;
	font-size: 14px;
}

form .missing {
	border: 1px solid red;
}

/* highligh-box */

.highlight-box {
	clear: both;
}

.highlight-box .header {
	background-image: url(../images/highlight-box-top.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 15px;
	margin: 0px;
}

.highlight-box .footer {
	background-image: url(../images/highlight-box-bottom.png);
	width: 560px;
	height: 11px;
	clear: both;
}

.highlight-box .body {
	background-image: url(../images/highlight-box-middle.png);
	background-repeat: repeat-y;
	width: 500px;
	height: auto;
/*	margin-top: 0px;*/
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 1px;
	padding-bottom: 10px;
}

.highlight-box h2 {
	margin-top: 0px;
}



/* Text */
.text pre {
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 10px;
	font-size: 12px;
}

.text .hint {
	background-image: url(../images/common/hint.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 50px;
}
