/*  -------------------------------------------------------------------*/
/*  ----------------------------------------------------------------------- Blog Style Sheet */
/*  -------------------------------------------------------------------*/

div.header A, h1 A 					{ color: #224122; font-family: "Trebuchet MS", verdana, arial, sans-serif; text-decoration: none; 										font-weight:bold; } 
div.header A:link	, h1 A:link		{ color: #224122; text-decoration: none; } 
div.header A:visited, h1 A:visited	{ color: #224122; text-decoration: none; } 
div.header A:active, h1 A:active	{ color: #ABD2EB;  background:none;} 
div.header A:hover, h1 A:hover		{ color: #ABD2EB;  background:none;} 

A 			{ color: #4185B3; font-family: Verdana,Tahoma,arial,sans-serif; text-decoration: none;} 
A:link		{ color: #4185B3; text-decoration: none; } 
A:visited	{ color: #4185B3; text-decoration: none; } 
A:active	{ color: #224122; text-decoration: underline;  } 
A:hover		{ color: #224122; text-decoration: underline; }


#page{ background-color: #FFF; }

h1 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	color: #000;
}

h2 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	color: #000;
}

.body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
	margin-left: 0px;
}

.byline, .entryfooter, .trackbackfooter {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em;
	line-height: 135%;
	margin: 0;
	padding: 5px 0 8px 0;
	color: #000;
}
.byline{ clear:both; }

.bylineviews {
	text-align:right;
	position:relative;
	right: 0px;
	top: -1.3em;
}


.commentBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
}

#banner, #banner a {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	background-color: #FFCC00;	
	padding:5px;
}


.menuTitle {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
	color: #EEE9B3;
	background-color: #5F804C;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.roundMenuTitle {
	background:url(../images/sidebarbox/head.gif) no-repeat top center;
 	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
	color: #EEE9B3;
	text-align: center;
	font-weight: bold;
	padding: 5px;	
}

.roundMenuBody {
	background:url(../images/sidebarbox/background.gif) repeat-y center;
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.roundMenuBottom {
	height: 11px;
	background:url(../images/sidebarbox/bottom.gif) no-repeat top center;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: #ABD2EB;
	color: #FFFFFF;
}

.menuBody {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}


.menuBody .header {
	font-size:1em;
}

.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
}

.date {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	/*background: url(../images/headergrad.gif) repeat-x scroll; */
	color: #224122;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1.2em; 
	color: #666;
	margin-top:15px;
	padding-top:10px;
	border-top: 1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
}

.footerHeader {
	background-color: #ddd;
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	font-weight:normal;
}

.rightMenu {
	border:1px solid #999;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.roundRightMenu {
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: #224122;
	border: solid 1px #C6C897;
	background-color:#F2F4B8;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#F1EFD1;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}



.commentBody, .trackbackBody{
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000;
 }



.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: 1em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1em;
font-weight: bold;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}

fieldset table {
	color:#000000;
	font-family:verdana,arial,sans-serif;
	font-size:.8em;
}

fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}

.blogposticon {
	background: url(../images/safiblogpost.jpg) no-repeat top left;
}

.blogposticon h1 {
	position: relative;
	left: 34px;
	top: -4px;
}

.blogposticon .byline {
	position: relative;
	left: 2px;
	top: 0px;
}



/*  -------------------------------------------------------------------*/
/* ----------------------------------------------------------------------- Layout*/
/*  -------------------------------------------------------------------*/
#page{
	width:90%;
	min-width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

#content {
	margin: 15px -200px 8px 0 ;
	width:100%;
	float:left;
}

#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	margin-right:200px;
}



/*  -------------------------------------------------------------------*/
/*  ----------------------------------------------------------------------- Safi CSS */
/*  -------------------------------------------------------------------*/

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }


body {
	font-family: Helvetica, Arial, sans-serif;
	background:transparent url(../images/backgroundgreen.jpg) repeat-x top;
	background-color:#D1CD9D;
	margin-top: 0px; 
	margin-left: 0px;
	margin-bottom: 0px; 
	margin-right: 0px; 

}

.boldtxt {
	color: #000;
	font-weight: bold;
}

.tbl_main {
	height: 100%;
	width: 930px;
}

#safitopbanner {
	background: url(../images/safipagetop.jpg) no-repeat bottom;
	height: 46px;
	width: 930px;
}

.tbl_toprow {
	background-color: #2D2D2D;
	height: 46px;
}

.tbl_mainmenurow {
	background-color: #D1CD9D;
	height: 20px;
	text-align: right;
}

.tbl_contentrow {
	background:#FFFFFF;
}

.tbl_baserow {
	background:#FFFFFF;
}

