body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  background-image: url(../images/background.jpg);
  background-repeat: repeat;
	background-color: #FFFFFF;
	color: #222222;

	margin: 0px;
	padding: 0px;

}

a:link, a:visited, a:active {
	color: #0033CC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-size: 10px;
	}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #006600;
}

.title_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}

a.title:link {font-family: Arial, Helvetica, sans-serif; color: #990000; font-size: 12px; font-weight: bold;}
a.title:active {font-family: Arial, Helvetica, sans-serif; color: #990000; font-size: 12px; font-weight: bold;}
a.title:visited {font-family: Arial, Helvetica, sans-serif; color: #990000; font-size: 12px; font-weight: bold;}
a.title:hover {font-family: Arial, Helvetica, sans-serif; color: #990000; font-size: 12px; font-weight: bolder;}
a:link{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{color:#990000; text-decoration:underline;}

.table_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color:#333333;
}

.table_main {
  background-color: #006600;
  border-left: 7px solid #009900;
  border-right: 7px solid #009900;
}

.inputsubmit {
				cursor:pointer;
        border-style: solid;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-top-color: #99FFFF;
        border-left-color: #99FFFF;
        border-bottom-color: #006600;
        border-right-color: #006600;
        background-color: #00CC00;
        color: #FFFFFF;
        font-size: 10px;
        padding: 1px;
        font-family: Arial, tahoma, verdana, arial, sans-serif;
				font-weight: 700;
}

.inputsubmitblue {
				cursor:pointer;
        border-style: solid;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-top-color: #99FFFF;
        border-left-color: #99FFFF;
        border-bottom-color: #006600;
        border-right-color: #006600;
        background-color: #00CC00;
        color: #FFFFFF;
        font-size: 12px;
        padding: 1px;
        font-family: Arial, tahoma, verdana, arial, sans-serif;
				font-weight: 700;
}

.inputsubmitorange {
				cursor:pointer;
        border-style: solid;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-top-color: #FF751A;
        border-left-color: #FF751A;
        border-bottom-color: #E55C00;
        border-right-color: #E55C00;
        background-color: #009900;
        color: #FFFFFF;
        font-size: 12px;
        padding: 1px;
        font-family: Arial, tahoma, verdana, arial, sans-serif;
				font-weight: 700;
}

.inputsubmitorange:hover {
	text-decoration:none;
	color:#fff;
	background-color:#FF751A;
}

a.inputsubmitorange:hover {
	_background-color:#ff6600;
}

.table_body {
  border-top: 2px solid #FFFFFF;
  border-left: 13px solid #FFFFFF;
	border-right: 13px solid #FFFFFF;
  background-color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
  text-align: center;
  color:#006600;
}

.slogan_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
  color:#FFFFFF;
	padding: 0px 5px;
}

.font_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
  text-align: center;
  color:#FFFFFF;
}

.font_nav:hover {
  color:#990000;
  text-decoration:underline;
}

.nav_on {
  border-top: 1px solid #33FF33;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
  border-left: 1px solid #33FF33;
  background-color: #00FF00;
  height: 31px;
}

.nav_off {
  border-top: 1px solid #00FF00;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
  border-left: 1px solid #00FF00;
  background-color: #00CC00;
}

.sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  text-align: center;
  color: #009900;
  border-top: 1px solid #33FF33;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
  border-left: 1px solid #33FF33;
  background-color: #00FF00;
  height: 23px;
}

.font_sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  text-align: center;
  color: #FFFFFF;
}

.font_sub_nav:hover {
  color:#990000;
  text-decoration:underline;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.header:hover {
  color:#990000;
  text-decoration:underline;
}

.header_divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006600;
}

.header_masthead {
  height: 67px;
}

.nav_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
}

.footer_links {
  background-color: #00FF00;
  height:25px;
  vAlign: center;
  text-align: center;
}

.footer_divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.footer_copyright {
  background-color: #009900;
  height:45px;
  vAlign: center;
  text-align: center;
}

.footer_font {
  color: #FFFFFF;
	font-size: 11px;
}

.footer_font:hover {
  color:#990000;
  text-decoration:underline;
}

