﻿@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}

* :focus { outline: 0; }

html { min-height: 100%; margin-bottom: 1px; } /* adds vertical scroll bar in Mozilla */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #606060;
	background: #ffefbf;
}

#wrapper {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #999;
	background: #FFF url('images/bg-gray.gif') repeat-y top right;
}
#wrapper_login {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header {
	width: 955px;
	float: left;
	height: 100px;
	background: #b32725 url('images/bg-header.gif') repeat-x top left;
	padding-left:25px; padding-right:0; padding-top:5px; padding-bottom:0
}

#header-type {
	float:right;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fce7a9;
	padding: 2px 30px 0 0;
}

#maincontent {
	width: 580px;
	float:left;
	padding: 30px 30px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	text-align:left;
	line-height: 18px;
	letter-spacing: -.01em;
}

#sidebar {
	float: left;
	width: 300px;
	background:#e6e6e6;
	position: relative;
	line-height: 18px;
	padding: 30px 0 0 30px;
}
#sidebar_new {
	float: left;
	width: 300px;
	background:#e6e6e6;
	position: relative;
	line-height: 18px;
	padding: 30px 20px 0 10px;
}
<!-- new styles  -->
.arrow_box1 {
	width:310px; 
	position:relative; 
	height:140px;
}
.arrow_content{
	position: absolute;
	left: 2px;
	top: 0; 
	z-index:3;
	width:35px;
	height:37px;
}
<!--   -------------- -->
.sidebar-content {
	width: 280px;
	float: left;
	padding: 0;
}
.sidebar-content_new {
	width: 280px;
	float: left;
	}

.sidebar-text {
	float: left;
	width: 278px;
	padding: 0;
	background: url('images/bg_dot_hz.gif') repeat-x top left;; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:0
}

.sidebar-text a {
	text-decoration: underline;
	color: #606060;
}

.sidebar-text a:hover {
	text-decoration: none;
}

.sidebar-text h3 {
	font-size: 14px;
	color: #b32725;
	padding: 12px 0 7px 0;
}

.sidebar-text h3 a {
	font-size: 14px;
	color: #b32725;
	padding: 12px 0 7px 0;
	text-decoration: underline;
}

.sidebar-text h3 a:hover {
	color: #666;
	text-decoration: underline;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0;
}

.goldbox {
	border: #c2a23f 1px solid;
	width: 160px;
	margin: 5px;
}

.submit {
	border: #c2a23f 1px solid;
	padding: 5px;
	font-size: 12px;
}

.check {
	margin: 5px 9px;
	padding: 0;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
.checkpoll {
	/*margin: 3px 0px  22px 10px;*/
	padding:0;
	margin:0;
	
	}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.content {
	width:100%;
	margin: 0 0 20px 0;
	padding:0;
	float:left;
}


.content a{
	text-decoration: underline;
	color: #606060;}
.content a:hover{	
text-decoration: underline;
color: #CCC;}

h1 {
	font-size: 18px;
	color: #b32725;
	border-bottom: #b32725 solid 1px;
	padding-bottom: 4px;
}

h2 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: #CCC solid 1px;
}

h3 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	padding: 0 0 10px 0;
}

h4 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

h4 a {
	text-decoration: underline;
	color: #606060;
}

h4 a:hover {
	text-decoration: underline;
	color: #CCC;
}

.doctors {
	border: #606060 solid 1px;
	margin: 5px 12px 0 0;
}

.initial {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b32725;
	line-height: 18px;
	margin-bottom: 10px;
	display: block;
}
.required {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #b32725;
	line-height: 18px;
	margin-bottom: 10px;
	display: block;
}
.red {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.red li {
	background-image:url('images/triangle.gif');
	background-repeat:no-repeat;
	background-position: 0 .45em;
	padding-left: 1em
}

.gold-box {
	width: 280px;
	float: left;
	background:#e8c660;
	border:#888 solid 1px;
	padding: 0;
	margin-top: 10px;
}


.goldbox-txt {
		color: #000;
		padding: 13px 15px 13px 20px;
}
.goldbox-txt_new {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
		color: #b32725;
		padding: 5px 15px 5px 15px;
}

.goldbox-txt span {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	
	padding: 0 0 5px 0;
	display: block;
	color: #b32725;
}

.arrow-1 {
	position: absolute;
	left: 5px;
	top: 53px;
	width:35px; 
	height:37px;
	
	
}
.arrow-1a {
	position: absolute;
	left: 5px;
	top: 42px;
}
.arrow-2a {
	position: absolute;
	left: 5px;
	top: 185px;
}
.arrow-3a {
	position: absolute;
	left: 5px;
	top: 270px;
}
.arrow-4a {
	position: absolute;
	left: 5px;
	top: 418px;
}

.arrow-5a {
	width:310px; 
	position:relative; 
	
	
}

.arrow-2 {
	position: absolute;
	left: 5px;
	top: 205px;
}
.arrow-3 {
	position: absolute;
	left: 5px;
	top: 374px;
}
.arrow-4 {
	position: absolute;
	left: 5px;
	top: 565px;
}

.spacer {
	width: 100%;
	height: 10px;
	float: left;
}
.spacer_5 {
	width: 100%;
	height: 5px;
	
}

#footer-box {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	width: 100%;
	height: 80px;
	float:left;
	background:#b32725;
	padding: 15px 0 0 0;
	text-align: center;
	color: #fff;
}

#footer-box span {
	color:#e8c660;
}

.footer {
	text-decoration: none;
	color: #fff;
}

.footer:hover {
	text-decoration: underline;
}

#footer-txt {
	font-size: 10px;
	padding: 10px;
	color: #000;
}