.tbl_content {
	width: 100%;
	background-color:#FFFFFF;
}

.tbl_bottomrow {
	background-color:#4B9FD5;
	line-height: normal;
	padding: 0px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #232323;
}

.tbl_spacerrow {
	background-color: transparent;
	height: 10px; }	


/* Main menu links */
.mainmenubtn A 	{
	color: #2F4D31;
	font-family: Tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: -3px;
	margin-left: 6px;
	height: 20px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
} 
.mainmenubtn A:link	{ 
	color: #2F4D31; 
	text-decoration: none; 
} 
.mainmenubtn A:visited { 
	color: #2F4D31; 
	text-decoration: none; 
} 
.mainmenubtn A:active	{ 
	color: #4595C6;	
	background-color: #FFFFFF;  
} 
.mainmenubtn A:hover {
	color: #4595C6;
	background-color: #FFFFFF;  
} 


/* Main menu current links */
.mainmenucurbtn A 	{
	color: #2F4D31;
	font-family: Tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: -3px;
	margin-left: 6px;
	height: 20px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-color: #FFFFFF; 
} 
.mainmenucurbtn A:link	{ 
	color: #2F4D31; 
	text-decoration: none; 
} 
.mainmenucurbtn A:visited { 
	color: #2F4D31; 
	text-decoration: none; 
} 
.mainmenucurbtn A:active	{ 
	color: #4595C6;	
	background-color: #FFFFFF;  
} 
.mainmenucurbtn A:hover {
	color: #4595C6;
	background-color: #FFFFFF;  
} 

/* small main menu current links */
.smallmainmenubtn A 	{
	color: #4595C6;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	font-weight:bold;
	padding-right: 11px;
} 
.smallmainmenubtn A:link	{ 
	color: #4595C6; 
	text-decoration: none; 
} 
.smallmainmenubtn A:visited { 
	color: #4595C6; 
	text-decoration: none; 
} 
.smallmainmenubtn A:active	{ 
	color: #2F4D31;	 
} 
.smallmainmenubtn A:hover {
	color: #2F4D31;
} 


.tbl_newsfeed_main {
	width: 321px;
	background:#FFFFFF;
	border: 1px solid #96CB6D;
}

.tbl_newsfeed_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
}

a.tbl_newsfeed_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	font-style: normal;
}


.style1 {
	color: #79714E;
	font-weight: bold;
}

#safilogo {
	margin-left: 7px;
}

#menubuttons {
	margin-right: 8px;
}


#legalblurb{
	font-family:  Helvetica, Arial,sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #232323;
	text-align:left;
	padding-top: 2px;
}

.legaltext{
	font-family:  Helvetica, Arial,sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #232323;
	text-align:left;
}



#rightcontainer {
	background:#FFFFFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 240px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#contentcontainer {
	width:930px;
	position:relative;
	vertical-align: top;
}

#blogcontainer {
	background:#FFFFFF;
	width:650px;
	/*align: right;*/
	padding: 5px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}

#searchcontainer {
	background:#FFFFFF;
	width: inherit;
	/*align: right;*/
	padding: 5px;
	margin: 8px;
}

#homesplashcontainer {
	background:#FFFFFF;
	width: 100%;
}

.thinborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.emailboxerrormsg {
	background: #D3E8F5;
	padding: 2px;
	vertical-align: top;
	font-family: Verdana,Arial,helvetica,san-serif; 
	font-size: 10px; 
	color: #DF4A2D;
	text-align: left;
}

.emailboxsuccessmsg {
	background: #D3E8F5;
	padding: 2px;
	vertical-align: top;
	font-family: Verdana,Arial,helvetica,san-serif; 
	font-size: 10px; 
	color: #232323;
	text-align: left;
}

.productcopy {
	font-family: Verdana,Arial,helvetica,san-serif; 
	font-size: 1.3em; 
	color: #232323;
	text-align: left;
}

.downloadproductbox {
	border:#333333 solid 1px;
	margin: 0 10px 0 10px;
	width: 910px;
}

.downloadbox {
	background:url(../images/downloadboxback.gif) #FFFFFF repeat-y right;
	border:#333333 solid 1px;
	margin: 0 10px 0 10px;
	width: 550px;
}

.downloadcopy {
	font-family: Verdana,Arial,helvetica,san-serif; 
	font-size: 1em; 
	color: #232323;
	text-align: left;
}

.downloadheader {
	font-family: "Trebuchet MS", verdana,arial, sans-serif; 
	font-size: 1.4em; 
	color: #232323;
	text-align: left;
	font-weight: bold;
}

/* **************** Thumbnail Viewer CSS **************** */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
/*cursor: hand;*/
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}



