/* CSS Document 
* {
	margin: 0;
}
body {
	background:#FFFFFF;
	width:1024px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	font-family:"lucida Grande",arial,verdana;
	font-size:10px;
}
*/
#wrapper {
	margin:0 auto;
}
.cust_img_holder {
	float:left;
	width:50%;
}
.error_message_small {
	width: 100%;
}

.error_desc {
	color: black;
	font-size: 8pt;
	font-family: 'georgia', 'Verdana', sans-serif;
}

.login {
	width: 192px;
	margin-bottom: 0px;
	border: 1px solid #4291c6;
	color: #707070;
	font-size: 1em;
}

.main_first_div {
	float: left;
	width: 20%;
	height: 600px;
	padding-top:10px;
	padding-left:10px;
}

.main_second_div {
	float: right;
	width: 77.5%;
	height: 600px;
	padding-top:10px;
	padding-right:10px;
}

.sub_title {
	align: center;
	color: #336699;
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
}
.sub_title_bg {
	background:#CDE9FB;/*#B3B6BB;*/
	height:22px;
	/*padding-top:5px;*/
}	
.sub_text {
	color: #006699;
	font-size: 11px;
}

.left_div {
	height: 250px;
	padding-left: 2px;
	padding-right: 5px;
}

.info_bar {
	height: 80px;
	background-image: url(/public/images/tab_gr2.png);
	background-repeat: repeat-x;
	padding-top: 18px;
	padding-left: 25px;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	width: 96.9%;
}

/* bar on products page*/
.info_bar_prod {
	height: 80px;
	background-image: url(/public/images/prod_bar.gif);
	background-repeat: repeat-x;
	padding-top: 18px;
	padding-left: 15px;
	padding-right:8px;
	color: #EEEEEE;
	font-weight: bold;
	font-size: 13px;
	width: 97%;
	font-family:Arial;
}

.chotu_box {
	height: 200px;
	float: left;
	width: 30%;
	padding-left: 5px;
	padding-right: 2px;
}
.sub_title_small_home {
	align: center;
	color: #333333;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding-left:12px;
}
.sub_title_small {
	align: center;
	color: #666666;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	padding-left:0px;
}

.sub_title_small a{
	align: center;
	color: #336699;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	text-decoration:underline;
}

.sub_text_small {
	color: #666666;/*#1D7BBF;*/
	font-size: 12.5px;
	font-family:arial;
	word-spacing:0.05em;
}

.sub_text_small a{
	align: center;
	color: #336699;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	text-decoration:underline;
}

.middle_text {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	font-family:'arial';
	padding-left:12px;
}

.blockseparator { 
	height:-1px;
	padding-top:3px;
	padding-top: 3px;
}

.separator {
	padding-top: 3px;
	margin-top: 18px;
	border-top: #006699 1px solid;
	width: 100%;
}

.three_col {
	height: 353px;
	float: left;
	width: 48%;
	padding-left: 5px;
	padding-right: 2px;
}

.content_col {
	padding-right: 8px;
	padding-bottom:10px;
	
}

.bottom_bar {
	height: 230px;
	float: left;
	width: 91.34%;
	padding-left: 5px;
	padding-right: 2px;
	background-color: #F5F5F5;
}

#header {
	height:70px;
	margin:0 auto;
	width:1000px;
    border-right:0px solid #006699;
    border-left:0px solid #006699;
    border-bottom:0px solid #006699;
}

#nav {
	height: 30px;
}

.title {
	margin-top: 30px;
	margin-left: -800px;
	margin-right: 600px;
	color: #006699;
	font-size: 18pt;
}

#top-nav {
	background-image: url();
	background-repeat: repeat-x;
	height: 20px;
	margin-left: 160px;
	margin-right: 0%;
	text-align: left;
	width: 85%;
	margin-top:5px;
}

#top-nav ul {
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
	/* keeps the inline,floated li's from spilling out when the browser window is sqeesed horiz. */
}

#top-nav ul li {
	display: inline;
	list-style: none;
}

#top-nav ul li a {
	float: left;
	color: #1D7BBF;
	display: block;
	/* allows the box of the "button" to be clickable,not just the html text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 0px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: center;
	text-decoration: none;
}

#top-nav ul li a#current-tn,#top-nav ul li b a {
	background-color: #1D7BBF;
	color: #FFFFFF;
}

#top-nav ul li.selected a {
	background: #1D7BBF  top repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*border-radius: 10px;
	/*behavior:url(./border-radius.htc);*/*/
	border: 1px solid #ABB2BC;
	color: #FFFFFF;
}

#top-nav ul li a:hover {
	text-decoration:underline;
}

#top-nav-wrap {
	height:41px;
	width:75%;
	color:#006699;
	float:right;
	padding-top:0px;
}

#left-nav {
	width: 100%;
	padding-top: 0;
	height: 150px;
	margin-left: -3px;
	background-repeat: repeat-x;
	vertical-align: top;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/*behavior:url(./border-radius.htc);*/
}

#left-nav h1 {
	margin: 0;
	padding: 0;
}

#left-nav h1 a {
	height: 21px; /* 31 - 5  - 5= 21 */
	color: #FFF; /*339999 is the corporate color! */
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-color: #474747;
	background-image: url(/public/images/left_nav_header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	color: #FFF;
	display: block;
	line-height: 1;
}

#left-nav h1 a:hover {
	text-decoration: none;
	color: #000;
}

#left-nav ul {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
}

#left-nav ul li {
	display: inline; /* IE hack for displaying line breaks in code */
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial;
}

#left-nav ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 17px;
	margin: 0;
	border-bottom: 1px solid #CCC;
	background-color: #f5f5f5;
	text-decoration: none;
}

#left-nav ul li a:hover {
	background: #778a93 url(/public/images/left_nav_hover.png) 0 0 repeat-x;
	text-decoration: none;
	color: #FFF;
}

#left-nav ul li b a {
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#left-nav ul li.selected a {
	background: #778a93 url(/public/images/left_nav_hover.png) 0 0 repeat-x;
	text-decoration: none;
	color: #FFF;
}

