body{
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:Verdana;
}

input{
	color:#333;  
	border:solid 1px #dcdcdc;
	padding:2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.instant_comment
{
	color:#333;  
	border:solid 1px #dcdcdc;
	margin-left:0px;
	
}
.featuredShortDesc
{
	height:113px;
	font-size:11px;
	font-family:Verdana;
}
.logintext{
	color:#fff;  
	border:solid 1px #34393e;
	background:#a1a6ab;
	padding:2px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:25px;
	
}

.passwordtext
{
	color:#fff;  
	border:solid 1px #34393e;
	background:#a1a6ab;
	padding:2px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:25px;
	margin-top:7px;
}

img a
{
	border:none;
}

a{
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#002d41;
	
}
a:hover{
	text-decoration:underline;
	color:#000;
}

.header{
	background:url(images/header.jpg) repeat-x;
	widows:100%;
	height:91px;
}

.search_bg{
	background:url(images/search_mid.jpg) repeat-x;
	height:43px;
	width:272px;
}

.menu{
	background:url(images/menu_bg.jpg) repeat-x;
	width:100%;
	height:45px;
	text-align:center;
}

.menu td{
	text-align:center;
}

.menu a{
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS"
	
}

.login_title{
	background:url(images/logintitle_bg.jpg) repeat-x;
	width:265px;
	height:45px;
	color:#fff;
	font:20px Trebuchet MS;
	text-align:center;
}

.login_title a{
	width:265px;
	height:45px;
	color:#fff;
	font:20px Trebuchet MS;
	line-height:40px;
	text-align:center;
}


.login_top{
	height:28px;
}

.button{
	background:url(images/button.jpg) repeat-x;
	height:28px;
	width:100px;
	text-decoration:none;
	border:1px solid #ccc;
	text-align:center;
	color:#003366;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:0px;
	cursor:pointer;
}

.quotes{
	padding-top:30px;
	
}

.midcontent{
	background:url(images/content_bg.jpg) repeat-x top;
	min-height:730px;
	width:100%;
}

.top10{
	border:1px solid #ececec;
	padding-left:10px;
	vertical-align:top;
	width:240px;
	text-align:left;
}

.blue_sap{
	background:url(images/blue_sep.jpg) repeat-x;
	width:920px;
	height:8px;
}

.shadow_right{
	background:url(images/shadow_right.jpg) repeat-y;
	height:100%;
	width:8px;
}

.shadow_botright{
	background:url(images/shadow_botright.jpg) no-repeat;
	height:13px;
	width:8px;
}

.shadow_bottom{
	background:url(images/shadow_bottom.jpg) repeat-x;
	height:13px;
}

.shadow_botleft{
	background:url(images/shadow_botleft.jpg) repeat-x;
	height:13px;
	width:8px;
}

.content{
	padding:10px;
}

.left_bor{
	border-left:1px solid #f6f6f6;
	vertical-align:top;
}

.title{
	font-weight:bold;
	font:20px Trebuchet MS;
	margin:0px;
	color:#333333;
	clear:both;
	margin:10px 0px 0px 8px;
	line-height:30px;
}

.norm_text{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin:0px;
	 
}

.more{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	float:right;
	margin:10px;
	
	
}
.moreLink{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	display:inline
	
}
.Top10title{
	
	font-weight:bold;
	
}
.box_title{
	font:18px Trebuchet MS;
	color:#002c58;
	padding: 10px 10px 0px 10px;
	margin-left:10px;
	text-align:center;
}

.box_mid{
	background:url(images/box_mid.jpg) repeat-x;
	height:151px;
	width:125px;
	font-size:12px;
	
}
.box_mid a{
	font-weight:bold;
	
}
.simple_box{
	background:url(images/simplebox_mid.jpg) repeat-x;
	width:235px;
	height:181px;
}

.space{
	height:164px;
}

.footer{
	background:url(images/footer.jpg) repeat-x bottom;
	height:244px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#052637;
	vertical-align:top;
}

.searchFormFields
{
	width:400px;
	
}
.searchFormFields div
{
	padding:4px;
}


.tableLabel
{
	width:150px;
}

.messageBox
{
	color: red;
	border: 1px solid #FFCC00;
	padding: 4;
	background: #FFFFCC;
	width: 99%;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
}

.messageBoxOK
{
	color: green;
	border: 1px solid #BDF28E;
	padding: 5;
	background: #EAF7AC;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}



/*START for grids */
.GridTable
{
	border:solid 1px #dcdcdc;
	width:100%;	
}	
.GridTable thead th {
	white-space: nowrap;
	overflow-x:hidden;
	padding: 3px;
	font-size:12px;
	font-family:Verdana;
	text-align:left;
}

.GridTable tbody td {
	padding: 3px;
	font-size:11px;
	font-family:Verdana;
	text-align:left;
}
.GridTable1
{
	border:solid 1px #dcdcdc;
	width:100%;	
}	
.GridTable1 thead th {
	white-space: nowrap;
	overflow-x:hidden;
	padding: 3px;
	font-size:12px;
	font-family:Verdana;
	text-align:left;
}

.GridTable1 tbody td {
	padding: 3px;
	font-size:11px;
	font-family:Verdana;
	text-align:left;
}
 

/*END for grids */

/* New classes for preview page*/

.proj_img{
	background:url(../images/proj_img_mid.jpg) repeat-y;
	width:211px;
	min-height:165px;
	
	}
.scr
{
	width:200px;
	height:180px;
	padding:10px auto;
}

.rating_mid{
	background:url(../images/rating_mid.jpg) repeat-x;
	width:195px;
	height:33px;
}

.graybar_mid{
	background:url(../images/graybar_mid.jpg) repeat-x;
	height:33px;
	width:100%;
}

.yellow_mid{
	background:url(../images/yellow_mid.jpg);
	width:350px;
	height:185px;
	color:#174B73;
	vertical-align:top
}

.techbox_title{
	background:url(../images/techbox_top.jpg) no-repeat;
	height:46px;
	width:257px;
	text-align:left;
	padding-left:15px;
	font: 14px Verdana;
	line-height:50px;
	font-weight:bold;
	color:#0e3257;
}
.myAccount_title{
	background:url(../images/top_bar.jpg) no-repeat;
	height:46px;
	width:184px;
	text-align:left;
	padding-left:15px;
	font: 14px Verdana;
	line-height:50px;
	font-weight:bold;
	color:#0e3257;
}
.preview_title{
	
	
	font: 12px Verdana;
	color:#0e3257;
}
.techbox_mid{
	background:url(../images/techbox_mid.jpg) repeat-y;
	width:257px;
	min-height:120px;
	font-weight:bold;
	font-size:14px;
}
.techbox_mid_resource{
	background:url(../images/techbox_mid.jpg) repeat-y;
	width:257px;
	min-height:120px;
	font-size:12px;
}
.techbox_mid a{
	
	font-weight:bold;
	font-size:14px;
	color:#274678;
}

.myAccount_mid{
	background:url(../images/mid_bar.jpg) repeat-y;
	width:184px;
	min-height:120px;
}
.techbox_mid div{
	margin:10px 5px 0px 10px;
}

.module_title{
	color:#333;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:40%;
	vertical-align:top;
	
}

.mod_title{
	color:#15426e;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

.dotted_line{
	border-top:1px dashed #c6c6c6;
	border-bottom:1px dashed #c6c6c6;
	background:#e6f1f7;
	vertical-align:top 
}

.box_border{
	border:1px solid #c6c6c6;
	padding:5px;
	margin:5px;
}

.view_demo{
	background:url(../images/viewdemo.jpg);
	width:128px;
	height:31px;
	border:none;
	text-decoration:none;
}

.orange_bullet{
	background:url(../images/orange_bullets.jpg) no-repeat;
	width:10px;
	height:15px;
}

.blue_bullets{
	background:url(../images/bullet.jpg) no-repeat;
	width:16px;
	height:20px;
}

.cart{
	background:url(../images/addtocart.jpg) no-repeat;
	width:90px;
	height:23px;
	text-decoration:none;
	border:none;
	text-align:right;
	cursor:pointer;
}

.spacing{
	padding-top:56px;
}

.login_topimg{
	height:11px;
	width:995px;
	margin-left:4px;
}

/*END for preview classes */

.clsHidden
{
	display:none;
	}
	
/* Top Messagebox  	


#message_box {
position: fixed;
top: 0; left: 0;
z-index: 10;
background:#ffc;
padding:5px;
border:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
width:99%;
}
	*/
.hline
{
	border-bottom:1px dotted #ccc;
	margin:5px;
	padding:2px;
	line-height:25px;
	width:100%;
}
.SellProjectTitle
{
	font-size:16px;
	color:Orange;
	font-weight:bold;
}	
.more
{
	font-size:10px;
	color:Orange;
}	
.discountBox
{
	border-width:1px;	
	background-color:Yellow;
	width:200px;
	height:30px;
	padding:5px;
}
.discountText
{
	color:Red;
	font-weight:bold;
}
.discValidText
{
	color:Red;
	font-style:italic;
}
.discount{
	background:#CC0000; 
	border:1px dotted #FFCC00; 
	color:#FFFFFF; padding:3px;
	width:200px;

}	
.progress
{
	color:#993300;
}	
.CartHeader
{
	background:url(/images/title_strip.jpg) repeat-x;
	font-weight:bold;
	color:#004467;
	font-size:12px;
	width:450px;
	height:29px;
	
}	
.CartTotal{
	background:#FFFFCC;
	border-top:1px dotted #FF9900;
	border-bottom:1px dotted #FF9900;
	padding:2px;
	font-size:13px;
	margin:10px;
	height:80px;
	line-height:20px;
	font-weight:bold;
	color:#0f3153;
	
}
.button_large{
	background:url(/images/button_blue_large.jpg);
	height:28px;
	width:128px;
	border:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.title1
{
	font-size:16px;
	color:#ff8916;
	font-weight:bold;
	
}
.noRecords
{
	color:Red;
	padding:20px;
	margin:5px;
	font-size:12px;	
	
}
.cartsummary
{
	font-weight:bold;
	
	
	
	}
	.popupDetails		
{	padding:0px;
	background:whitesmoke;	
}

.popupDetails thead		
{
	padding:2px;
	background:#dcdcdc;	
}

.pop td
{
	font:12px verdana;
	color:#003399;
	background:#ccc;
}

.top_login
{
	height:10px; 
	background:#f6f6f6;
	width:272px;
	margin-top:17px;
	float:right;
}

.login_midbg
{
	background:url(/images/mid_login.jpg) no-repeat;
	width:271px;
	height:44px;
	color:#fff;
	font:20px "Trebuchet MS";
	color:#fff;
	line-height:30px;
}

.login_midbg a
{
	color:#fff;
	line-height:44px;
	font:20px "Trebuchet MS";
	line-height:30px;
}

.login_bg{
	background:url(images/login_botmid.jpg) repeat-x;
	min-height:136px;
	width:256px;
	vertical-align:top;
	 
}



.loginbox_bottom
{
	background:url(images/bot_login.jpg) repeat-x;
	height:129px;
	width:272px;
}

.bullets div
{
	background:url(../images/orange_bullets.jpg) no-repeat;
	font-size:12px;
	line-height:17px;
	padding-left:20px;
	color:#666;
}

.resourcebullets 
{
	background:url(../images/orange_bullets.jpg) no-repeat;
	font-size:12px;
	line-height:17px;
	padding-left:20px;
	color:#666;
	list-style-type:none;
}
.footerbullets 
{
	background:url(../images/footer_bullets.gif) no-repeat;
	font-size:12px;
	line-height:17px;
	padding-left:20px;
	color:#666;
	list-style-type:none;
}
.searchedBy
{
	color:Purple;
	font-size:12px;
	}
.WhiteLink a
{
	color:#fff;
	font-size:12px
	}	
.country
{
	margin-left:0px;
}
.line
{
border-top:1px solid black; height:3px; padding-bottom:0px; padding-top:0px;
}