/*@import url("reset.css");*/
@import url(styles/tools.css);
/*@import url(styles/typo.css);
@import url(styles/layout-navtop-subright.css);*/
@import url(styles/displaytag.css);
@import url(styles/forms.css);
@import url(styles/messages.css);
*
{
	margin: 0em;
	padding: 0em;
}

a
{
	color: #0095d9;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

body
{
	background-color: #cce0e7;
	background-image: url('images/a4.gif');
	background-repeat: repeat-x;
	color: #231f20;
	font-family: georgia, serif;
	font-size: 10pt;
}

#outer
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #FEFEF2;	
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	padding: 1.0em;
	border-top: solid 1px #ffffff;
	margin-bottom: 1.0em;
}

#outer2
{
	border: dotted 1px #7dd0f7;
	padding: 1.0em;
}

#menu
{
	background-color: #6C7424;
	background-image: url('images/a1.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0.8em;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #95d7f5;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0em;
}

#menu li
{
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li a
{
	padding: 0.8em;
}

#menu li a:hover
{
	background-color: #333;
	background-image: url('images/a2.gif');
	background-repeat: repeat-x;
}

#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
	font-size: 1.9em;
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: capitalize;
	font-size: 0.8em;
	color: #4F4F2B;
}

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 1.7em;
	font-size: 0.9em;
	position: relative;
}

#footer
{
	border-top: dashed 1px #7dd0f7;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #1ea5e4;
	padding-left: 1.2em;
	clear: both;
}

#column1
{
	width: 530px;
	float: left;
	position: relative;
}

#column1 p
{
	text-align: justify;
	margin-bottom: 1.1em;
	color: #063d56;
}

#column1 ul
{
	margin-bottom: 1.1em;
}

#column1 > ul >  li, #column1 > ol >  li {
    padding-bottom:4px;
    margin-right:20px;
    margin-left:20px;
}

#column1 h3,#column1 h1
{
	font-size: 1.3em;
	border-bottom: dashed 1px #7dd0f7;
	margin-bottom: 1.0em;
}

#column1 h2
{
	font-size: 1.0em;
	margin-bottom: 1.0em;
    font-weight:bold;
}

#column2
{
	width: 145px;
	float: right;
	position: relative;
	margin-left: auto;
}

#column2 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: 1.0em;
}

#column2 h3
{
	font-size: 1.1em;
	border-bottom: dashed 1px #7dd0f7;
	margin-bottom: 1.0em;
}

#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #c7e9f9;
}

.rtl {
	direction:rtl;
    font-family: tahoma, georgia, serif;
}

table.border {
	border: 1px solid #CCCCCC;
}

table.border td, table.border th{
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	text-align:center;

}


td.row_a{
	background:#FFFFFF;
}


td.row_b{
	background:#f6f8f9;
}


th.h1{
	background:url(images/menubgSelected.gif);
	height: 26px;
	line-height:26px;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
}


th.h2{
	background-color:#666666;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

th p {
	padding:0px;
	margin: 0px;
}

th {
	vertical-align:middle;
}
a img {
    border:0px;
}

hr{
	border: 1px solid #e5e5e5;
	margin-top:14px;
	margin-bottom:8px;
	display:block;
	clear:both;
    border-collapse:collapse;
}

.title, .title a {
	color:#F3BE0B;
	font-weight:bold;
}


.title a:hover, .title a:focus, .title a:visited, .title a:active {
	color:#F3BE0B;

}


.title2{
    font-size: 1.3em;
    border:0 none !important;
}

th.sortable{
    white-space:nowrap;
}