#left-nav ul li p {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 17px;
	margin: 0;
	border-bottom: 1px solid #ADD6D6;
	background-color: #EAF3F2;
}

.infoholder {
	margin: 0px 10px 0px 0px;
	padding-bottom: 5px;
	/*increased to avoid clearing right 
	  (which brings the ads to the bottom, 
	  if provided clear it tends to mix up 
	  areas in IE)*/
	width: 100%;
	margin-left:5px;
	/*border:1px solid black;/* #F7F7F7;*/
}

.new-nav {
		background:#FAFAFA;
		padding:5px;
		text-align:right;
		margin-left:580px;
		height:25px;
	}
.new-nav-contents {
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
		font-family:arial;
		float:left;
		width:30%;
	}	
.page-title {
	font-size:13px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #888888;
	background:url(/public/images/title.jpg) repeat-y;
}
.gyaan {
	font-size:13px;
}
.new-nav-contents-link {
		font-weight:normal;
		letter-spacing:0.02em;
		color:#1d7bbf;
		float:left;
		width:70%;
	}
.field-name {
	color: #006699;
	float: left;
	margin-right: 2%;
	text-align: left;
	width: 18%;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

.fieldtext {
	font-size: 12px;
	line-height: 17px;
	margin-top: 6px;
	display: inline;
	width: 60%;
}

textarea.largeinput {
	width: 93%;
	height: 150px;
}

input.mediuminput,select.mediuminput {
	width: 60%;
}

.login_box,.create_network_box {
	border: 1px solid #BBBBBB;
	padding:10px 24px 20px;
	margin-top: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.create_network_box {
	
}	
.login-label {
		font-size:15px;
		color:#1d7bbf;
		font-weight:bold;
		text-align:center;
}
.txt-box-holder {
	margin-top:5px;
}
.txt-box {
	width:95%;
	border:1px solid #BBBBBB;
	background:url(/public/images/txt_box.jpg) repeat-x;
	height:30px;
	font-size:1.7em;
}	
.login_box_small {
	border: 1px solid #BBBBBB;
	padding: 5px;
	width:270px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:white;
	clear:both;
}
#tooltip {
	position: absolute;
	border: 1px solid #333333;
	background: #006699;
	padding: 3px 3px;
	color: #ffffff;
	display: none;
	z-index: 100;
	margin-top: -18px;
	margin-left: -18px;
}
.label-text {
	font-size:1.7em;
	color:#000000;
}
.login-page {
	width:100%;
	padding:10px;
	background:#FFFFFF;
	}
.create_network_panel {
	margin: 0 10px 0 auto;
	overflow: hidden;
	padding: 0px 0 0;
	width: 28%;
	float:right;
	background:#FAFAFA;
}
.essential-info {
		float:left;
		width:69%;
		margin-right:10px;
		font-size:1.3em;
		line-height:1.4em;
		text-align:justify;
	}
#left-nav ul ul {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#left-nav ul li ul li {
	font-size: 90%;
}

#left-nav ul li ul li a,#left-nav ul li.selected ul li a {
	background: #F5F5F5 none repeat scroll 0 0;
	color: #000000;
	display: block;
	padding: 7px 7px 7px 30px;
	text-decoration: none;
}

#left-nav ul li ul li.selected a {
	background: #D9D8D5 url(/public/images/left_nav_arrow.png) no-repeat
		scroll 15px 50%;
	text-decoration: none;
	color: #000000;
}

#left-nav ul li ul li a:hover {
	background-color: #D9D8D5;
	text-decoration: none;
}

.formHeading {
	font-weight: normal;
	font-size: 16pt; /*14pt;*/
	color: #F16E04; /*#333399;*/
	padding-left: 4px;
	padding-top: 2px;
}
legend {
	font-size:13px;
}
.mailus {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	border-top:1px dotted #1D7BBF;
}
.toppadder {
	min-width: 5px;
	padding-top:10px;
	
}

.toppadder1 {
	min-width: 1px;
	padding-top: 7px;
}

.chotapadder {
	min-width: 5px;
	padding-top:0px;
}

.field-errata {
	width: 49%;
	float: right;
	margin-top: 5px;
}

h3.textboxlabel {
	font-family: "arial","Verdana", sans-serif;
	font-weight: bold;
	color: #006699; /*#6D6E71; /*#A9A7AC;*/
	text-transform: none;
	font-size: 9pt;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	margin: 0px auto 0 0;
	padding: 5px 0px 0px 5px;
}

.buttonHolder {
	padding-top: 4px;
	padding-left: 30%;
	padding-bottom: 60px;
}

div.seperator { 
	margin-top:-10px;
	padding-top:3px;
	border-bottom: 1px solid #F5F5F5;
	width: 100%;
}

.t{
	width: 98.5%;
	background: #FFFFFF 0 0 repeat-x;
}

.b {
	width: 100%;
}

.l {
	width: 100%;
}

.r {
	width: 100%;
}

.tr {
	padding: 10px;
}

.cb {
	clear: both;
}

.info_holder {
	font-size: 6.5pt;
	color: #006699;
	position: absolute;
	margin-top: -0.4%;
	width: 600px;
	font-family: verdana;
}

