* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Tahoma";
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000066;
}


#wrap {
	margin: 20px auto;
	width: 750px;
	background: #fff url('images/midbg.jpg');
	background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
	padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}

.header {
	height: 100px;
	background: #85ACF7 url('images/hidr.jpg');
	background-repeat: no-repeat;
}

.header h1 {
	padding-top: 50px;
	font-size: 22px;
	color: #FFF;
	text-align: right;
	padding-right: 100px;
}
.header h1 { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 {
	padding-top: 0px;
	font-size: 17px;
	color: #FFF;
	text-align: right;
	padding-right: 100px;
}
	
.middle {
	float: right;
	width: 480px;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	text-align: justify;
}

.left {
	float: right;
	width: 150px;
	margin: 10px 10px;
	padding: 10px;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(images/bottom.gif) no-repeat  right bottom;
	color: #fff;
	margin-left: -15px;
}
div.sdmenu div {
	background: url(images/title.gif);
	overflow: hidden;
	background-repeat: no-repeat;
}
div.sdmenu div:first-child {
	background: url(images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

#calender {
	padding: 5px 10px;
	background: #eee;
	display: block;
	color: #066;
}
#Calendar {
	background: #eee;
	margin-left: -10px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}

/* Tabs Style, Just Tabs1 !!
----------------------------------------------------*/

#tabs1 {
	top: 55px;
	height: 28px;
	list-style-type:none;
	background: url(images/tabs_bck.gif) no-repeat 0 0;
}
#tabs1 li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#tabs1 li a.tabs_content, #tabs1 li a.tabs_content:active {
	float: left;
	margin-left: 10px;
	color: #BFBFBF;
	list-style-type:none;
	text-decoration: none;
	background: 0 url(images/tabs_ite.gif) no-repeat;
	width:150px;
	text-align:center;
	font-weight:bold;
	padding: 5px;
}
#tabs1 li a.active-tab, #tabs1 li a.active-tab:active {
	float: left;
	padding: 2px 5px 5px 5px;
	margin-left: 10px;
	color: #1A3A77;
	list-style-type:none;
	text-decoration: none;
	background: url(images/tabs_itf.gif) no-repeat 0 0;
	width:150px;
	text-align:center;
	border:0px solid #990000;
}


/* Tabs Style, Just Panel !!
----------------------------------------------------*/

.panel {
	clear: both;
	display: none;
	background-color: #FFF;
	padding: 6px;
	border:1px solid #BFBFBF;
	border-width:0px 1px 1px 1px;
	text-align:left;
}
fieldset {
	padding: 2em;
}
.panel.active-tab-body {
	display: block;
}

.ar {
	background-color: #B2B3B5;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 20px;
}
.sr {
	background-color: #F7F7F7;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 20px;
}
.dr {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 20px;
}
