@charset "UTF-8";
/* CSS Document */

body, .text {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	color:#222
	
}


.footer  {
	font-size: 10px;
	color:#CCCCCC;
	text-align:center;
}

.footer a {
	font-size: 10px;
	color:#cc2222;
}

.footer a.owiz_link {
	color:#FF9933;
}
.text {
	font-size:0.9em;
}
.outer_frame {
	background-image: url(images/TAG_mockup2_bg.gif);
	background-repeat: repeat-x;
	background-color: #252324;
}

.content_table {
	border:0px solid;
	height:600;
}

.content_table TD {
	padding:55px;
}

.white_bug, .white_bug_big {
background: url(images/white_bug.gif) no-repeat 30px 30px;
vertical-align:top;
}

/* Modern browsers only (not IE 7) */
/* http://www.javascriptkit.com/dhtmltutors/csshacks2.shtml  */

html>/**/body .white_bug, html>/**/body .white_bug_big {
background: url(images/white_bug.gif) no-repeat 30px 50px;
vertical-align:top;
}


.white_bug_big {
	width:52%;
}

img.endorsement_pic {
	padding-right: 10px;
	padding-bottom: 3px;
	float:left;
	}
H1 {
	color:#880000;
	font-size: 26px;
}

body > ul {
	list-style: none;
}

li {
	color: #990000;
}


a.bug_button, a.bug_button_selected {
	display: block;
	float: left;
	line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 36px; /* Height of button background height */
	margin-left:3px; /* move over away from edge */
	padding-left: 14px; /* Width of left menu image */
	text-decoration: none;
	font-size:14px;
}

a:link.bug_button, a:visited.bug_button, a:link.bug_button_selected, a:visited.bug_button_selected {
	color: white;
}
a:link.bug_button_selected, a:visited.bug_button_selected, a:hover.bug_button_selected, a:active.bug_button_selected {
	background: url(images/pill_left2.gif) no-repeat top left transparent;	/* NOT HOVERED: special background for currently selected button */
}

a:hover.bug_button, a:active.bug_button {
	background: url(images/pill_hover_01.gif) no-repeat top left transparent;
	display: block;
	float: left;
	line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 36px; /* Height of button background height */
	padding-left: 14px; /* Width of left menu image */
	text-decoration: none;
}



a:hover.bug_button span, a:active.bug_button span {
	background: url(images/pill_hover_02.gif) no-repeat top right transparent;
	display: block;
	padding: 4px 12px 4px 2px; /*Set 12px to be equal or greater than'padding-left' value above*/
}


a.bug_button span, a.bug_button_selected span{
	display: block;
	padding: 4px 12px 4px 2px; /*Set 12px to be equal or greater than'padding-left' value above*/
}
a.bug_button_selected span, a:hover.bug_button_selected span, a:active.bug_button_selected span {
	background: url(images/pill_right2.gif) no-repeat top right transparent;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	xoverflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height:36px;
	background-image:url(images/TAG_mockup2_05.gif);
	background-repeat: no-repeat;
}