.buttonborder {
	text-align: center !important;
	background: url("/public/images/bg_btn.png") repeat-x;
	border-style: none;
	font-family: "arial", sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	height: 22px;
	padding: 0px 0px 2px 0px;
	margin-right: 2px;
	width: 84px;
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.top_box {
	height:210px;
	width: 100%;
	padding-top:15px;
	padding-bottom:10px;
	/*background:#FFFFFF;*/
	clear:both;
	margin-left:25px;
}

.bottom_box {
	height: 378px;
	padding-top: 0px;
	clear:both;
	/*background:#FFFFFF;*/
	padding-left:23px;
}

.bottom_most_box {
	clear:both;
	height:120px;
	margin-top:325px;
	padding-left:25px;
	padding-top:10px;
	position:absolute;
	width:670px;
	border-top: 1px solid #eeeeee;
}
.top_box1 {
	width: 23%;
	float: left;
	background-color: #F8F8F8;
	height: 265px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;

}

.top_box2 {
	width: 72%;
	float: left;
	/*border-right: 5px solid #ffffff;*/
	padding-right:5px;
/*	padding-left:17px;*/
}

.top_box3 {
	width: 26%;
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left:12px;
	height:220px;
	[if Gecko]height:215px;
	[if IE]height:215px;
}
.bottom-combined-box {
	float:left;
	width:75%;
	height:260px;
}	

.bottom_box1 {
	width: 50%;
	float: left;
	padding: 7px;
}

.bottom_box1_style {
	padding: 7px;
	height:260px;
}	
.bottom_box2 {
	float: left;
	padding: 7px;
	width:46%;
}
.bottom_box2_style {
	padding: 7px;
	height:260px;
}	
.bottom_box3 {
	width: 25%;
	float: left;
	padding-right: 0%;
	padding-top: 7px;
	padding-left:0px;
	margin-left:2px;
}

.bottom_box4 {
	width: 22%;
	float: left;
	padding-right: 3%;
	padding-top: 10px;
}

.bottom_separator{
	height:285px;
	margin-top:0px;
	padding-right:2px;
	width:1px;
	float:left;
}
.button_holder{
	background:#FFFFFF;
	padding-left:65px;
}	
.info_home_bar {
	color: #006699;
	font-size: 11px;
	font-weight: 600;
	height: 45px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	[if IE]	width:97.5%;
	[if Gecko] width:92.9%;
}

input.reg_medium {
	width: 250px;
}

/* Validation Decoration Styling. */
.LV_validation_message {
	font-weight: bold;
	font-size: 7.5pt;
}

.LV_invalid {
	color: #CC0000;
	[if Gecko]margin-left:20%;
}

.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active
	{
	border: 1px solid #CC0000;
}

.img_holder {
	padding-bottom: 3px;
	padding-left:10px;
	background:url(/public/images/home_pg_banner.gif) no-repeat;
	height:210px;
}

.data_holder {
	color: #FFFFFF;

	font-weight: bold;
	font-size: 82%;
	padding: 6px 0px 6px 6px;
}

/*this is for the login block*/
.data_holder_login {
	color: #777777;
    font-family:Arial;
	font-weight: bold;
	font-size: 17px;
	padding: 2px 0px 6px 120px;
}
.rem_holder {
	font-size: 8pt;
	margin-left: -12px;
	[if Gecko] margin-left : 0px;
	padding: 0px 0px 0px 0px;
	color:#777777;
}
.login_style {
	padding-left:0px;
	padding-right:0px;
	width:100%;
}
.login_portion {
	padding-left:10px;
	padding-right:10px;
	width:90%;
	
}
.client_img {
	width:30%;
	float:left;
	padding-left:5px;
	padding-right:2px;
}
.customer_title {
	font-size:12px;
	font-weight:bold;
	height:18px;
	padding-bottom:2px;
	text-align:center;
	padding-top:2px;
}
.footer_box {
	float:left;
	width:6%;
	padding-left:8px;
	
}
.footer_separator{
	background:transparent url(/public/images/group_seperator.jpg) repeat-y scroll 0 0;
	height:50px;
	margin-top:0px;
	padding-right:4px;
	width:1px;
	float:left;
}
.neat {
	clear:both;
	padding:0px;
	margin-top:-8px;
	margin-top:-8px;
}

.main_btn {
	background:url(/public/images/sign_up_small.png) no-repeat ;
    height:40px;	
	color:#000000;/*#F0FFB3;*/
	font-size:18px;
	text-align:center;
	padding:6px;
	font-weight:bold;
	font-family:Trebuchet MS;
	margin-left:5px;
	padding-top:7px;
}

.main_btn_oth {
	background:url(/public/images/sign_up_oth.png) no-repeat ;
    height:40px;	
	color:#000000;
	font-size:18px;
	text-align:center;
	padding:6px;
	font-weight:bold;
	font-family:Trebuchet MS;
	margin-left:5px;
	padding-top:6px;
}
.client_holder {
	padding-left:20px;
}
.button_box {
	padding-left:0px;/*20*/
    padding-bottom:15px;
    padding-top:10px;
}
.contact_box {
	padding:3px;
	background:url(/public/images/contact_bg.gif) repeat-x ;
	font-family:arial;
	min-height:200px;
	width:96%;
	float:right;
	margin:5px;
	border:1px solid #DEDFE1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.list_style {
	list-style-image : url(/public/images/pin.gif);
}
.list_style2 {
	list-style-image : url(/public/images/thumb.gif);
}
.icon_holder {
	float:left;
	width:10%;
	padding:2px;
	padding-left:4px;
}
.feature_box {
	width:100%;
	min-height:45px;
}
.feature_text {
	float:right;
	width:88%;
}
/* used in feature page */
.icon_holder_feature {
	float:left;
	width:8%;
	padding:2px;
	padding-left:4px;
}

.icon_holder_solutions {
	float:left;
	width:5%;
	padding:2px;
	padding-left:4px;
}
/* used in feature page */
.feature_text {
	float:left;
	width:85%;
}
.feature_textbox {
	float:left;
	width:85%;
	color:#666666;
}
.feature_text_small {
	float:right;
	width:84%;
}

#main_btn a {
	color:#F0FFB3;
	text-decoration:none;
}

#main_btn a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.prod_first_div {
	float: left;
	width: 18%;
	height: 600px;
	padding-top:10px;
	padding-left:10px;
}

.prod_second_div {
	float: right;
	width: 78%;
	height: 600px;
	[if IE 6.0] width:78%;
	padding-top:10px;
	padding-right:10px;
}

.prod_third_div {
	float: right;
	width: 27%;
	height: 600px;
	padding-top:15px;
}
.pricing_third {
	float: right;
	width: 26%;
	height: 600px;
	padding-top:15px;
}
.title_name {
	color: #006699;
	margin-right: 2%;
	text-align: left;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	font-family:arial;
	line-height:20px;
}
.title_input {
	font-size: 12px;
	line-height: 17px;
	margin-top: 6px;
	display: inline;
	width: 60%;
}
input.medium,select.medium {
	width: 90%;
}

