body {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	height:100%;
}

select{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
}
td{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}


	A:link {
	text-decoration: none;
	color: #0066FF;
}
	A:visited {
	color:#0066FF;
	text-decoration: none;
}
	A:hover {
	color:#669900;
	text-decoration: underline;
}

.topwebbg{
	background-image: url(images/bg_head_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.downwebbg{
	background-image: url(images/bg_head_down.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f1f7f8;
}

.footerbg{
	height: 60px;
	background-image: url(images/footer_downbg.gif);
	background-repeat: repeat-x;
}

.bodyrightbg{
	height: 100%;
	background-image: url(images/bodycn_bgr.gif);
	background-repeat: repeat-y;
}

.bodybg{
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: top;
}
/*-- Main Menu --*/

a.mainmenu, a.mainmenu:link , a.mainmenu:visited {
	background-position: 0 0;!important;	
	color: #000000;	
}
 a.mainmenu span{
	/*background-image: url(../images/mtab_normal.gif);*/
	/*background-repeat: no-repeat;*/
	display: block;
	height: 20px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	
}

 a.mainmenu:hover {	
	background-position: 0 0; !important;
	cursor:hand;	
}

 a.mainmenu:hover span {
	background-image: url(images/bg_over.gif);
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FF3300;
	border: 1px solid #d4e593;
	padding:0px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.title{
	font-weight: bold;
	color: #FF6600;
	font-size: 13px;
}
.title_xl{
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
}

h1 .title_page{
	font-weight: bold;
	color: #FF6600;
	font-size: 15px;
}
.title2{
	font-weight: bold;
	color: #669933;
	font-size: 13px;
}


.hGreenLine{
	background-image: url(images/dash_green_line.gif);
	background-repeat: repeat-x;
	height: 5px;
	background-position: center;
}

.frmbg{
	background-image: url(images/frm_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f8f8f8;
}
.txtbox{
	border: 1px solid #999999;
}

.buttonStyle{
	background-image: url(images/bg_button.gif);
	background-repeat: repeat-x;
	height:25px;
	border: 1px solid #698704;
	background-position: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial,Tahoma;
}

.toolset{
	border: 1px solid #D7D7D7;
	background-image: url(images/bg_tools_set.gif);
	background-repeat: repeat-x;
	height: 45px;
}
/*****************/
/*** Tab Style ***/
/*****************/
.tabContainer{
	margin-top:5px;
	margin-left:5px;	
	width:100%;
		
}
.activeLeftSheet{
	background-image: url(images/tab_actleft.gif);
	background-repeat: no-repeat;
	height: 27px;
	width:5px;
	background-position: left;	
	table-layout:fixed;
}
.activeRightSheet{
	background-image: url(images/tab_actright.gif);
	background-repeat: no-repeat;
	height: 27px;
	width:5px;
	background-position: right;	
	table-layout:fixed;
}
.activeSheet{
	background-image: url(images/tab_actbg.gif);
	background-repeat: repeat-x;
	height: 27px;
	font-weight: bold;
	color: #0033CC;
}

.inactiveLeftSheet{
	background-image: url(images/tab_inactleft.gif);
	background-repeat: no-repeat;
	height: 27px;
	width:5px;
	table-layout:fixed;
	background-position: left;
}
.inactiveRightSheet{
	background-image: url(images/tab_inactright.gif);
	background-repeat: no-repeat;
	height: 27px;
	width:5px;
	table-layout:fixed;
	background-position: right;
}
.inactiveSheet{
	background-image: url(images/tab_inactbg.gif);
	background-repeat: repeat-x;
	height: 27px;
	
}

.hoverLeftSheet{
	background-image: url(images/tab_overleft.gif);
	background-repeat: no-repeat;
	height: 27px;
	width:5px;
	table-layout:fixed;
	background-position: left;
}
.hoverRightSheet{
	background-image: url(images/tab_overright.gif);
	background-repeat: no-repeat;
	height: 27px;
	width:5px;
	table-layout:fixed;
	background-position: left;
}
.hoverSheet{
	background-image: url(images/tab_overbg.gif);
	background-repeat: repeat-x;
	height: 27px;	
	background-position: top;	
}

.tabTopBG{
	background-image: url(images/tab_spacebg.gif);
	background-repeat: repeat-x;
	height: 27px;	
}
.tabSpace{
	width: 3px;
}

.tabBody{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #afdaef;
	border-bottom-color: #afdaef;
	border-left-color: #afdaef;
}
/* --  End Tab Style --*/


.product_pic{
	background-image: url(images/scriptartist_box.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 123px;
	background-position: right top;
}

.product_info{
	background-image: url(images/scriptartist_info.gif);
	background-repeat: no-repeat;	
	background-position: left top;
}
.product_info_txt{
	margin-top: 25px;
	margin-left: 5px;
	width:255px;
}
.product_buttons{
	margin-top: 25px;
	margin-left: 15px;
	
}
.vline{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.redText{
	font-size: 12px;
	color: #FF0000;
}
.commentText{
font-size: 10px;
}

.bannerdownload{
	background-image: url(images/banner_download.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 694px;
}
.headGrid{
	background-image: url(images/bg_grid.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 22px;
}

.headGrid2{
	background-image: url(images/tb_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 31px;
	font-weight: bold;
	color: #FFFFFF;
}
.leftGrid2{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#BCCF78;
}
.rightGrid2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCCF78;
}
.downGrid2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCCF78;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCCF78;
	border-left-color: #BCCF78;
}
.awardsDownBG{
	background-image: url(images/awarddown_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}