/*
	Description: 	Styles for AsthmaTrec and COPDTrec
*/

/* Overall Styles */

body {
	margin: 0px;
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	color: #000000; 
	font-size: small;
	font-weight: normal;
	background-color: white;
}
		/*body {
				behavior: url(csshover.htc);
			}*/


td, p, ol{
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	color: #000000; 
	font-size: small;
	font-weight: normal;
}



li {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	color: #000000;
	font-size: small;
	font-weight: normal;
	margin : 0px 0px 0px 0px;
}
ul{
	list-style:none;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

caption{
	caption-side: top;
        font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
        font-size: 1.1em;
        color: black;
        line-height: 100%;
	font-weight: bold;
	text-align: left;

}

/* Heading Styles */

h1 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: 1.3em;
	line-height: 1.6;
	text-indent: 5px;
	color: #FFFFFF;
	Background-color: #FF0000;
	} 

h2 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: 1.1em;
	color: black;
	line-height: 100%;
	} 

h3 {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: 1em;
	color: black;
	} 

.description{
        font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
        font-size: .9em;
        color: red;
	font-weight: bold;
	font-variant: small-caps;
}
.table_heading
{
        font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
        font-size: 1em;
        color: black;
	font-weight: bold;
	line-height: 90%
        }


/* Link Styles */

a {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size:  small;
	padding: 1px;
	text-decoration: underline;
	color: #FF0000;
}

a:hover {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	padding: 1px;
	text-decoration: underline;
	background-color: #333399;
	color: #FFFFFF;
}

a:visited {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	padding: 1px;
	text-decoration: underline;
	color: #9D9DC6;
}

a:visited:hover {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	padding: 1px;
	text-decoration: underline;
	background-color: #333399;
	color: #FFFFFF;
}
	
/* Text Styles */

.copy { 
	text-align: right;
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: .8em;
	font-weight: normal;
	color: #666666;
}

.red_sm { 
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: x-small;
	font-weight: normal;
	font-style: oblique;
	color: #CC0000;
}

.black_sm {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration : none;
}

/* special items */


.announcement_title{background: url(images/corner.gif) 0 0 no-repeat #333399;  color:#FFFFFF; font-weight: bold;text-align: center;padding:3px;}
#announcement_box{	
border-style: solid;
	border-width: 3px;
	border-color: #333399;
	line-height: 120%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	background: #ffffff;
	
	
}
#announcement_box ul{
	padding-left: 5px;
	margin-left: 5px;
	list-style: url('images/bullet.gif') disc;
	list-style-position: outside;
}
#announcement_box a{
	font-size: small;
}

.clear {font-size: 1px; height: 1px}


/* Menu bar*/
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

#main h1 {
	display: block;
	background-color:#333399;
	font-size: medium;
	padding: 3px 0 5px 3px;
	border: 1px solid #333399;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	width:131px;
}

#main ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#main ul li {
	margin: 0px;
	padding-bottom: 3px;
	position: relative;
}


#main ul li a {
	background-color: #B5B5B7;
	font-size: small;
	display: block;
	border: 1px solid #333399;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #333399;
	width:131px;
	font-weight: bold;
}

#main ul li a:hover, #main ul li a:focus {
	text-decoration: none;
	background-color: #333399;
	color: #FFFFFF;
}

#main ul li ul {
	list-style: none;
	position: absolute;
	left: 143px;
	top: 0;
	display: none;
	width: 129px;
	color: red;
	margin: 0px;
	background-color: #E9E9E9;
	border: 1px solid #333399;
	width: 131px;
}

#main ul li ul li{
	padding-bottom: 0px;
}


#main ul li ul li a{
	background-color: #E9E9E9;
	font-size: small;
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: red;
	width:125px;
	font-weight: bold;
	margin: 0px;
}

			
#main ul li:hover ul { display: block; }
	
#main ul li:hover ul li ul { display: none; }
			
#main ul li ul li:hover ul { display: block; }


/* layout */
#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
}

#content ul{
	list-style-image: url('images/bullet.gif')
}
#middle ul{
	list-style-image: url('images/bullet.gif')
}

.mainbody{
	margin: 0px 0px 0px 5px;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid; 
	border-color: #333399;
}

.tbar{
  	background-image: url(images/topbar_background.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-right-width: 1px;
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width: 0px;
	border-style: solid; 
	border-color: #333399;
	height: 89px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 89px;
}
html>body #tbar {
	height: 89px; /* ie5win fudge ends */
	}
.lbar{
	position: absolute;
	top: 77px;
	left: -18px;
	height: auto;
	margin: 20px;
	padding: 3px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid; 
	border-color: #333399;
	width: 138px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 138px;
}
html>body #lbar {
	width: 138px; /* ie5win fudge ends */
	}

#middle {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: 0px;
	background: #ffffff;
	}
#middle_home {
	margin: 0px 190px 20px 0px;
	padding: 10px;
	border: 0px;
	background: #ffffff;
	}

#right {
	position: absolute;
	top: 135px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 5px;
	padding: 5px;
	border: 0px;
	background: #ffffff;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}

html>body right {
	width: 180px; /* ie5win fudge ends */
	}
a img {border: none; }
a#buttonlink:hover
{
        background-color: transparent;
}
.cimage{
	background-image: url(images/title_background.gif);
	margin-left: 135px;
	border-left-width:4px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-style: double;
	border-color: #333399;
	background-repeat: repeat-x;
}
.searchbox{
	background-image: url('images/topbar.gif');
	width: 100%;
	height: 89px;
	background-repeat: no-repeat;
}
.searchbox form{
	float: right;
	padding-top: 60px;
	
}
	

/* Tables */

.line_light{
	background-color: #EAE7E7
}
.line_dark{
	background-color: #BEBDBD
}
.home_page{
	table-layout: fixed;
	width: 100%;
}
.table_border {
	border: #333366; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.table_border2 {
	border: #FF0000;; 
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
	border-collapse: collapse;
	margin: 10px;
	padding: 0px;
	width: 600px;
	
}

.tableheader {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-weight: bold; 
  	font-size: small;
	background: #333399; 
	color: #FFFFFF; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

.table_title {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: small;
	padding: 1px;
	border: #000000;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.table_title_red {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background: #CC0000;
	border: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

.table_title_grey {
	font-family: Arial, Verdana, Geneva, Lucida, sans-serif; 
	font-size: small;
	font-weight: bold; 
	color: #CC0000;
	background: #EEEEEE; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

/* Content items layout */

.video_title{
	background: #F7F7F7;
	width:400px;
	color:#333399;
	border-top: 1px solid #ADABA6;
}

.video_description{
	padding-left:15px;
	padding-top:2px;
}

.video_length{
	padding-left:15px;
	padding-top:2px;
}

.certificate_title{
	background: #F7F7F7;
	width:400px;
	color:#333399;
	border-top: 1px solid #ADABA6;
}

.certificate_description{
	padding-left:15px;
	padding-top:2px;
}