.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FF0000;
}

.confirmation {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 3px solid #666666;
	padding: 5px;
	text-align: center; 
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Modules */

.moduleEntrySelected {
/*	background-image: url(img/table_results_selected_bg.gif); */
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	background-position: left top;
	border-bottom: 1px dashed #999999;
	padding: 10px 10px 0px 10px;
}

.moduleEntry {
	background-color: #DDD;
/*	background-image: url(img/table_results_bg.gif); */
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999999;
	padding: 10px;
}

.moduleEntryThumb {
	border: 5px solid #FFFFFF;
	margin-right: 10px;
}

.moduleEntryTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #333333;
}

.moduleEntryDescription {
	font-size: 12px;
	margin-bottom: 6px;
	color: #333;
	padding-right: 10px;

}

.moduleEntryTags {
	font-size: 12px;
	margin-bottom: 5px;
	color: #444;
	overflow: hidden;
}

.moduleEntryDetails {
	font-size: 11px;
	margin-bottom: 5px;
	color: #444;
}
.moduleEntrySpecifics {
	font-size: 11px;
	margin-bottom: 1px;
	color: #444;
}

.moduleTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
	color: #444;
}

.moduleTitleBar {
	width: 100%;
	background-color: #CCC;
	border-bottom: 1px dashed #999;
}

.moduleFeatured {
	background-color: #DDD;
/*	background-image: url(img/table_results_bg.gif); */
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999999;
	padding: 5px 5px 15px 5px;
}

.moduleFeaturedThumb {
	border: 5px solid #FFFFFF;
	margin: 5px;
}

.moduleFeaturedTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #0033CC;
	
}

.moduleFeaturedDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 3px;
}

.moduleFrameBarTitle {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 5px 5px;
	color: #444;
}

.moduleFrameEntrySelected {
	width: 270px;
	background-color: #FFFFCC;
/*	background-image: url(img/table_results_selected_bg.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px dashed #999999;
	padding: 8px;
}

.moduleFrameEntry {
	width: 270px;
	background-color: #DDD;
/*	background-image: url(img/table_results_bg.gif); */
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999999;
	padding: 8px;
}

.moduleFrameTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #0033CC;
	
}

.moduleFrameDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #666666;
	
}

.tableFavRemove {
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 5px;
	
}

.tableVideoStats {
	width: 100%;
/*	background-image: url(img/table_results_selected_bg.gif); */
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	background-position: left top;
	border: 1px dashed #CCCC66;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tableSubTitle {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}

.brownSubTitle {
	font-size: 13px;
	font-weight: bold;
	color: #CC6633;
}

.SubTitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}

.tableSubTitleInfo {
	font-size: 12px;
	padding: 3px;
	padding-left: 10px;
}



/* Form Elements */

.formTitle {
	padding: 4px;
	padding-left: 7px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #E5ECF9;
	border-bottom: 1px dashed #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.formTable {
	width: 80%;
	padding: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.formIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 10px;
}

.formHighlight {
/*	background-image: url(img/table_results_selected_bg.gif); */
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	background-position: left top;
	border: 1px dashed #CCCC66;
	padding: 7px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.formHighlightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666633;
	margin-top: 5px;
	margin-left: 6px;
}

.formFieldInfo {
	font-size: 11px;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* Page Elements */

.pageTitle {
	padding: 4px;
	padding-left: 7px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background-color: #E5ECF9;
	border-bottom: 1px dashed #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.pageTable {
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;
}

.pageText {
	padding: 0px 5px 0px 5px;
}

.pageIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}

/* Mail Elements */

.mailMessageArea {
	background-color: #FFFFFF;
	border: 1px dashed #999999;
	padding: 7px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}



/* Watch Elements */


.watchTitleBar {
	background-color: #CCCCCC;
	border-bottom: 1px dashed #999999;
}

.watchTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 6px;
	color: #333333;
	
}