.login_selector {
	padding-top:12px;
	padding-left:6px;
	float:left;
}
.site-seal {
	float:right;
	width:30%;
	padding-top:12px;
}
.login-info-holder {
	width:100%;
	clear:both;
	margin-bottom:75px;
}
.diff-sign-in {
	clear:both;
	width:100%;
}
.login_using {
	font-weight:bold;
	text-align:center;
	font-size:11px;
}

.feature_home_box {
	width:100%;
	min-height:60px;
}

.prod_box {
	float:left;
	width:70%;
	[if IE 6.0] width:67%;
	padding-top:15px;
	padding:8px;
}
.partner_box {
	background:url(/public/images/pricing_box_bg.gif) repeat-x ;
	font-family:arial;
	min-height:200px;
	width:47%;
	float:right;
	margin:5px;
	border:1px solid #DEDFE1;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.partner_name{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#1D7BBF;
}
.partner_logo {
	padding:20px;
	text-align:center;
	min-height:110px;
}
.partner_links {
	text-align:center;
	font-family:arial;
	color:#FFFFFF;
	font-size:10px;
	margin-left:24px;
}
.partner_blog_link {
	float:left;
	width:37%;
	background:transparent url(/public/images/buy-button.gif) repeat-x ;
	padding:3px;
}
.partner_site_link {
	float:left;
	width:37%;
	/*background:#B3D237;*/
	background:transparent url(/public/images/buy-button.gif) repeat-x ;
	padding:3px;
}
.partner_separator {
	float:left;
	width:10%;
}

.solutions_box {
	min-height:140px;
	width:26%;
	float:left;
	padding:20px;
}
.solutions_logo {
	padding:10px;
	text-align:center;
	min-height:80px;
}
.solutions_title {
	font-weight:bold;
	color:#006699;
	font-size:13pt;
	padding:5px;
}

.solutions_desc {
	color:#666666;
	padding:5px;
}
.solutions_heading {
	color:#006699;
	padding:5px;
	font-weight:bold;
	padding-bottom:10px;
}
.pricing_box1 {
	background:url(/public/images/pricing_box_bg.gif) repeat-x ;
	font-family:arial;
	min-height:200px;
	width:46%;
	float:left;
	margin:5px;
	border:1px solid #DEDFE1;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.pricing_box2 {
	background:url(/public/images/pricing_box_bg1.gif) repeat-x ;
	font-family:arial;
	min-height:200px;
	width:46%;
	float:left;
	margin:5px;
	border:1px solid #DEDFE1;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.pricing_name{
	color:#1D7ABF;
	font-weight:bold;
	font-size:20px;
	padding:5px;
}
.pricing_sub_name{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
.pricing_description{
	color:#666666;
	font-weight:normal;
	font-size:12px;
	padding:13px;
	line-height:24px;
}
.pricing_links {
	text-align:center;
	font-family:arial;
	color:#FFFFFF;
	font-size:10px;
	padding-left:50px;
}
.pricing_blog_link {
	float:left;
	width:30%;
	background:#B3D237;
	background:url(/public/images/buy-button.gif) repeat-x ;
	padding:3px;
	cursor:pointer;
}
.pricing_site_link {
	float:left;
	width:30%;
	background:url(/public/images/buy-button.gif) repeat-x ;
	padding:3px;
	cursor:pointer;
}
.pricing_separator {
	float:left;
	width:10%;
}

.prod_affiliate_div {
	float: left;
	width: 90%;
	height: 600px;
	width:88%;
	padding-left:55px;
}

.register_block {
	width:83%;
}
.join-form-container {
	width	: 28%;
	height	: 590px;
	float	: left;
}

.join-form-box {
	background :#EDF2F6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left : 5px;
	padding-top	 : 10px;
	height	: 300px;
	width	: 97%;
}
.join-form-item {
	width	: 100%;
	float	: left;	
	text-align	: center;
	height	: 30px;
	padding-top	: 5px;
}
.join-form-title {
	width	: 40%;
	float	: left;
	text-align : right;
	padding-top	: 3px;
	padding-right: 5px;	
}
.join-form-input {
	width	: 58%;
	float	: left;
	text-align : left;	
}
.join-form-textbox {
	height	: 22px;
}
.join-injs-heading{
	height	: 40px;
	width	: 100%;
	font-size	: 1.8em;
	text-align	: center;
	font-weight	: bold;
	margin-top	: 10px;
	margin-bottom: 10px;
}

.forgot_passwd {
	background:#FFFFFF;
	padding:8px;
	font-size:1.3em;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFFFFF;
	border: 1px solid #ABB2BC;
}

.sub_title_small_about {
	align: center;
	color: #666666;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	padding-left:0px;
	padding-bottom:12px;
}
.sub_text_small_about {
	color: #666666;/*#1D7BBF;*/
	font-size: 12.5px;
	font-family:arial;
	word-spacing:0.05em;
	padding-bottom:12px;
}

.sub_title_about {
	align: center;
	color: #336699;
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	padding-bottom:12px;
}


.main_sign_btn {
	background:url(/public/images/sign_up_main.png) no-repeat ;
	height:60px;
	color:#F0FFB3;
	font-size:20px;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-family:Trebuchet MS;
	width:92%;
	margin-left:5px;

}
.main_sign_btn_oth {
	background:url(/public/images/sign_up_main_oth.png) no-repeat ;
	height:60px;
	color:#F0FFB3;
	font-size:20px;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-family:Trebuchet MS;
	width:93%;
	margin-left:5px;

}
#main_sign_btn a {
	color:#F0FFB3;
	text-decoration:none;
}

#main_sign_btn a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.pricing_first_div {
	float: left;
	width: 18%;
	height: 600px;
}

.pricing_second_div {
	float: left;
	width: 98%;
	/*height: 600px;*/
	[if IE 6.0] width:78%;
	padding:10px;
}

.pricing_third_div {
	float: right;
	width: 100%;
	height: 600px;
	padding-top:15px;
}
.pricing_blog_link a {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.pricing_blog_link a :hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	
}
.pricing_main_box {
	float:left;
	width:72%;
	[if IE 6.0] width:67%;
	padding-top:15px;
	padding-left:5px;
}

