/* @import url("layout.css"); */
@import url("inPageCss.css");

.float_right {
	float:right;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, ÐÂËÎÌå;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
}

#container {
	width: 785px;
	margin:0px auto 0px auto;
	background-color: #FFFFFF;
	/*border: 1px dotted #A5A5A5; */
	padding: 0px;
	top: 0px;
	
}


#masthead {
	text-align: right;
	width: 775px;
	overflow: auto;
	background-color: #FFFFFF;
	/*border: 1px dotted #A5A5A5; */
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	
	}

#page_content {
	float:left;
	width:775px;
	border:0px none;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0
}

#sidebar {
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	padding: 0px;
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	position: static;
	display: inline;
	border: 1px ridge #ff5800;
	font-size: 85%;
	position:fixed;
}


#content {
	float:right;
	width: 593px;
	padding: 2px;
	overflow: auto;
	background-color: #FFFfff;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	position: static;
	/* border: 1px dotted #A5A5A5; */
}
#content img {
	display: block;
}

#footer {
	clear: both;
	width: 775px;
	/*color:#cccccc;*/
	/*background-color:#EEEFF0; *//* #2b2b57; */
	padding: 0;
	overflow: auto;
	margin-bottom:1px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	border-collapse:collapse;
	/* border: 1px dotted #A5A5A5; */
}

/*
#masthead img {
	float: left;
}
*/
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */

/* original
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-style: none none none none;
	border-width: 1px;
	border-color: #A5A5A5;
	display: list-item;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: inline; block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
*/

/*new side bar*/



#sidebar ul {padding: 0;
margin: 0; }

#sidebar ul li {
list-style-type:square;
margin-top: 4px;
margin-bottom: 4px;
 }

#sidebar ul li a 
{
list-style-type:square;
text-decoration:none;
padding-left: 2px;
border-left: 10px #fff solid;
color: #091c5a; }

#sidebar ul li a:hover {border-left: 10px #ff5800 solid;
color: #fb5701;
text-decoration:underline;
 }

#sidebar h1 {margin-top: 0;
margin-bottom: 5px;
border-bottom: 1px #b0b1ba solid;
text-align: right;
font-size: 100%;
color: #fff;
background-color: #ff5800;
font-weight: normal;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 15px;
 }

#sidebar h5.version
{
	background-color:transparent;
	margin-top: 0;
	margin-left:0;
	margin-bottom:0;
	border-bottom: 0px none;
	text-align: center;
	font-size: 100%;
	color: #000;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	border-top-style: none;
	border-left-style: none
}

	
}
#sidebar h5

{
	margin-top: 0;
	margin-bottom: 5px;	
	margin-left:0;
	border-bottom: 1px #b0b1ba solid;
	text-align: center;
	font-size: 100%;
	color: #fff;
	background-color: #ff5800;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 15px;
	border-bottom-style: ridge;
	border-top-style: none;
}


#sidebar h4

{
	margin-top: 0;
	margin-bottom: 5px;	
	margin-left:0;
	border-bottom: 1px #b0b1ba solid;
	text-align: center;
	font-size: 100%;
	color: #fff;
	background-color: #ff5800;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 15px;
	border-bottom-style: ridge;
	border-top-style: none;
}


/* end new side bar*/

/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	margin: 4px;
	padding: 4px;
	font-family: æ–°å®‹ä½?
	line-height: 140%;
}
#footer a {
     /*color:#cccccc;*/
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color:#333;
	text-decoration: underline;
	
}
a {
	color: #04b;
	text-decoration:none;
	/*text-decoration: underline;*/
}
a:hover {
	color: #fb5701;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#fixBottomRightCorner
{
text-align:right;
position:fixed;
right:10px;
bottom:10px;
}

#fixBottomLeftCorner
{
text-align:left;
position:fixed;

bottom:10px;
}