.input_box {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size: 1em;
	height:18px;
	padding:2px;
	width:180px;
	}


.input_box_error {
	border:1px solid #000;
	color:#224122;
	font-size: 1em;
	height:18px;
	padding:2px;
	width:180px;
	background-color: red;
	}
	
input[disabled='true'] {
	background:#F4EFB7;
	color:#8E8B6B;
}

.input_box_serial {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size: 1em;
	height:18px;
	padding:2px;
	width:220px;
	}
	
.input_box_long {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size: 1em;
	height:18px;
	padding:2px;
	width:300px;
	}

.input_box_long_error {
	border:1px solid #000;
	color:#224122;
	font-size: 1em;
	height:18px;
	padding:2px;
	width:300px;
	background-color: red;
	}

.login_input_box {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:14px;
	font-weight: bold;
	height:22px;
	padding:2px;
	width:150px;
	}
	
.email_input_box {
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:14px;
	font-weight: bold;
	height:22px;
	padding:2px;
	width:250px;
	}
	
.input_box_small {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:18px;
	padding:2px;
	width:100px;
	}

.input_box_small_error {
	border:1px solid #000;
	color:#224122;
	font-size:11px;
	height:18px;
	padding:2px;
	width:100px;
	background-color: red;
	}
	
.input_box_very_small {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:18px;
	padding:2px;
	width:40px;
	}
	
.input_box_very_small_error {
	border:1px solid #000;
	color:#224122;
	font-size:11px;
	height:18px;
	padding:2px;
	width:40px;
	background-color: red;
	}
	
.input_captchabox {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:18px;
	padding:2px;
	width:100px;
	}

.select_box {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size: 1em;
	height:20px;
	padding:2px;
	width:220px;
	}

.textarea_small {
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:44px;
	padding:2px;
	width:300px;
	}

.textarea_med {
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:64px;
	padding:2px;
	width:400px;
	}
	
.submit_button {
	background:#224122;
	color:#FFF;	
}


.formFAQEditTextArea {
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:160px;
	padding:2px;
	width:560px;
	}
	
.input_FAQEdit {	
	border:1px solid #D1CD9D;
	color:#224122;
	font-size:11px;
	height:20px;
	padding:2px;
	width:560px;
	}
	
	
#faqheader h1 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #224122;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#faqheader{
	float: left;
	margin-left: 5px;
	width: 300px;
}

#faqcontainer {
		float: left;
		margin-left: 20px;
		margin-top: 10px;
		width: 650px;
}

.faq_topic_header {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #224122;
}

.faq_question {
	margin: 0;
	padding: 0;
}
.faq_question img {
	vertical-align:middle;
	position:relative;
	bottom: 3px;
	margin-right: 5px;
}

.faq_answer {
	margin: 0;
	padding-top:0px;
}


.faq_answer img {
	vertical-align:top;
	position:relative;
	bottom: 3px;
	margin-right: 5px;
	float: left;
}

.faq_answerinside {
	vertical-align:top;
	position:relative;
	float: left;
	width: 600px;
}

#aboutuscontent {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 500px;
}

#aboutuscontent ul {
	list-style-type:square;
}

#aboutuscontent ul li{
 margin: 4px;
}

.rsstooltip a span {
  display: none;
  text-decoration: none;
  }

.rsstooltip a, a:link, a:visited{position: relative;}
 
.rsstooltip a:hover span {
  position: absolute;
  top: 5px;
  left: 20px;
  width:150px;
  display: block;
  font-family: "Trebuchet MS", verdana,arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  color: #224122;
  background: #D3E8F5;
  border: 1px solid #224122;
  z-index: 1000;
  padding-left: 2px;
  padding-right: 2px;
  }
 
div.FormRow span.FormLabel {
float:left;
font-weight: normal;
text-align:right;
width:47%;
}
	
div.FormRow span.FormInput {
float:right;
padding-right:3px;
text-align:left;
width:50%;
}

div.FormRow {
	clear:both;
	float:left;
	margin:0px;
	padding:5px 0px;
	width:100%;
}

div.LoginFormRow span.LoginFormLabel {
float:left;
font-weight: bold;
font-size: 12px;
text-align:right;
padding-right:5px;
padding-top: 7px;
width:35%;
}

	
div.LoginFormRow span.LoginFormRow {
float:right;
text-align:left;
width:65%;
}

div.LoginFormRow {
	clear:both;
	float:left;
	padding:5px 0px;
	width:100%;
}


#topsearchboxcontainer {
 width: 300px;
 position: absolute;
 right: 0px;
 bottom: 15px;
}

