@charset "utf-8";
/* CSS Document */
html {
overflow-y:scroll;
}

body {
   background-image: url(images/default/default_bg.jpg);
   background-repeat:repeat;
   background-attachment: fixed;
}

body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,textarea,select,input,button,password,submit,reset{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a,div,span {
outline:none;
}
/*Pages Titles*/
.page_title {
	font-size: 14px;
	font-weight: bold;
	color: #6C0000;
}
.ul {
    line-height:20px;
}
.subheading {
    font-size: 13px;
	font-weight:bold;
	color:#6C0000;
}
/*header*/
.header {
	font-size:12px;
	color:#ffffff;
}
.header a:link {
	text-decoration: none;
    color:#ffffff;
}
.header a:visited {
	text-decoration: none;
    color:#ffffff;
}
.header a:hover {
	text-decoration: none;
    color:#fff000;
}
.header a:active {
	text-decoration: none;
	color:#ffffff;
}
/*Default Cell*/
.cell_bg {
  width:260px;
  height:180px;
  background-color:#000000;
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.6;
}
.cell_title {
    line-height:20px;
	font-size: 17px;
	color: #FFF000;
	font-weight:bold;
}
.cell_audio_title {
    line-height:20px;
	font-size: 14px;
	color: #FFF000;
	font-weight:bold;
}
.cell_title_lrg {
    line-height:20px;
	font-size: 24px;
	color: #FFF000;
	font-weight:bold;
}
.cell_content {
    font-size: 14x;
	line-height:19px;
	color: #FFFFFF;
}
.cell_content a:link {
    line-height:19px;
	color: #FFFFFF;
	text-decoration: none;
}
.cell_content a:visited {
    line-height:19px;
	color: #FFFFFF;
	text-decoration: none;
}
.cell_content a:hover {
    line-height:19px;
	color: #FFFF00;
	text-decoration: none;
}
.cell_content a:active {
    line-height:19px;
	color: #FFFFFF;
	text-decoration: none;
}
/*footer*/
.footer {
	font-size:11px;
    line-height:14px;
	color:#FFFFFF;
}
.footer a:link {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: underline;
}
/*Default Page*/
.default_title {
	font-size: 33px;
	line-height:50px;
	color: #FFFFFF;
}
.default_content {
	font-size: 14px;
	line-height:24px;
	color: #FFFFFF;
}
.top_nav {
	font-size:12px;
	color:#FFFFFF;
}
.top_nav a:link {
	text-decoration: none;
    color:#FFFFFF;
}
.top_nav a:visited {
	text-decoration: none;
    color:#FFFFFF;
}
.top_nav a:hover {
	text-decoration: none;
    color:#FFFF00;
}
.top_nav a:active {
	text-decoration: none;
	color:#FFFFFF;
}
/*Ad Space*/
.ad_space {
    background-image:url(images/2010_summit_ad.jpg);
}
.ad_space {
	font-size:11px;
    line-height:18px;
	color:#FFFFFF;
}
.ad_space a:link {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: underline;
}
.ad_space a:visited {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: underline;
}
.ad_space a:hover {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: none;
}
.ad_space a:active {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: underline;
}
/*Ad Space NO background*/
.ad_space_nbg {
	font-size:11px;
    line-height:18px;
	color:#FFFFFF;
}
.ad_space_nbg a:link {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: underline;
}
.ad_space_nbg a:visited {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: underline;
}
.ad_space_nbg a:hover {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: none;
}
.ad_space_nbg a:active {
	font-size:11px;
	line-height:18px;
	color: #FFF000;
	text-decoration: underline;
}