.chotu_photo {
	cursor:pointer;
	height:120px;
	width:120px;
	border:1px solid #006699;
	text-align:center;
	padding:10px;
}
.galleria {
	list-style:none;
	width:792px;
}
.galleria li {
	display:block;
	width:166px;
	height:100px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #006699;
	padding:3px;
}

.screenshot_link {
	text-decoration : none;
	color:#777777;
	font-size:12px;
	font-weight:bold;
}
.img_nav {
	text-align:center;
	padding-bottom:5px;
}

.buzz_box {
	width:100%;
	min-height:45px;
	color:#888888;
	font-family:Times New Roman;
	font-weight:bold;
}	
.buzz_date {
	color:#999999;
	font-weight:normal;
}
.buzz_main_box {
	float:left;
	width:69%;
	[if IE 6.0] width:67%;
	padding-top:15px;
	padding-right:12px;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}

.solutions_links {
	text-decoration:none;
	color:#777777;
	font-family:trebuchet MS;
	color:#1D7BBF;
}

.solutions_desc a {
	color:blue;	
}

.question_title {
	align: center;
	color: #336699;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration:underline;
}
.question_title_small {
	align: center;
	color: #666666;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	padding-left:0px;
}

.question_title a{
	align: center;
	color: #336699;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration:underline;
}

.question_title_small {
	align: center;
	color: #1d7bbf;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	padding-left:0px;
}

.question_title_small a{
	align: center;
	color: #336699;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	text-decoration:underline;
}
.question_text_small {
	color: #666666;/*#1D7BBF;*/
	font-size: 12.5px;
	font-family:arial;
	word-spacing:0.05em;
}

.question_text_small a{
	align: center;
	color: #336699;
	font-size: 12px;
	font-family: verdana;
	text-decoration:underline;
}
.question_text_small a:visited{
	align: center;
	color: #f16e0c;
	font-size: 12px;
	font-family: verdana;
	text-decoration:underline;
}

.left_holder {
	float:left;
	padding:8px;
	width:18%
}
.middle_holder {
	float:left;
	padding:9px;
	width:38%;
}
.right_holder {
	float:left;
	padding:11px;
}
.demo_img {
	float:left;
	width:25%;
	padding-top:3px;
}
.demo_txt {
	float:left;
	margin-left:8px;
}

.rem_holder a:hover {
	text-decoration:underline;
}
.login_btn_style {
	background:url(/public/images/lgn_btn.png) ;
	height:22px;
	width:100px;
	-moz-border-radius:5px;
	text-align:center;
	color:#505050;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
	font-family:Arial;
	cursor:pointer;
}

.register_heading {
	background:#CDE9FB;
	-moz-border-radius:10px;
	border:1px solid #006699;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	color:#333333;
}

.register_body {
	background:url(/public/images/reg_box_bg.gif) repeat-x ;
	-moz-border-radius:10px;
	border:1px solid #006699;
	padding-top:10px
}
.space {
	padding-left:10px;
	padding-bottom:10px;
}

.pdf_box {
	float:left;
	padding:5px;
	width:43%;
}
.pdf_name {
	color:#1D7BBF;
	font-size:9px;
}
.pdf_name a {
	color:#1D7BBF;
}	
.pdf_holder {
	padding:10px;
}

.pdf_holder img {
	border:0 none;
}
.cust_logo_holder {
	float:left;
	max-width:20%;
	padding:10px;
}

.big_bar {
	float:left;
	width:100%;
	font-size: 30px;
	padding-top:10px;
}

.software_text {
	height:35px;
	padding-top:10px;
	font-size:22px;
	color:#f16e0c;
	background:#CDE9dB;
	border:1px solid #1d7bbf;
	text-align:center;
	align: center;
	font-family: verdana;
	font-weight: bold;
	padding-left:0px;
	padding-bottom:12px;
	-moz-border-radius:10px;
	-webkit--border-radius:10px;
}	

.software_text_small {
	align: center;
	color: #666666;
	font-size: 14px;
	font-family: verdana;
	padding-left:0px;
	padding-bottom:12px;	
}

.white_paper_holder {
    width: 90%;
	float: left;
	padding-right: 0%;
	padding-top: 7px;
	padding-left:0px;
	margin-left:7px;
	border:1px solid #d2d2d2;
	-moz-border-radius:10px;
	-webkit--border-radius:10px;
}

.leftie {
	float:left;
	margin-top:12px;
	margin-left:4px;
}

.rightie {
	float:right;
	margin-left:6px;
	margin-top:10px;
	width:162px;
}

.download_text {
	color:#1D7BBF;
	font-weight:bold;
	font-size:10px;
	margin-bottom:10px;
}
.wp_txtbox{
	margin-bottom:5px;
}

.error_email {
	color:red;
	font-size:8pt;
	margin-left:8px;
	font-weight:bold;
	font-family:Trebuchet MS;
}

.feature_comm_box {
	width:100%;
	min-height:40px;
}

.icn_holder {
	float:left;
	width:5%;
	padding:2px;
	padding-left:4px;
}


/* for webinar */
.webinar_btn {
	background:url(/public/images/bill-board.png) no-repeat ;
	height:164px;
	color:#000000;
	font-size:16px;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-family:Trebuchet MS;
	width:92%;
	margin-left:5px;

}

.wbnr_left_holder {
	float:left;
	padding:8px;
	width:18%
}
.wbnr_middle_holder {
	float:left;
	width:100%;
	padding-top:12px;
	margin-left:-4px;
}