.watchTable {
	background-color: #DDDDDD;
/*	background-image: url(img/table_results_bg.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px dashed #999999;
	padding: 5px;
	padding-bottom: 10px;
	text-align: center;
}


.watchInfoArea {
	width: 395px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color:#FFFFFF;
}

.watchDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
	color: #000;
	border-top: 1px dotted #CCCCCC;
}

.watchTags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	color: #333333;
}

.watchAdded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333333;
}

.watchDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.commentsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	padding: 5px;
	padding-bottom: 6px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;

}

.groupCommentsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	padding: 5px;
	padding-bottom: 6px;
}


.BoxedBorderTable {
	padding-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.vertLeftDashTable {
	border-left: 1px dashed #CCCCCC;
/*	background-image: url(img/long_grad_bg.jpg); */
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}
.commentsEntry {
	font-size: 11px;
	background-color: #FFFFCC;
	padding: 10px;
	border-bottom: 1px dashed #999999;
}

.commentsThumb {
	border: 5px solid #FFFFFF;
	margin-right: 5px;
}

.profileLabel {
	font-size: 12px;
	color:#6D6D6D;
	margin: 10px 0px 2px 0px;
}

.profileValue {
	margin: 10px 0px 2px 0px;
	color:#369;
}

#profileActions {
  margin: 0px;
  padding: 10px 0px;
  background: white; }


#profileActions a {
  border-bottom: 1px solid #D8DFEA;
  display: block;
  width: 140px;
  margin: 0px;
  color: #369;
  padding: 2px 3px 2px 9px;
 }

#profileActions a:hover {
  color: white;
  background: #3B5998;
  text-decoration: none; }

#profileActions .inactive {
  margin: 0px;
  padding: 2px 3px 2px 9px;
  display: block;
  background: white;
  border-bottom: solid 1px #D8DFEA;
  color: #666;
}


/* Code Elements */

.codeArea {
	background-color: #FFFFFF;
	border: 1px dashed #999999;
	padding: 7px;
	margin-bottom: 15px;
}

.apiLabel {
	background-color: #E5ECF9; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

.standoutLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}	
.brightLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}	

#set_of_links {
	position:relative;
	padding:0px;
	border:none;
	background:#ffffff;
	margin-bottom:20px
}
#set_of_links a {
	display:inline;
	padding:2px 9px 2px 9px;
	text-decoration:none;
	color: #000000;
	background:#FFFFAA
}
#set_of_links a:hover {
	background:#E1EAF0;
	text-decoration:none
}

#set_of_links a span {
	display:none
}
#set_of_links a:hover span {
	display:inline;
	position:absolute;
	padding-top:30px;
	left:0px;
	background: #FFFFAA;
	padding:5px 15px 5px 0
}

.SubscriptionTables {
	border: none;
}

.SubscriptionTables td {
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px; 
	text-align:center; 
	border-bottom: 1px dashed #666666;
	color: #666666;
}

.SubscriptionVideos {
	background-color:#FFFFFF; 
	text-align: center;
}

.SubscriptionVideos td {
	border-bottom: none;
}

.parentSection {
	background: #FFFFCC;	
}

.parentSection td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	margin-top: 1px;	
}

.childrenSection {
	background: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;		
}

.childrenSection td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	margin-top: 1px;
}

.parentSection td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	margin-top: 1px;	
	border-bottom: 1px dashed #CCCCCC;		
}
.commentButtons td {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px
}

.commentsSpecifics {
	text-align: center;
}

.userStats {
	padding-top: 5px;
}

.devIndent {
	margin-left: 15px; 
	margin-right: 15px; 
	padding-top: 15px; 
	padding-bottom: 15px;
}

.apiShadedBox {
	background-color: #E5ECF9; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

.apiDef {
	margin-left: 25px;
}

.apiHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
}


/* msolo remix */
.roundedTable {
margin: 0px auto 1em auto;
}

.sunkenTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
}

.sunkenTitleBar {
	width: 100%;
	border-bottom: 1px dashed #999;
}

.sunkenContent {
	background-color: #ddd;
/*	background-image: url(img/table_results_bg.gif); */
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px;
}


.videobarthumbnail_block
{
	float: left;
	width: 125px;
	padding: 5px;
}
img.videobarthumbnail_gray
{
	border: 3px solid #FFFFFF;
}
img.videobarthumbnail_white
{
	border: 3px solid #DDD;
}

