@charset "utf-8";
/* CSS Document */

.ralign {
	text-align:right;
}
.lalign {
	text-align:left;
}
.calign {
	text-align:center;
}
.jalign {
	text-align:justify;
}

p {
	font-weight:normal;
	text-align:left;
	width:100%;
	margin:0px 0px 10px 0px;
	display:block;
	font-size:12px;
}
.caption {
	font-size:11px;
}
.force_wrap {
	word-wrap:break-word;
}

ul, ol {
	margin:5px 0px 5px 20px;
	padding:0px 0px 0px 10px;
}
li {
	margin:0px;
}

hr {
	background:#CCCCCC;
	border:none;
	height:1px;
	margin:5px auto;
}

h1, h2, h3, h4 {
	color:#353535;
	margin:0px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}

a, a:visited {
	text-decoration:none;
	color:#395F8E;
	cursor:pointer;
	outline:none;
}
a:hover {
	color:#F7941D;
}
a.external {
	background:url(../images/resources/url_icon.gif) center right no-repeat scroll;
	padding-right:15px;
}
a.download {
	background:url(../images/resources/download_icon.gif) right no-repeat scroll;
	padding-right:11px;
}
a.dialog {
	background:url(../images/resources/dialog_icon.gif) right no-repeat scroll;
	padding-right:11px;
}
a.editor {
	display:inline-block;
	border:1px solid #FFFFFF;
	padding:0px 2px;
	color:#395F8E;
	cursor:text;
	width:inherit;
}
a.editor:hover {
	border:1px solid #CCCCCC;
}
a.disabled {
	cursor:default;
	color:#CCCCCC;
}

div.header_bar a {
	color:#FFFFFF;
}
div.header_bar a:hover {
	/*color:#2FACED;*/
	color:#F7941D;
}