.events_box {
	background:url(/public/images/pricing_box_bg.gif) repeat-x ;
	font-family:arial;
	min-height:125px;
	width:98%;
	float:left;
	margin:5px;
	border:1px solid #DEDFE1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.event_name{
	color:#1D7ABF;
	font-weight:bold;
	font-size:15px;/*20px;*/
	padding:40px;/*5px;*/
	margin-bottom:4px;
	text-align:center;
}
.event_details_holder {
	width:100%;
	margin-bottom:30px;
}
.event_desc {
	color:#1D7ABF;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	float:left;
	width:55%;
	padding:10px;
}
.events_separator {
	float:left;
	background:transparent url(/public/images/group_seperator.jpg) no-repeat scroll 0 0;
	height:80px;
	width:1px;
}	
.event_time {
	float:left;
	width:35%;
	padding:8px;
	margin-left:10px;
	border:1px solid #006699;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.events_holder {
	width:100%;
}	
.event_left{
	color:#1D7ABF;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin-left:0px;
	float:left;
	width:35%;
}
.event_right{
	color:#1D7ABF;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin-left:0px;
	float:left;
	width:40%;
}
.event_links {
	font-family:arial;
	color:#FFFFFF;
	font-size:10px;
	width:100%;
	margin-left:170px;
}

.event_site_link {
	float:left;
	width:30%;
	background:url(/public/images/buy-button.gif) repeat-x ;
	padding:3px;
	cursor:pointer;
}
	