#topaccountbox {
	 width: 300px;
	 position: absolute;
	 left: 5px;
	 bottom: 2px;
}

#topaccountbox span.txtformatting { text-align: left; color:#FFFFFF; }
#topaccountbox span.txtformatting a {
	color: #FFFFFF;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	font-weight: normal;
}
#topaccountbox span.txtformatting a:link	{ color: #FFFFFF; }
#topaccountbox span.txtformatting a:visited { color: #FFFFFF; } 
#topaccountbox span.txtformatting a:active	{ color: #4B9FD5; }
#topaccountbox span.txtformatting a:hover { color: #4B9FD5; } 

#topclearbox { clear:both; }

.hiddenCart {
	visibility:hidden;
	position:absolute;
	width: 0px;
}

.visibleCart {
	visibility:visible;
	position:static;
	width: auto;
}

.minicart {

}


#loginSection {
	width: 100%;
}
#newregistration {
	width: 45%;
	float:left;
	padding: 10px;
	background:#FFFFFF;
	border:#000000 solid 1px;
	}
#loginform {
	width:45%;
	float: right;
	padding: 10px;
	background:#FFFFFF;
	border:#000000 solid 1px;
	}


/* BEVEL BOX */
/* \*/
* html #oth_bev_tlc, * html #oth_bev_trc {height: 1%;}
/* */

#oth_bev_box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0;
	text-align: left;
	width:90%;				/* <-- use this to tie width to viewport size */
	width: 750px;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#oth_bev_content
	{
	padding:3em;
	}

#oth_bev_content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#oth_bev_content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
#oth_bev_tlc, #oth_bev_trc, #oth_bev_blc, #oth_bev_brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#oth_bev_tlc
	{
	background-image:url(../images/bevbox/tlc.jpg);
	background-position: 0% 0%;
	}

#oth_bev_trc
	{
	background-image:url(../images/bevbox/trc.jpg);
	background-position: 100% 0%;
	}
	
#oth_bev_blc
	{
	background-image:url(../images/bevbox/blc.jpg);
	background-position: 0% 100%;
	}

#oth_bev_brc
	{
	background-image:url(../images/bevbox/brc.jpg);
	background-position: 100% 100%;
	}

#oth_bev_tb, #oth_bev_bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#oth_bev_tb
	{
	background-image:url(../images/bevbox/tb.jpg);
	background-position: 0% 0%;
	}

#oth_bev_bb
	{
	background-image:url(../images/bevbox/bb.jpg);
	background-position: 50% 100%;
	}
	
#oth_bev_rb
	{
	background-image:url(../images/bevbox/r.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#oth_bev_lb
	{
	background-color: #ECEACC;
	background-image:url(../images/bevbox/l.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
/*  ------------- Home page top ------------- */
.grayboxright
	{
	margin-top: 20px;
	margin-right: 6px;
	width: 238px;
	height: 168px;
	float:right;
	}

.topboxleft
	{
	margin-top: 10px;
	margin-left: 12px;
	height: 168px;
	float:left;
	}
	
.grayboxtop
	{
	background:url(../images/topboxes/topboxhead.gif) no-repeat center bottom;
	height: 24px;
	}

.grayboxbottombox
	{
		background:url(../images/topboxes/gb_blankback.jpg) no-repeat center top;
		height: 144px;
	}
.grayboxbottom
	{
	height: 149px;
	}

.boxtitle
	{
		margin: 4px 0 0 10px;
		float: left;
		font-family: verdana, arial, sans-serif; 
		font-size: 1em;
		color: #EEE9B3;
		font-weight: bold;
	}
	
.boxcontrols
	{
		float: right;
		margin: 4px 12px 0 0;
	}
	
.insidetext_gb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

.insidetextsmall_gb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.screencast_text{
	font-family:Verdana,Tahoma,arial,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;	
}

.admin_edit_container {
	width: 800px;
	margin:10px;
	padding: 5px;
	background: #C0C0C0;
	border: solid 1px #000;
	}



fieldset {
border:1px dotted #224122;
margin-bottom:0.5em;
width: 600px;
}

legend {
font-weight:bold;
padding-bottom:0.5em;
padding-top:0.5em;
font-size:1.1em;
}


.resellerSubmitted {
	width: 500px;
	margin-top:100px;
	padding: 20px 0 10px 0;
	border: 1px #000 solid;
	background: #ffffff;
}

.resellerAppStatus {
	width: 450px;
	margin-top:30px;
	padding: 10px 0 10px 0;
	border: 2px #445a36 solid;
	background: #5F804C;
	color:#eee9b3;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}


table.projects tr td.prod {
	border: 1px #224122 solid;
	padding: 5px;
	height: 125px;
}
