* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    /*background: rgb(123, 175, 196);*/
    /*background: rgb(75, 140, 165);*/
	background: rgb(171, 202, 214);
}
a {
	color: #0b516e;
	/*outline: none;*/
	text-decoration: underline;
}
a:hover {
	color: brown;
	text-decoration: underline;
}

a.reff{
	color: #cccccc;	
	text-decoration: underline;
}

a.reff:hover{
	color: #cccccc;	
	text-decoration: underline;
}

p{
	margin: 0 0 18px;
    text-indent: 25px;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #d1e3ea
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 70px;
	background: #116f96;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 60px;
	height: 1%;
	position: relative;	
}
#middle:after {
	content: '';
	clear: both;
	display: table;	
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 300px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
	background: #d1e3ea;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -60px auto 0;
	height: 60px;
	background: #116f96;
	position: relative;
}

/* Ex
-----------------------------------------------------------------------------*/
#section {
	background:#eeeeee;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-color: #aaaaaa;
	border-style: solid;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:5px;
	-khtml-border-radius:10px;	
	font-family: Arial, Tahoma, Verdana, sans-serif; /*Georgia, Arial, serif;*/
	font-size: 10pt;
	color:black;
	margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
	align: center;
}

#info {
	margin: 10px 20px 10px 20px;
}

#caption{
	font-weight: light;
	color:#ffffff;
	text-indent:10px;
	text-align:right;
	font-family: Georgia, Arial, Tahoma, Verdana, sans-serif; /*Georgia, Arial, serif;*/
	font-size: 13pt;
	line-height: 142%;
	word-spacing: -0.1em;
	vertical-align: bottom;
	font-weight: bold;
}

#title{
	font-family: Georgia, Arial, Tahoma, Verdana, sans-serif; /*Georgia, Arial, serif;*/
	color:#0d506c;
	text-align:center;
	font-size: 14pt;
}


#headertable{
	font-size: 0;
	border: 2
	border-style: solid;
	width:100%;
	height:100%;
}

#line{
	height: 2px;
	background: #0b516e;
}

#line2{
	height: 1px;
	background: #0b516e;
}

#void{
	height: 5px;
	background: #eeeeee;
}

table.vedara{
    border-width: 0px;
    border-spacing: 0px;
    border-style: solid;
    font-family: Arial, Tahoma, Verdana, sans-serif; /*Georgia, Arial, serif;*/    
	color:black;
	padding: 0px;
	margin:0px;
	font-size: 0px;
	vertical-align: top;
	width:100%; 
	height:100%;
}

table.data{
    border-width: 2px;
    border-spacing: 1px;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    background-color: ;
    font-family: Arial, Tahoma, Verdana, sans-serif; /*Verdana, Arial, serif;*/
    font-size: 13px;
}

table.data th{
    border-width: 1px;
    padding: 4px;
    border-style: dotted;
    border-color: gray;
    background-color: #F2F2E8;
    -moz-border-radius: ;
}

table.data td{
    border-width: 1px;
    padding: 3px;
    border-style: dotted;
    border-color: gray;
    background-color: rgb(255, 250, 250);
    vertical-align: top;    
}

span.codedirection 
{ 
	unicode-bidi: bidi-override; direction: rtl; 
}

.block
{
	display:none;
	background:rgb(225,225,225);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:5px;
	-khtml-border-radius:10px;	
	font-family: Arial, Tahoma, Verdana, sans-serif; /*Georgia, Arial, serif;*/
	font-size: 10pt;
	color:rgb(50,50,50);
	margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 20px;		
}