.intro {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #b32725;
}

.dot-rule {
	width: 100%;
	float: left;
	height: 20px;
	font-size: 0;
	background:url('images/bg_dot_hz.gif') repeat-x bottom left;
	margin-bottom: 20px
}

.text-link {
	color: #b32725;
	font-style: italic;
	text-decoration: none;
}

.text2-link:hover {
	font-style: italic;
	text-decoration: underline;
}

.text2-link {
	color: #ccc;
	font-style: italic;
	text-decoration: none;
}

.text-link:hover {
	font-style: italic;
	text-decoration: underline;
}

#home-list {
	
	width: 280px;
	float:left;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	background: url('images/home-blend.jpg') repeat-x top center;; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px
}

#home-list ul {
	margin:0; 
	padding:0;  
}

#home-list li {
	margin:0 0 0 15px; 
	padding:0;  
}

/* start activity section */

#activity-wrap {
	margin:0;
	padding:0;
	width: 580px;
	float: left;
	background: #fff url('images/shadow.gif') repeat-y top right;
}

.corner-shadow {
	background: #fff url('images/corner-shadow.gif') no-repeat top right;
	float:	left;
	width: 15px;
	height: 15px
}

#activity-content {
	margin:0;
	padding:0;
	width: 563px;
	float: left;
	border: #ba9a39 solid 1px;
	background: #e6e6e6;
}

.tab1 {
	float:left;
	width: 353px;
	height: 28px;
	background: #e8c660;
	border-right: #ba9a39 solid 1px;
	padding: 8px 0 0 17px;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align: left;
}


.tab1-2 {
	float:left;
	width: 449px;
	height: 28px;
	background: #e8c660;
	border-right: #ba9a39 solid 1px;
	padding: 8px 0 0 17px;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align: left;
}

.tab1-3 {
	float:left;
	width: 545px;
	height: 28px;
	background: #e8c660;
	border-right: #ba9a39 solid 1px;
	padding: 8px 0 0 18px;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align: left;
}

.tab1 h2 {
	font-size: 16px;
	font-weight:bold;
	color:#b32725;
	float:left;
	border: none;
}

.tab1-2 h2 {
	font-size: 16px;
	font-weight:bold;
	color:#b32725;
	float:left;
	border: none;
}

.tab1-3 h2 {
	font-size: 16px;
	font-weight:bold;
	color:#b32725;
	float:left;
	border: none;
}

.tab2 {
	float:left;
	width: 95px;
	height: 27px;
	background: #e6e6e6 url('images/tab-blend.jpg') no-repeat top left;
	border-right: 1px solid #ba9a39;
	border-bottom: 1px solid #ba9a39;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: right; padding-left:0; padding-right:0; padding-top:8px; padding-bottom:0
}

.tab2 a {
		text-decoration: none;
}

.tab2 a:hover {
		text-decoration: underline;
}

.step {
	text-align: right;
	padding-right: 12px;
}

.step a {
	color: #606060;
	text-decoration: none;
}

.step a:hover {
	text-decoration: underline;
}

#activity-text {
	background: #fff;
	float: left;
	width: auto;
	margin: 0;
	padding: 18px;
}

#activity-text h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color:#b32725;
}

#activity-text h5 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 11px;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: #CCC solid 1px;
}

#activity-text h6 {
	font-weight:bold;
	font-size: 14px;
	color:#b32725;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}

#activity-text ul {
	margin:0; 
	padding:0;  
}

#activity-text li {
	margin:0 0 0 15px; 
	padding:0;  
}

.activity-forward {
	background: #fff;
	text-align: right;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.activity-forward a {
	font-size:11px;
	font-weight:bold;
	text-align: right;
	padding: 0 5px 5px 0;
	text-decoration: none;
}

.activity-forward a:hover {
	text-decoration: underline;
}

.activity-back {
	background: #fff;
	text-align: right;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.activity-back a {
	font-size:11px;
	font-weight:bold;
	text-align: right;
	padding: 0 5px 5px 0;
	text-decoration: none;
	color: #606060;
}

.activity-back a:hover {
	text-decoration: underline;
}


.header {
	font-size: 15px;
	color: black;
	margin-top: 10px;
	display: block;
}

#bot-shadow {
	width: 580px;
	height: 15px;
	float: left;
	background:url('images/shadow-bot.jpg') no-repeat top center;
}

ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

#admincontent {
	width: 580px;
	float:left;
	margin: 10px 10px 10px 160px;
	padding: 30px 30px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	text-align:left;
	line-height: 18px;
	letter-spacing: -.01em;
}

.table {
	float: left;
	width: 580px;
	border-bottom: #CCC 1px solid;
	padding: 10px 0;
}

.list li { 
	list-style:none; 
	display:block;
	width: 173px;
	float: left;
	padding: 3px 0 0 5px;
}

.list li a {
	color: #b32725;
}

.list li a:hover {
	color: #606060;
}

.bot-border {
	background: url(images/bg_dot_hz.gif) bottom left repeat-x;
}

.col-head {
	padding: 0;
	margin: 0 10px 0 0;
	background: #ededed url(images/bg_dot_hz.gif) bottom left repeat-x;
}

.col {
	padding: 0;
	margin: 0 10px 0 0;
}

.list li span {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}

/* start database styles */

table.header {
	width: 930px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #b32725;
	border-bottom: #b32725 1px solid;
	text-align: left;
	margin: 0 0 20px 0;
}

table.titles {
	width: 930px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-bottom: #ededed 1px solid;
	text-align: left;
	margin: 20px 0 10px 0;
}

table.content {
	width: 930px;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin: 0;
}


table td {
	width: 155px;
}