@charset "UTF-8";
body {
	background-color: #cfcfcf;
	margin: 0;
}

font,th,td,p {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #444444;
	font-size: 10pt;
	
}

a:link,a:active,a:visited{
	color : #666;
	text-decoration: none;
}
a:hover		{ text-decoration: none; color : #FF9900; }

.nav			{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #666;
}
a.nav			{
	text-decoration: none;
	color : #666;
}
a.nav:hover		{
	text-decoration: none;
	color: #FF9900;
}

.page			{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #666;
	padding: 10px;
	text-align:left;
}
a.page			{
	text-decoration: none;
	color : #666;
}
a.page:hover		{
	text-decoration: none;
	color: #FF9900;
}
li.nav {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dddddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
li {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 10pt;
	
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.board			{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color : #666666;
}
a.board			{
	text-decoration: none;
	color : #666;
}
a.board:hover		{
	text-decoration: none;
	color: #FF9900;
}
a.board:visited		{
	text-decoration: none;
	color:#990000;
}
.stick			{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color:#FF6600;
}
a.stick			{
	text-decoration: none;
	color : #336699;
}
a.stick:hover		{
	text-decoration: none;
	color:#FF9900;
}
a.showcase			{
	text-decoration: none;
	color : #336699;
}


.cancel,
.star {
	
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	float:right;
	
}
.cancel,
.cancel a {background: url(images/delete.gif) no-repeat 0 0px;}
a.cancel:hover {background: url(images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(images/star.gif) no-repeat 0 0px;}
a.star:hover {background: url(images/star.gif) no-repeat 0 -32px;}

.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	float:right;
		
}
ul.board {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color : #666;
}
li.board {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 8pt;
	color : #666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dddddd;
	width: 500px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
li.feature {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 8pt;
	color : #666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dddddd;
	width: 260px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
tr.board {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 8pt;
	color : #666;
	width: 500px;
}
td.board {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 8pt;
	color : #666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dddddd;
	
}
tr.showcase {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 8pt;
	color : #666;
	width: 500px;
	background:#CCC;
}
.memberName {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #666 ;
}
.normal {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color : #666 ;
}
.warning {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color:#990000;
}
.quote {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #444444;
	background:#fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#f3f3f3;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin:10px 20px 20px 20px ;
}
.textbox {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #444444;
	background:#fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#f3f3f3;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	text-align: left;
	padding: 5px 5px 5px 5px;
	width:400px;	
}
.inputtext {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #444444;
	background:#fafafa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid;
	border-top-color:#cdcdcd;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#f3f3f3;
	text-align: left;
}
.textPanel {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #FF9900;
	background:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#f3f3f3;
	border-left-color:#cfcfcf;
	border-right-color:#cfcfcf;
	border-bottom-color:#cdcdcd;
	text-align: left;
	padding: 10px 10px 10px 10px;
	width:390px;
	text-align:center;
}
.prefacePanel {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color:#666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px dotted #eee;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
}
.feature			{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #666;
	margin-left:10px;
}
.title			{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color : #666;
	margin-bottom:15px;
}
.description{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color : #333;
	padding: 10px 10px 10px 20px;
}
.answerNo {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #CCC;
	margin-left: 5px;
	text-align:left;
}

.bottomdetails			{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color : #666666;
	margin:10px 0px 0px 0px;
	text-align:right;
}
a.bottomdetails			{
	text-decoration: none;
	color : #3366FF;
}
a.bottomdetails:hover		{
	text-decoration: none;
	color: #FF9900;
}
a.bottomdetails:visited		{
	text-decoration: none;
	color: #3366FF;
}
a.zoom			{
	border:0px;
	color: #FFFFFF;
}
.image{
	margin: 20px 0px 20px 0px;
	
}
.comment{
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 560px;

}
#topicFrame {
	background:#fff;
	width: 560px;
	padding:0px 10px 5px 10px;	
}
#formComment {
	width: 560px;
	background:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}
#statusMain {
	width: 560px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	text-align:center;
	display:none;
}
#loader{
	background-image:url(../../../image/loader.gif);
	height:16px;
	width:16px;
	display:none;
}
#wrapper {
	width: 924px;
	clear: both;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 70px;
	width: 900px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	
}
#header_top {
	height: 0px;
	
}
#header_banner {
	height: 50px;
	text-align:left;
	
}
#header_bottom {
	text-align:center;
	
}



#banner_wrapper{
	width: 922px;
}
#banner_left{

	width:550px;
}
#banner_right{
	width:580px;
	margin-bottom: 10px;
}
#content{
	
	width: 900px;
	margin: 10px 10px 10px 0px;
	
}
#mainContent {
	width: 580px;
	float: left;

}
#sidebar{
	width:305px;
	float:right;
}
#sidebarLeft {
	width: 130px;
	text-align: left;
	float: left;
}
#sidebarRight {
	width: 138px;
	float: left;
}
#menubox{
	width:315px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0px;
}
#video {
	
	margin: 0px 0px 20px 0px;
	text-align:center;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#videobox{
	width:325px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
}
#featurebox{
	width:315px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0px;
}
#loginPanel{
	width:325px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
}
#controlPanel{
	width:560px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	padding:10px;
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #666 ;
	text-align:left;
}

#footer {
	clear: both;
	height: 20px;
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
}
#boardNew {
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px dotted #eee;
	margin-top:10px;
	margin-bottom: 10px;
	width: 548px;
}
#boardFrame {
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 570px;
	padding:10px 10px 10px 0px;
}
#boardLastReplyFrame {
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 570px;
	padding:10px 10px 0px 0px;
}
#statusBox {	
	width: 900px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	text-align:center;
}
#formFrame {
	width: 900px;
	background:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}
#userStatus {
	width:325px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	text-align:center;
}
#techPanel {
	display:none;
}
#embededPanel {
	display:block;
}
#avatarbox{
	width:50px;
	border: 1px solid;
	border-color:#eee;
	text-align:right;
	float:right;
	padding: 0px 5px 20px 5px;
	margin-right:20px;
}
.thumbbox{
	width:50px;
	background:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	border-top-color:#fff;
	border-left-color:#ebebeb;
	border-right-color:#ebebeb;
	border-bottom-color:#cdcdcd;
	text-align:center;
	padding:5px 0px 5px 0px;
}
/* caption styling */

.caption-top, .caption-bottom {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #FFF;
	padding: 1.2em;	
	font-weight: normal;
	font-size: 10pt;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 0px 0px;
}
.caption-bottom {
   border-width: 0px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {

	
}
br.c { clear: both; }

/* ------------------------------------*/