.videotitlebarHeading
{
	float: left; 
	font-size: 13px;
	color: #6D6D6D
	padding-left: 10px;
	padding-right: 10px;
}
.videotitlebarComment
{
	float: left; 
	font-size: 10px;
	color: #999999;
}
.videotitleBarLinkBlock {
	width: 173px;
	float: right;
}
.videotitlebarLink
{
	horizontal-align: right; 
	width: 150px;
}
img.videotitlebarLinkIcon
{
	horizontal-align: right; 
	vertical-align: bottom;
	border: 0px;
	width: 23px;
	height: 14px;
}



hr {
	border: none 0; 
	border-top: 1px dashed #999; /* the border */
	height: 1px; /* whatever the total width of the border-top and border-bottom equal */
}

img.rating {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

span.rating {
	color:#666666;
	font-size:smaller;
}

.tag_list {
	margin: 1em 0px 0.5em 0px;
	font-weight: bold;
	color: #333;
}

.tag_list p {
	margin: 0px 0px 0.5em 0px;
	padding-left: 0.5em;
	font-weight: normal;
	color: #999;
}

.moduleEntry input {
	margin: 1em 0px 0px 0px;
}

#spacer {
  clear: both;
  }

div>#spacer {
	width: 160px; /* Correct for CSS2 browsers. */
	}

.rsidebox-green{
	width:160px;
	color:#000;
	background-color:#f0f6f5;
	margin:5px;
	padding:2px;
}

.rsidebar-title-blue{font-weight:700;font-size:125%;color:#000;line-height:1.5em;letter-spacing:0.1em;background-color:#ceddf0;font-variant:small-caps;margin:0;padding:0 0 0 4px;}

div.container {
  border: 2px groove #333;
	padding: 5px 0px 0px 0px;
  width: 740px;
  overflow:hidden; 
  }

div.float {
  float: left;
  margin: 5px 5px 5px 5px;
	width: 124px;
	overflow: hidden;
  }
  
div.float p {
   text-align: right;
   }

div.float a {display:block;border: 2px solid #eee; }
div.float a:hover {border: 2px solid #c00; }

div.friendcontainer {
  border: 2px groove #333;
	padding: 5px 0px 0px 0px;
  width: 545px;
  overflow:hidden; 
  }

div.friendfloat {
  float: left;
  margin: 5px 5px 5px 5px;
	width: 124px;
	overflow: hidden;
  }
  
div.friendfloat p {
   text-align: right;
   }
   
div.friendfloat a {display:block;border: 2px solid #eee; }
div.friendfloat a:hover {border: 2px solid #c00; }

#right {
	position: absolute;
	width: 160px; /* Incorrect value fed to ie5win */
	top: 120px;
	right: -20px; /* Line it up with the edge */
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	border: 0px ;
	background: #009900;
	text-align:left;
	}
body>#right {
	width: 160px; /* Correct for CSS2 browsers. */
	}
	
.module-white {
background-color:#f6f6f6;
border:1px solid #0f0f0f;
color:#0f0f0f;
padding:6px;
}

.module-whitemini {
background-color:#fff;
border:1px solid #ccc;
color:#0f0f0f;
padding:6px;
}

.txtred {
color:#b90000;
}

.txtbold {
    font-weight:700;
}

.txtblue {
color:#175878;
}


#thumbgrid .quote {
font-style:italic;
}

#thumbgrid .displayname {
font-weight:700;
font-size:12px;
}

/* information bar */
#infobar {
	font: message-box;
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: InfoText;
	background: InfoBackground url(../images/warning.gif) no-repeat fixed .3em .3em;
	padding: .45em .3em .45em 2em;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}

#infobar a:hover {
	color: HighlightText;
	background: Highlight url(warning2.gif) no-repeat fixed .3em .3em;
}

/* A fake viewplot for IE information bar */
#viewplot {
	width: 100%;
	height: expression(this.parentNode.offsetHeight - this.offsetTop);
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 1em;   /* Please set this to the value as that of your <body> */
}