@charset "utf-8";

body {
	background-color: #FFFFFF;
	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color:#000000;
	font-size:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

.afile {border-bottom:1px solid #CCCCCC;padding:8px;}
.afile:hover{
	background-color: #FFFFEE;
    cursor:pointer;
}

/*.afile:active{
	background-color: #DDEEEE;
}*/

.alinker {border-bottom:1px solid #CCCCCC;padding:8px;}
.alinker:hover{
	background-color: #FFFFEE;
    cursor:pointer;
}

.alinker:active{
	background-color: #DDEEEE;
}


.alinker2 {padding:8px;}
.alinker2:hover{
    cursor:pointer;
}

.alinker2:active{
	
}

.afolder {border-bottom:1px solid #CCCCCC;padding:8px;}
.afolder:hover{
	background-color: #FFFFEE;
    cursor:pointer;
}

/*.afolder:active{
	background-color: #DDEEEE;
}*/

.aopenfolder {border-bottom:1px solid #CCCCCC;padding:8px;}
.aopenfolder:hover{
	background-color: #FFFFEE;
    cursor:pointer;
}

/*.aopenfolder:active{
	background-color: #DDEEEE;
}*/


.error{
	color: #f00;
}

.fileactions{
	text-align:right;
	font-size:10px;
	color:#666666;
}

.sticky{ 
	background-color: #eeffff;
/*
	background-image: url('community/sticky.png');
	background-repeat: repeat-x;
*/
}

.sticky:hover{
	background-color: #efffef;
}

.threaddivs:link{
	background-color: #FFFFFF;
}

.threaddivs:hover{
	background-color: #FFFFEE;
@    cursor:pointer;
}

@.threaddivs:active{
@	background-color: #DDEEEE;
@}


#review_detail_content {
@	clear: both;
}

a {

font-family:Arial, Helvetica, sans-serif;

font-size:14px;

}

img a:link {

border:none;

}

a:link {

	color: #000000;

	text-decoration:none;

}

a:visited {

	color: #333333;

	text-decoration:none;

}


a:hover {
	color: #333333;
}

#thecommenu a.invme:hover {
	color: #000000;
    background-color: #AAAAAA;
}



#loader {

z-index:0;

}

#thecommenu {
	height:75px;
	background-image:url(images/backcom.jpg);
	background-repeat:repeat-x;
}

#thecomMenuBar1 {
	width: 780px; /* The same width as the page body */
}

div.hr {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 2px;
	height: 0px;
	width: 100%;
}

#footer {

color:#000000;

font-size:10px;

}

#footer a {

font-size:10px;

}

#title {

color:#CCCCCC;

font-size:12px;

}

#logodiv {

padding-top:10px;

}



.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
}

.twoColFixRt #sidebar1 {

	float: right; /* since this element is floated, a width must be given */

	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */

	margin:5px 5px 5px 0px;

	padding: 15px 10px;

	text-align:left;

}

.twoColFixRt #mainContent { 

	color:#000000;

	margin: 5px 230px 5px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background-color:#FFFFFF;

	width:515px;

	position: relative;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

h1 {
color:#006699;
font-size:18px;
text-transform:uppercase;
letter-spacing:5px;
}

h2 {
text-transform:uppercase;
color:#006699;
font-size: 13px;
letter-spacing: 3px;
}

h3 {
color:#006699;
font-size:14px;
text-transform:uppercase;
text-decoration:underline;
letter-spacing:3px;
}

h5 {
color:#006699;
font-size:10px;
text-transform:uppercase;
}

h3 a {
font-size:14px;
text-transform:uppercase;
letter-spacing:3px;
}

h3 a:link {
color:#006699;
}

h3 a:hover {
color:#6699CC;
}

h3 a:visited {
color:#006699;
}

h3.review_title {
clear: left;
}

#more {

color:#006699;

}

#more:link {

color:#006699;

}

#more:hover {

color:#6699CC;

}

#more:visited {

color:#006699;

}

#thumb {

border:1px solid #666666;

}

#mainthumb {

border:1px solid #666666;

margin:0px 10px 0px 10px;

}

#specs {

margin:0px 7px 0px 0px;

}

.redfont {

color: #FF0000;

}

#demolabels {

font-size:10px;

}

#imgcap-r {

color:#006699;

font-size:12px;

float:right;

margin:0px 10px 10px 10px;

width:210px;

}

#imgcap-l {

color:#006699;

font-size:12px;

float:left;

margin:0px 10px 25px 10px;

width:210px;

}

#imgcap-c {

color:#006699;

font-size:12px;

text-align:center;

margin:10px 10px 25px 10px;

width:250px;

}

#imgl {

float:left;

margin:10px;

}

#imgr {

float:right;

margin:10px;

}

#imgcap-rlg {

color:#006699;

font-size:12px;

float:right;

margin:0px 10px 10px 20px;

width:280px;

}

#projectimg img {

border:1px solid #333333;

}

#pagination a {

color:#006699;

}


#pagination a:hover {

color:#0099CC;

text-decoration:underline;

background-color:#CCCCCC;

}

#pagination {

background-color:#CCCCCC;

}

#sidecom a {

color:#006699;

}

#sidecom a:hover {

color:#6699CC;

}

#submenu a {

font-size:12px;

}

#submenu a:hover {

color:#CCCCCC;

}

#submenu {

padding:10px 0px;

}

.submenu-item {

padding:10px;

width:150px;

}

.astrix {

color:#CC0000;

}

.faqlink a:hover {

text-decoration:underline;

}
/*css tabs */
#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #666666; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

#filesnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */

border-bottom: 1px solid #666666; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 9px 10px; /* THIRD number must change with respect to padding-top (X) below */
}


ul#tabnav li { /* do not change */
display: inline;
}


ul#filesnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}



ul#filesnav li a { /* settings for all tab links */
padding: 10px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #444444; /* set border COLOR as desired; usually matches border color specified in #tabnav */
 /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;

}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #666666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CCCCCC; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #eeeeee; /* set desired hover color */
}


ul#filesnav a:hover { /* settings for hover effect */
background: #F6F6F6; /* set desired hover color */
}


ul#filesnav a:active { /* settings for hover effect */
background: #FFFFFF; /* set desired hover color */
}

ul#filesnav a { /* settings for hover effect */
background: #EEEEEE; /* set desired hover color */
}

/* Activity chart style */
td.monthcount {
background-color: #FFFFFF;
width: 30px;
text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.FixedBackground td {
	padding: 2px;
}

td.orderbox {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#OrderConfirmationForm {
	float: left;
}