.press_box {
	background:url(/public/images/pricing_box_bg.gif) repeat-x ;
	font-family:arial;
	min-height:100px;
	width:98%;
	float:left;
	margin:5px;
	border:1px solid #DEDFE1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}	

.title_holder {
	width:100%;
	min-height:37px;
}	
.press_title {
	float:left;
	width:81%;
	padding:5px;
	color:#1d7bbf;
}
.press_date {
	float:left;
	padding:5px;
	font-size:8pt;
	font-weight:bold;
	color:#1d7bbf;
	width:15%;
}
.press_text {
	padding:5px;
	color:#888888;
	font-size:9pt;
	font-weight:bold;
}
.last_line {
	width:100%;
}
.source {
	color:#1d7bbf;
	font-size:9pt;
	padding:5px;
	font-weight:normal;
}
.press_link {
	color:#000000;
	font-size:8pt;
	font-weight:bold;	
}

/* for webinar */
.webinar_btn {
	background:url(/public/images/bill-board.png) no-repeat ;
	height:164px;
	color:#000000;
	font-size:16px;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-family:Trebuchet MS;
	width:92%;
	margin-left:5px;

}

.wbnr_left_holder {
	float:left;
	padding:8px;
	width:18%
}
.wbnr_middle_holder {
	float:left;
	width:100%;
	padding-top:12px;
	margin-left:-4px;
}
.note {
	padding-top:10px;
	font-size:12px;
	font-weight:normal;
}
.pricing-new {
	width:100%;
	clear:both;
	height:600px;
	font-family:arial;
}
.mpricing-new {
	width:70%;
	clear:both;
	height:540px;
	float : left;
	font-family:arial;
}
.pricing-lite {
	background:transparent url(/public/images/columnBg.png) no-repeat scroll 0 0;
	float:left;
	height:590px;
	margin-left:10px;
	margin-right:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	width:23.6%;
}
.pricing-plus {	
	background:transparent url(/public/images/columnBg.png) no-repeat scroll 0 0;
	float:left;
	height:590px;
	padding:5px;
	width:23.5%;
}
.pricing-premium {
	background:transparent url(/public/images/columnBg.png) no-repeat scroll 0 0;
	float:left;
	height:590px;
	padding:5px;
	width:23.5%;
}

.pricing-enterprise {
	background:transparent url(/public/images/columnBg.png) no-repeat scroll 0 0;
	float:left;
	height:590px;
	padding:5px;
	width:23.5%;
}
.mpricing-lite {
	float:left;
	width:30%;
	padding:5px;
	border-right:1px solid #b2b2b2;
	height:280px;
	background:#FFFFFF;
}
.mpricing-plus {
	float:left;
	width:30%;
	padding:5px;
	border-right:1px solid #b2b2b2;
	height:280px;
	background:#FDFDFD;
}
.mpricing-premium {
	float:left;
	width:30%;
	padding:5px;
	border-right:1px solid #b2b2b2;
	height:280px;
	background:#FDFDFD;
}

.mpricing-enterprise {
	float:left;
	width:23%;
	padding:5px;
	height:280px;
	background:#FDFDFD;
}
.pricing-new-title {
		font-size:24px;
		padding-bottom:5px;
		padding-left:0px;
		text-align:center;
		font-weight:bold;
}
.rate-card {
		border-bottom:1px solid #eeeeee;
		font-size:18px;
		margin-bottom:15px;
		padding-left:0;
		text-align:center;
}
.pricing-package-summary {
		font-size:13px;
		color:#333333;
		padding:10px;
		padding-left:15px;
}
.pricing-package-summary-note {
		font-size:12px;
		color:#333333;
		padding:10px;
		padding-left:15px;
		background:#eeeeee;
}
.trial-btn {
	padding-top: 5px;
	background:url(/public/images/trial_btn.png) no-repeat ;
	height:45px;
	padding:5px;
	margin-left:32px;
	padding-top:8px;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.trial-btn a {
	color:#1D7BBF;
}
.trial-btn a:hover {
	text-decoration:underline;
}
.features-list {
		font-size:12px;
}
.mfeatures-list {
		font-size:11px;
		padding:0px;
		color:#888888;
}
.features-list ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.features-list ul li{
	border-bottom:1px solid #F5F5F5;
	color:#444444;
	padding-bottom:5px;
	width:160px;
}
#customers {
	height:130px;
	text-align:center;
	padding-top:20px;
}
.rel-content{
	font-size:13px;
	color:#777777;
	padding:10px;
	font-family:helvetica;
}
.relsa-title{
	font-weight:bold;
	font-size:14px;
}
.rel-link{
	color:#1D7BBF;
	text-decoration:underline;
}

.rel-title {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding-bottom:3px;
	background:#CDE9FB ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	padding:4px;
	width:30%;
}
.rel-box {
	clear:both;
	border:1px solid #888888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:0;
	-webkit-border-radius-topright:5px;
	margin-bottom:10px;
	padding:5px;
	background:#FAFAFA;
	
}
.rel-box ul {
	padding-left:30px;
}

.bottom-first-block {
	float:left;
	width:75%;
	height:400px;
}
.bottom-second-block {
	float:left;
	width:25%;
	height:400px;
}
.digicert_logo_holder {
	text-align:center;
	padding:5px;
	padding-left:60px;
	padding-bottom:10px;
}


/* FROM wordpress */

/*
Theme Name: Injoos Theme
Theme URI: http://injoos.org/
Description: Landing page theme of Injoos.
Version: 0.1 A
Author: Basil B Thoppil
Author URI: http://basilsjournal.wordpress.com/
Tags: injoos, collaboration, landing page, generic

	Kubrick v1.5
	http://binarybonsai.com/kubrick/

	This theme is designed, developed and maintained by INJOOS
	whose blog you will find at http://injoos.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
img {
	border:0
}
a {
	text-decoration:none;
	color:#000000;
}

.tbl-img {
	float:left;
	width:55%;
}
.tbl-content {
	float:left;
	width:45%;
}
.text-dec {
	font-weight:normal;
	font-size:25px;
}
.small-text-dec {
	font-size:1.3em;
	margin-top:5px;
}
.line-item {
	background:url(images/div-bg.jpg)no-repeat; 
	width:285px;
	height:30px;
	font-size:1.3em;
	font-weight:bold;
	padding:5px;
}
.text {
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
}
.green-text {
	padding:5px;
	padding-top:0px;
}
.green-text a {
	color:#db9314;
	font-size:1.1em;
	font-weight:bold;
}
.middle-block {
	margin-top:3px;
	height:400px;
}
.middle-block-left {
	float:left;
	width:70%;
	padding:5px;
}
.middle-home-block-left  {
	border-bottom:1px dashed #d3d3d3;
	height:275px;
}
.middle-block-right,.middle-home-block-right {
	float:left;
	width:28%;
	padding:5px;
}
.middle-home-block-right {
	background:#ebebeb; 
}
.big-header {
	font-size:16px;
	padding:5px;
	border-bottom:2px solid #e9e9e9;
	font-weight:bold;
	padding-bottom:8px;
}
.small-header {
	font-size:13px;
	padding:5px;
	border-bottom:2px solid #e9e9e9;
	font-weight:bold;
	padding-bottom:10px;
}

.mbl-left {
	padding:5px;
	float:left;
	width:48%;
}
.mbl-right {
	padding:5px;
	float:left;
	width:48%;
}
.bheader {
	padding:5px;
	color:#1d6496;
	font-weight:bold;
	font-size:1.2em;
	width:80%;
}
.ntext {
	padding:5px;
	color:#1d6496;
	width:80%;
	clear:both;
}
.gheader {
	padding:5px;
	color:#db9314;
	font-weight:bold;
	font-size:1.2em;
}
.gtext {
	padding:5px;
	color:#1d6496;
}
.bottom-block {
	background:#e9f3d3;
	padding:5px;
	margin-top:3px;
	height:150px;
}
.top-home-block {
	margin-top:3px;
	height:370px;
	background:#dbdbdb;
	border:5px solid #DBDBDB;
}

.top-home-eyecatch {
	margin-top:3px;
	height:150px;
	padding-left:3px;
}
.bigheader {
	padding:5px;
	color:#1d6496;
	font-weight:bold;
	font-size:1.4em;
	width:80%;
}
.share-holder {
	padding:5px;
	margin-top:15px;
}
.more-big {
	margin-top:15px;
	margin-bottom:15px;
	padding:2px;
}
.link-lines {
	padding:3px;
}
.link-lines a {
	color:#1d6496;
	font-size:1.3em;
}
.atxt {
	float:left;
	width:100%;
	padding:0px;
}
.acontent{
	padding:5px;
	font-size:1.3em;
	color:#8d8d8d;
}
.ctxt {
   float:left;
   width:100%;
}
.cimg {
	float:left;
	width:22%;
}


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 4px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



.dotted-line {
	border-bottom:1px dashed #d3d3d3;
	margin-top:2px;
}
.more a {
	color:green;
}
.blackheader {
	padding:5px;
	color:#000000;
	font-weight:bold;
	font-size:1.4em;
	width:80%;
	border-bottom:1px solid #d3d3d3;
	padding-bottom:10px;
}
.snap-holder {
	text-align:center;
}
.med-text {
	font-size:1.3em;
	color:#7c7c7c;
}
.more-big a {
	color:green;
	font-size:1.3em;
}
.ahdr {
	padding:5px;
	font-size:1.3em;
	font-weight:bold;
	color:#1d6496;
}
.login-box {
	-moz-border-radius:5px 0 5px 5px;
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
	background:none repeat scroll 0 0 #FFFFFF;
	border:5px solid #CCCCCC;
	display:none;
	line-height:16px;
	margin:0;
	padding:8px;
	position:absolute;
	right:7%;
	height : 150px;
	text-align:left;
	top:30%;
	width:230px;
	z-index:100;
}

.pg-title {
	color:#206493;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
}
.small-block {
	float:left;
	width:156px;
	height:120px;
	padding:4px;
	background:url(images/block-bg.jpg)repeat-x;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
}
.small-block:hover {
	background:url(images/block-hover.jpg)repeat-x;
}
.small-block-txt {
	font-size:12px;
	color:#777777;
	font-weight:bold;
}

/* Subbu: Login Box UI */
.login_box {
	border: 1px solid #BBBBBB;
	background:#FAFAFA;
	padding:10px 24px 20px;
	margin-top: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.login-info-holder {
	width:100%;
	clear:both;
	margin-bottom:75px;
}
.site-seal {
	float:right;
	width:30%;
	padding-top:12px;
}
.login-label {
	color:#1D7BBF;
	font-size:24px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}
.essential-info {
		float:left;
		width:69%;
		margin-right:10px;
}
.login_panel {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 0;
	width: 50%;
}

/* END of login box UI */

/* Easy Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:1015px;
	height:241px;
	overflow:hidden; 
}
span#prevBtn{}
span#nextBtn{}					

/* // Easy Slider */
/* End captions */


/* Some Styles for network directory (from injoos_stylesheet.css ) */ 
.filter-view {
	color: #54534f;
	font-size: 1.1em;
	height: 20px;
	margin-top: 2px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	background: #F6F6F6 none repeat scroll 0 0;
	width: 75%;
}
.drop-down {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
.float-right {
	float: right;
}
.pad-right {
	padding-right: 10px;
}
.drop-down-right {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}

.drop-down-right,.drop-down li {
	float: left;
	padding-right: 2px;
	position: relative;
	z-index: 99;
}

.drop-down-right,.drop-down li ul {
	list-style: none;
	position: absolute;
	background: #ffffff;
	border: 1px solid #eeeeee;
	margin-left: -5px;
	padding: 0;
	top: 100%;
	left: 0;
	z-index: 7;
}

.drop-down-right,.drop-down li ul li {
	clear: both;
	padding: 3px 10px;
	width: 70px;
	cursor: pointer;
	z-index: 7;
}
.drop-down-right,.drop-down li ul li:hover {
	background: #eeeeee;
	z-index: 7;
}
.section {float:left;width:38%;background:url(/public/images/home_bg1.jpg);padding : 5px;border:1px solid #DDDDDD;-moz-border-radius:10px;}

.img-float-left {
	float: left;
	padding-top: 1px;
}
.aboutus-icon-div {
	margin-left: 0px;
	padding-top: 0px;
	float: left;
	text-align: center;
	width: 48%;
	height: 160px;
}
.user-home-each-group {
	border:1px solid #D7D7D7;
	height:145px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.grp-headline,.grp-headline a,.grp-headline a:visited {
	font-size: 1.3em;
	color: #2A92C2;
	margin: 0px;
	font-weight: bold;
}
.vertical-list {
	padding-left: 0px;
	font-size: 1.14em;
	margin-bottom: -1px;
	margin-top: 4px;
	margin-left: 0px;
}

.vertical-list li {
	list-style-type: none;
	padding: 2px;
	color: #777777;
}

.vertical-list li .inline-data {
	list-style-type: none;
	padding: 2px;
	color: #777777;
	font-weight: bold;
}

.vertical-list li a {
	color: #777777;
}

.vertical-list li .inline-data a {
	color: #777777;
	font-weight: bold;
}

.vertical-list li  a.version-links {
	color: #096D9E;
}
.aboutus-left-content {
	width: 120px;
	padding: 5px;
}
.first-block {
	float:left;
	padding-top:0;
	width:77.5%;
}
.container {
	padding-left: 5px;
	padding-right: 5px;
	width: 99%;
}
.user-home-actions{
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #DDDDDD;
	font-size:1.2em;
	text-align:right;
	height:18px;
}
ul.pager {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 53px;
	padding-top: 5px;
	padding-bottom: 12px;
	float: left;
}

ul.pager .first {
	background: url("/public/images/nav-first.png") no-repeat 4px;
	padding: 2px 9px 2px 9px;
}

ul.pager .last {
	background: url("/public/images/nav-last.png") no-repeat 4px;
	padding: 2px 9px 2px 9px;
}

ul.pager .next {
	background: url("/public/images/nav-next.png") no-repeat 8px;
	padding: 2px 9px 2px 9px;
}

ul.pager .previous {
	background: url("/public/images/nav-previous.png") no-repeat 5px;
	padding: 2px 9px 2px 9px;
}

ul.pager li {
	display: inline;
	margin-left: 3px;
	border: 1px solid #006699; /*#AFB736;*/
	padding: 2px 6px;
	font-size: 1em;
	color: #006699;
	cursor: pointer;
}

span.xtoyofn {
	font-size: 1em;
	color: #006699;
	font-weight: bold;
}

ul.pager li.selectedPage {
	display: inline;
	margin-left: 3px;
	padding: 2px 6px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background: #006699;
}

ul.pager li a,ul.pager li a:visited {
	text-decoration: none;
	color: #006699;
	font-size: 1em;
	font-weight: bold;
}
.second-block {
	float: right;
	width: 22%;
	min-height: 455px;
}
.right-column {
	width: 100%;
}
.user-home-gyan  {
	background:none repeat scroll 0 0 #EEEEEE;
	color:#333333;
	font-size:12px;
	padding:10px 10px 10px 15px;
}
.user-home-create-explore{
	background-image: url(/public/images/Orange-Button_2.gif);
	background-repeat: repeat-x;
    height: 30px;
    background-repeat:repeat-x;
	font-size:1.4em;
	padding:5px;
}
.user-home-create-explore a{
	font-weight:bold;
	margin-left:35px;
}
.info-bar-top {
	background: #FCDB73;
	border: #FFCC00 solid 2px;
	color: #000000;
	font-weight: bold;
	line-height: 2.00em;
	margin-bottom: 0;
	padding: 0 0 0 21px;
	top: 0;
	left: 0;
	margin-left: -8px;
	position: fixed;
	width: 99%;
	text-align: center;
	height: 20px;
	z-index: 1000;
}
.notification-bar-top-close {
	width: 5%;
	float: right;
	margin-top: -25px;
	padding-top: 7px;
}
.signin-google
{
	padding:0px;
	float:left;
	height:28px;
	width:25px;	
	display:block;
	background-image:url("/public/images/app_login.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:5px;
	cursor:pointer;
}
.signin-googleapp
{
	padding:0px;
	float:left;
	height:28px;
	width:60px;	
	display:block;
	background-image:url("/public/images/app_login.png");
	background-position:-25px 0px;
	background-repeat:no-repeat;
	margin:5px;
	cursor:pointer;
}
.signin-yahoo
{
	padding:0px;
	float:left;
	height:28px;
	width:40px;	
	display:block;
	background-image:url("/public/images/app_login.png");
	background-position:-90px 0px;
	background-repeat:no-repeat;
	margin:5px;
	cursor:pointer;
}
.signin-openid
{
	padding:0px;
	float:left;
	height:28px;
	width:60px;	
	display:block;
	background-image:url("/public/images/app_login.png");
	background-position:-130px 0px;
	background-repeat:no-repeat;
	margin:5px;
	cursor:pointer;
}
.signin-injoos
{
	padding:0px;
	float:left;
	height:28px;
	width:60px;	
	display:block;
	background-image:url("/public/images/injoossmalllogo_20.png");
	background-repeat:no-repeat;
	margin:5px;
	cursor:pointer;
}
/* END of injoos_stylesheet.css */