@charset "UTF-8";
/* CSS Document */

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
	outline:none;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	
/*	style reset ends here*/


*{
	margin:0;
	padding:0;
}

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#111111;
	font-weight:normal;
	background:#FFF repeat-x top left;
	margin:0;
	padding:0;

}

a {
	width:auto;
	height:auto;
	color:#2c8bbc;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	outline:none;
	margin:0;
	padding:0;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

@font-face {
    font-family: 'a_song_for_jennifer_boldRg';
    src: url('/app/css/a_song_for_jennifer_bold-webfont.eot');
    src: url('/app/css/a_song_for_jennifer_bold-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('/css/a_song_for_jennifer_bold-webfont.woff') format('woff'), */
         url('/app/css/a_song_for_jennifer_bold-webfont.ttf') format('truetype'), 
         url('/app/css/a_song_for_jennifer_bold-webfont.svg#a_song_for_jennifer_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


#header {
	width:100%;
	height:47px;
	float:left;
	background:#FFF;
	margin:0;

	padding:0;
}

.header_contentarea {
	width:960px;
	height:55px;
	margin:0 auto;
	padding:0;
}

a.logo {
	width:174px;
	height:39px;
	float:left;
	background:url(../images/logo.png) no-repeat top left;
	outline:none;
	margin:4px 0 0 0;
	padding:0;

	text-decoration:none;
}

a.logo:hover {
	background:url(../images/logo.png) no-repeat top left;
}

.header_linkarea {
	width:auto;
	height:auto;
	float:right;
	margin:15px 0 0 0;
	padding:0;
}

.header_linkarea li {
	width:auto;
	height:auto;
	float:left;
	list-style:none;
	font-size:12px;
	border-right:1px solid #CCC;
	margin:0;
	padding:0 8px 0 8px;
}

.header_linkarea li.last {
	border-right:none;
}


.darkpanel {
	width:100%;
	height:auto;
	float:left;
	background:url(../images/darkarea_bg.jpg) repeat-x top left;
	margin:0;
	padding:0;
	border-bottom: 1px solid #666666;
}



.new_darkpanel {
	width:100%;
	height:auto;	
	background:#000 url(../images/darkarea_bg_login.gif) repeat-x top left;
	padding:0;
}
.login_signupbutton{
	width:126px;
	height:38px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/small_buttonbg.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 100px;
	display:inline;
	padding:0;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.darkpanel.home {
	height:428px;
	background:url(../images/darkarea_bg.jpg) repeat-x top left;
}
	
.darkpanel.login {
	height:600px;
	background:#000 url(../images/darkarea_bg_login.gif) repeat-x top left;	
}
.new_darkpanel.login {	
	width:100%;
	background:#000 url(../images/darkarea_bg_login.gif) repeat-x top left;
		
}
.panel_area{
	width:960px;
	margin:0 auto;
	display:block; 
	background:#000 url(../images/darkarea_bg_login.gif) repeat-x top left;
}
.darkpanel.postsignup {
	height:82px;
	background:#000 url(../images/darkarea_bg_postsignup.gif) repeat-x top left;
}



.statusmsg {
	width:100%;
	height:auto;
	float:left;
	background:#b70000 url(../images/error_bg.gif) repeat-x top left;
	margin:0;
	padding:0 0 10px 0;
}

.statusmsg.error {
	background:#b70000 url(../images/error_bg.gif) repeat-x top left;
	border-bottom:1px solid #ef7777;
}

.statusmsg.success {
	background:#899900 url(../images/success_bg.gif) repeat-x top left;
	border-bottom:1px solid #c4bf4e;
}

.statusmsg_contentarea {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.statusmsg_contentarea p{
	width:960px;
	height:auto;
	float:left;
	color:#FFF;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin:12px 0 0 0;
	padding:0;
}

.statusmsg_contentarea a{
	width:960px;
	height:auto;
	color:#FFF;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:underline;
}

.statusmsg_contentarea a:link, .statusmsg_contentarea a:visited {
	text-decoration:underline;
}

.statusmsg_contentarea a:hover {
	text-decoration:underline;
	color:#CCC;
}

.loginbox {
	width:483px;
	height:554px;
	background:url(../images/new_login_bg1.png) no-repeat top left;
	margin:0 auto;
	padding:0;
	
}

.new_loginbox {
	width:483px;
	height:554px;
	background:url(../images/new_login_bg1.png) no-repeat top left;
	margin:0 auto;
	padding:0;
	
}
.new_loginbox1 {
	margin-left:30px;
	width:420px;
	height:554px;
	background:url(../images/new_login_bg1.png) no-repeat;
	padding:0;
	display:inline-block;

}
.new_option {
	margin-left:6px;
	position:relative;
	top:-250px;
	width:50px;
	display:inline-block;
	font-size:20px;
	color:#bdbdbd;
	text-align:center;
}
.new_loginbox2 {
	margin-left:10px;
	width:420px;
	height:554px;
	background:url(../images/new_login_bg1.png) no-repeat;
	padding:0;
	display:inline-block;
}

.loginbox.delete {
	background:url(../images/login_bg_delete.png) no-repeat top left;
}

.loginbox.linkgen {
	background:url(../images/link_bg.png) no-repeat top left;
	width:470px;
	height:523px;
}


.loginbox_contentarea {
	width:331px;
	height:280px;
	float:left;
	margin:196px 0 0 70px;
	display:inline;
	padding:0;
}

.new_loginbox_contentarea {
	width:331px;
	height:280px;
	float:left;
	margin:100px 0 0 50px;
	display:inline;
	padding:0;
}
.loginbox_contentarea.linkgen {
	width:420px;
	margin:196px 0 0 25px;
}

.new_loginbox_contentarea h1{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	color:#000;
	font-weight:normal;
	font-size:28px;
	margin:35px 0 0 25px;
	display:inline;
	padding:0;
}
.forgot h1 {
	color:#bdbdbd;
}
  .loginbox_contentarea h1{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	color:#bdbdbd;
	font-weight:normal;
	font-size:28px;
	margin:15px 0 0 0px;
	display:inline;
	padding:0;
}

.loginbox_contentarea .checkbox{
	width:15px;
	height:15px;
	background:#FFF;
	border:1px solid #999;
	text-align:center;
	color:#666;
	font-weight:normal;
	font-size:12px;
	margin:-3px 10px 0 0;
	display:inline;
	padding:0;
}

.new_loginbox_contentarea p{
	width:280px;
	line-height:1.2em;
	height:auto;
	float:left;
	text-align:left;
	color:#bdbdbd;
	font-size:16px;
	margin:15px 0 0 25px;
	display:inline;
	padding:0;
}
.new_logo_area {
	width:280px;
	height:auto;
	float:left;
	text-align:center;
	margin:20px 0 0 25px;
	display:inline;
	padding:30px 0px;
}
.company_logo {
	width:280px;
	height:auto;
        float:left;
        text-align:center;
        margin:40px 0 0 25px;
        display:inline;
        padding:30px 0px;
}
.loginbox_contentarea p{
	width:280px;
	height:auto;
	float:left;
	text-align:center;
	color:#666;
	font-weight:normal;
	font-size:18px;
	margin:15px 0 0 25px;
	display:inline;
	padding:0;
}

.loginbox_contentarea span.linkgen_desc{
	width:380px;
	height:auto;
	float:left;
	text-align:center;
	color:#666;
	font-weight:normal;
	font-size:12px;
	margin:15px 0 0 25px;
	display:inline;
	padding:0;
}

.login_textfields {
	width:274px;
	height:43px;
	float:left;
	margin:25px 0 0 25px;
	display:inline;
	padding:0;
}
/******  Start  Bypass Page   ******/
/*
.bypassbox {
        margin-top:150px;
        width:560px;
        height:235px;
        background:url(../images/bypass_frame.png) no-repeat;
        margin-left: auto;
        margin-right:auto;
        padding:0;
}

.bypass_contentarea {
	height:90px;
	float:left;
	margin:100px 0 0 50px;
	display:inline;
	padding:0;
}
.bypass_title {
        width:auto;
        margin-top:-50px;
        margin-left:auto;
        margin-right:auto;
        font-size:20px;
        font-weight:normal;
        padding:20px;
}

.bypass_textfields {
	width:400px;
	height:50px;
	float:left;
	margin:0px 0 0 20px;
	display:inline;
	padding:0;	
}
.bypass_textfields.url_field {
        background:url(../images/url_box.png) no-repeat 0 0;
}

.bypass_textfields .text{
	width:382px;
	height:35px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px 3px 3px 3px;
	background:#FFF;
	border:1px solid #FFF;
	color:#333;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	display:inline;
	padding:0;
}

.bypass_button{
        text-decoration:none;
        width:45px;
        height:45px;
        float:right;
        border:none;
        cursor:pointer;
}
.bypass_button a:link, .bypass_button a:visited { 
	text-decoration: none;
}

.bypass_note {
        height:auto;
        float:left;
        color:#999;
        text-align:center;
        font-size:12px;
        font-weight:normal;
        margin-left: 75px;
        padding:0 0;
        text-decoration:none;
}
*/
/******* End of Bypass Page ********/


.login_textfields.email {
	background:url(../images/login_textfieldbg.gif) no-repeat 0 0;
}

.login_textfields.email1 {
	top:20px;
	background:url(../images/login_textfieldbg.gif) no-repeat 0 0;
}
.login_textfields.password {
	background:url(../images/login_textfieldbg.gif) no-repeat 0 -44px;
}

.login_textfields.linkgen {
	background:url(../images/link_genbg.png) no-repeat 0 0;
	width:407px;
	height:74px;
	margin-left:5px;
}

.login_textfields .text{
	width:225px;
	height:35px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px 0 0 7px;
	background:#FFF;
	border:1px solid #FFF;
	color:#333;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	display:inline;
	padding:0;
}
.login_textfields .linkgentext {
	width:355px;
	height:35px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:25px 0 0 25px;
	background:#f6f6f6;
	border:1px solid #f6f6f6;
	color:#0CF;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	display:inline;
	padding:0;
}

.login_textfields .textwatermark{
	width:225px;
	height:35px;
	float:left;
	margin:3px 0 0 7px;
	color:#8d939f;
	font-size:14px;
	border:1px solid #FFF;
	font-weight:normal;
	position:relative;
	display:inline;
	padding:0;
	
}
.login_submitpanel_forgot {
        width:330px;
        height:auto;
        float:left;
        margin:60px 0 0 0;
}
.login_submitpanel {
	width:330px;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}

.login_submitpanel a{
	width:330px;
	height:auto;
	float:left;
	color:#999;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding:0 0;
	text-decoration:none;
}

.login_submitpanel a:link, .login_submitpanel a:visited {
	text-decoration:none;
}

.login_submitpanel a:hover {
	text-decoration:underline;
}


.login_signupbutton_1{
	width:126px;
	height:38px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/new_button.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 100px;
	display:inline;
	padding:0;
	text-decoration:none;
	border:none;
	cursor:pointer;
}


.login_signupbutton_2{
	width:126px;
	height:38px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/small_buttonbg.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 100px;
	display:inline;
	padding:0;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

.login_signupbutton_3{
	width:126px;
	height:38px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/small_buttonbg.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:50px 0 0 100px;
	display:inline;
	padding:0;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

.login_signupbutton_1:hover{
	background:url(../images/small_buttonbg.png) no-repeat -129px 0;
	text-decoration:none;
}
.login_signupbutton_2:hover{
	background:url(../images/small_buttonbg.png) no-repeat -129px 0;
	text-decoration:none;
}

.login_signupbutton_3:hover{
	background:url(../images/small_buttonbg.png) no-repeat -129px 0;
	text-decoration:none;
}

.login_signupbutton:hover{
	background:url(../images/small_buttonbg.png) no-repeat -129px 0;
	text-decoration:none;
}

.login_signupbutton.long{ 
	width:213px;
	background:url(../images/small_buttonbg.png) no-repeat -266px 0;
}

.login_signupbutton.long:hover{
	background:url(../images/small_buttonbg.png) no-repeat -484px 0;
	text-decoration:none;
}

.login_crosslinkspanel {
	width:330px;
	height:auto;
	float:left;
	margin:80px 0 0 45px;
	display:inline;
	padding:0 0;
	text-decoration:none
}

.login_crosslinkspanel p {
	width:330px;
	height:auto;
	float:left;
	color:#999;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin:0px 0 0 0;
	padding:0 0;
	text-decoration:none;
}

.homepage_bannerarea {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.homepage_bannerarea.banner {
	width:969px;
	height:419px;
	background:url(../images/homepage_banner.jpg) no-repeat top left;
	margin:10px auto 0;
	padding:0;
}

.blocked_contentarea {
	width:960px;
	height:438px;
	margin:0 auto;
	padding:0;
}


.blocked_themecollection {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
}

.blocked_themecollection.theme1 {
	width:960px;
}

.blocked_theme_reportbox{
	width:100%;
	height:auto;
	float:left;
	margin:-25px 0 0 0;
	padding:0;
}

.blocked_theme_reportbox a.blocked_loginbutton{
	width:185px;
	height:31px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/long_buttonbg.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 380px;
	padding:9px 0 0 0;
	text-decoration:none;
}

.blocked_theme_reportbox a.blocked_loginbutton:hover{
	background:url(../images/long_buttonbg.png) no-repeat -188px 0;
	text-decoration:none;
}

.oops_theme1image {
	width:399px;
	height:264px;
	position:relative;
	background:url(../images/oops_theme1.png) no-repeat top left;
	z-index:3;
	margin:0 auto;
	padding:0;
	text-align:center;
	top:50px;
	left:5%;
}

.deniedtext {
	width:960px;
	height:auto;
	float:left;
	color:#FFF;
	font-size:50px;
	font-weight:normal;
	text-align:right;
	position:relative;
	top:-20px;
	z-index:2;
	margin:0;
	padding:0;
	text-align:center;
}

.deniedtext.part1 {
	width:370px;
	height:auto;
	text-align:right;
	margin:0 0 0 50px;
	display:inline;
	padding:0;
}

.deniedtext.part2{
	width:auto;
	height:auto;
	text-align:left;
	margin:0 0 0 85px;

}


.homepage_bannerarea.banner a.videobutton {
	width:101px;
	height:105px;
	float:left;
	background:url(../images/video_button.png) no-repeat 0 0;
	margin:170px 0 0 420px;
	display:inline;
	padding:0;
	outline:none;
	text-decoration:none;
}

.homepage_bannerarea.banner a.videobutton:hover {
	background:url(../images/video_button.png) no-repeat -114px 0;
}

.signupbanner {
	width:100%;
	height:81px;
	float:left;
	background:url(../images/signup_banner.gif) repeat-x top left;
	margin:0;
	padding:0;
}

.signup_contentarea {
	width:960px;
	height:auto;
	margin:35px auto 0;
	padding:0;
}

.signup_contentarea span.label {
	width:auto;
	height:auto;
	float:left;
	color:#FFF;
	text-align:left;
	font-size:24px;
	font-weight:normal;
	margin:5px 0 0 20px;
	display:inline;
	padding:0;
}

.home_textfields {
	width:272px;
	height:29px;
	float:left;
	margin:0 0 0 30px;
	display:inline;
	padding:0;
}

.home_textfields.email {
	background:url(../images/email_textbg.gif) no-repeat top left;
}

.home_textfields.password {
	background:url(../images/password_textbg.gif) no-repeat top left;
}

.home_textfields .text{
	width:225px;
	height:21px;
	float:left;
	margin:3px 0 0 7px;
	background:#FFF;
	border:1px solid #FFF;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:normal;
	display:inline;
	padding:0;
}

.home_textfields .textwatermark{
	width:225px;
	height:21px;
	float:left;
	margin:3px 0 0 7px;
	color:#8d939f;
	font-size:14px;
	border:1px solid #FFF;
	font-weight:normal;
	position:relative;
	display:inline;
	padding:0;
	
}

.home_signupbutton{
	width:126px;
	height:38px;
	border:none;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/small_buttonbg.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:-5px 0 0 20px;
	padding:0;
	text-decoration:none;
	cursor:pointer;
}

.home_signupbutton:hover{
	background:url(../images/small_buttonbg.png) no-repeat -129px 0;
	text-decoration:none;
}


.home_maincontentarea, .business_featuresarea {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.home_maincontentarea h1{
	width:900px;
	height:auto;
	float:left;
	color:#585858;
	font-size:36px;
	font-weight:normal;
	margin:25px 0 0 0;
	padding:0;
}

.steps_contentpanel {
	width:960px;
	height:auto;
	float:left;
	margin:15px 0 0 0;
	padding:0;
}

.steps_box {
	width:290px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
.steps_box.step1 {
	float:left;
	margin:0;
	padding:0;
}

.steps_box.step2 {
	float:left;
	margin:0 0 0 40px;
	display:inline;
	padding:0;
}

.steps_box.step3 {
	float:right;
	margin:0;
	padding:0;
}

.steps_box_contentarea {
	width:200px;
	height:auto;
	float:left;
	margin:0 0 50px 10px;
	display:inline;
	padding:0;
}

.steps_box_contentarea p{
	width:200px;
	height:auto;
	float:left;
	margin:15px 0 0 0;
	color:#666;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	padding:0;
}

.steps_box_contentarea.title {
	width:195px;
	height:46px;
	float:left;
	margin:0;
	padding:0;
}
.steps_box_contentarea.title.step1 {
	background:url(../images/steps1_title.gif) no-repeat top left;
}

.steps_box_contentarea.title.step2 {
	background:url(../images/steps2_title.gif) no-repeat top left;
}

.steps_box_contentarea.title.step3 {
	background:url(../images/steps3_title.gif) no-repeat top left;
}


.steps_box span.stepsicon {
	width:77px;
	height:77px;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

.steps_box span.stepsicon.step1 {
	background:url(../images/steps_icon.gif) no-repeat 0 0;
}

.steps_box span.stepsicon.step2 {
	background:url(../images/steps_icon.gif) no-repeat -92px 0;
}

.steps_box span.stepsicon.step3 {
	background:url(../images/steps_icon.gif) no-repeat -187px 0;
}

#footer {
	width:100%;
	background:#f4f4f4 url(../images/footer_bg.gif) repeat top left;
	border-top:1px solid #CCC;
	float:left;
	margin:0 0 0 0;
	padding:0;

        height:75px;
}

.footer_content{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.footer_nav {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:25px 0 0 0;
	padding:0;
	list-style:none;
}

.footer_nav li {
	width:auto;
	border-right: 1px solid #CCCCCC;
    float: left;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
	list-style:none;
}

.footer_nav li:last-child {
    border-right: medium none;
    margin: 0;
    padding: 0;
}

.footer_nav li a {
	color: #777777;
    font-weight: bold;
	text-decoration:none;
}

.footer_nav li a:link, .footer_nav li a:visited {
	text-decoration:none;
	color: #777777;
}

.footer_nav li a:hover {
	text-decoration:none;
	color: #2c8bbc;
}

.footer_content p{
	width:auto;
	height:auto;
	float:left;
	color:#999;
	font-size:11px;
	text-align:left;
	margin:10px 0 0 0;
	padding:0;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
 
.welcome_topcontentarea {
	width:960px;
	height:82px;
	margin:0 auto;
	padding:0;	
}

.welcome_topcontentarea span.s_icon {
	width:111px;
	height:71px;
	float:left;
	background:url(../images/s_icon.gif) no-repeat top left;
	margin:11px 0 0 0;
	padding:0;	
}

.welcome_topcontentarea h2{
	width:700px;
	height:auto;
	float:left;
	color:#FFF;
	font-size:30px;
	font-weight:normal;
	font-family: 'Ace Crikey';
	text-align:left;
	margin:15px 0 0 10px;
	display:inline;
	padding:0;
	filter: alpha(opacity=80);	
}

.welcome_topcontentarea h3{
	width:700px;
	height:auto;
	float:left;
	color:#CCC;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin:2px 0 0 15px;
	display:inline;
	padding:0;	
}

/**** Pricing Page CSS ****/
.pricing_mainarea{
	width:100%;
	background-color:#fafafa;
}

.pricing_area {
	width:960px;
	height:auto;
	margin:0 auto;
	background-color: #fafafa;
}

.pricing_option1,.pricing_option2 {
	background:url(../images/pricing_box.png) no-repeat;
	width:324px;
	height:404px;
	float:left;
	margin:30px 0px 30px 100px;
}

.pricing_container {
	 padding:30px ;
	 margin:auto 0px; 
}
.pricing_container p{
	text-align:center;
}
.pricing_container h1{
	text-align: center; 
	color: #666;
	font-weight: bold;
	font-size: 200%;
	line-height:1;
	margin-bottom:1em;
}
p.option_tag {
	width: 247px;
	height:42px;
	color:#858585;
	padding:0.75em;
	text-align:left;
	font-size: 16px;
}

p.option_tag1 {
	color:#858585;
        padding:1.75em;
        text-align:center;
        font-size: 16px;
}
p.option_tag2 {
	width:800px;
        color:#858585;
        text-align:center;
        font-size: 14px;
	margin:auto;
	padding-bottom: 20px;
	line-height:1.5em;
}
.rate {
	width:100px;
	height:28px;
	font-size:16px;
	
}
.getquote_button{
        width:126px;
        height:38px;
        color:#FFF;
        text-align:center;
        background:url(../images/small_buttonbg.png) no-repeat 0 0;
        font-size:18px;
        font-weight:normal;
        display:inline;
        padding:0;
	margin-top:30px;
        text-decoration:none;
        border:none;
        cursor:pointer;
}
.quote {
        color:#858585;
        padding-top:1em;
        text-align:center;
        font-size: 40px;
}
/**** End Pricing Page CSS ****/

.inside_maincontentarea {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}


.inside_titlearea {
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

.inside_titlearea h2 {
	width:700px;
	height:auto;
	float:left;
	color:#0d8cbd;
	font-size:25px;
	font-weight:normal;
	text-align:left;
	margin:0 0 0 10px;
	display:inline;
	padding:0;	
}

.inside_titlearea p {
	width:700px;
	height:auto;
	float:left;
	color:#939393;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin:5px 0 0 10px;
	display:inline;
	padding:0;	
}

.inside_aboutcontentarea, .inside_contentarea {
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

.inside_aboutcontentarea_left {
	width:215px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.inside_aboutcontentarea_right {
	width:700px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
}

.inside_aboutcontentarea h2, .inside_contentarea h2, .inside_aboutcontentarea h3{
	width:100%;
	height:auto;
	float:left;
	color:#333;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	margin:25px 0 0 0;
	line-height:25px;
	padding:0;
}

.inside_aboutcontentarea h3{
	color:#999;
}


.team_box {
	width:100%;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0;
}

.team_box.tleft {
	width:150px;
	margin:0;
}

.team_box.tleft.profile_img {
	width:100px;
	height:100px;
	float:left;
	background:#999;
	border:3px solid #CCC;
	border-top:5px solid #CCC;
	border-radius:55px;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	margin:15px 0 0 0;
	padding:0;
}

.team_box.tleft.profile_img img{
	width:100px;
	height:100px;
	float:left;
	border-radius:55px;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	margin:0;
	padding:0;
	position:relative;
}

.team_box.tright {
	width:810px;
	float:right;
	padding:0;
}


.team_box.tright h3{
	width:100%;
	height:auto;
	float:left;
	color:#77bcda;
	font-size:20px;
	text-align:left;
	margin:0;
	padding:0;
}

.team_box.tright span.title{
	width:100%;
	height:auto;
	float:left;
	color:#999;
	font-size:12px;
	text-align:left;
	margin:7px 0 0 0;
	padding:0;
}

.inside_aboutcontentarea p, .inside_contentarea p{
	width:100%;
	height:auto;
	float:left;
	color:#767676;
	font-size:15px;
	text-align:left;
	font-weight:normal;
	margin:15px 0 0 0;
	line-height:22px;
	padding:0;
}
.inside_contentarea a{
	font-size:15px;
}


.inside_aboutcontentarea_left span.securlyicon{
	width:136px;
	height:136px;
	float:left;
	background:url(../images/securly_fb.jpg) no-repeat top left;
	margin:0;
	padding:0;
}

.postsignup_boxpanel {
	width:960px;
	height:auto;
	float:left;
	margin:30px 0 0 0;
	padding:0 0 25px 0;
}

.postsignup_box {
	width:378px;
	height:312px;
	float:left;
	margin:0 0 0 5px;
	display:inline;
	padding:0;
}

.postsignup_box.top {
	height:21px;
	float:left;
	background:url(../images/postsignup_box_top.gif) no-repeat top left;
	overflow:hidden;
}

.postsignup_box.mid {
	height:270px;
	float:left;
	background:url(../images/postsignup_box_mid.gif) repeat-y top left;
}

.postsignup_box.bot {
	height:21px;
	float:left;
	background:url(../images/postsignup_box_bot.gif) no-repeat top left;
}

.postsignup_box.titlearea {
	width:360px;
	height:auto;
	float:left;
	margin:0 0 0 8px;
	display:inline;
	padding:0;
}

.postsignup_box.signupiconbox {
	width:360px;
	height:111px;
	float:left;
	margin:20px 0 0 8px;
	display:inline;
	padding:0;
}

.postsignup_box.textarea {
	width:310px;
	height:auto;
	float:left;
	margin:0 0 0 30px;
	display:inline;
	padding:0;
}

.postsignup_box.textarea p{
	width:310px;
	height:auto;
	float:left;
	font-size:16px;
	color:#767676;
	text-align:center;
	font-weight:normal;
	line-height:25px;
	margin:15px 0 0 0;
	display:inline;
	padding:0;
}

.postsignup_box.textarea span{
	width:auto;
	height:auto;
	color:#0d8cbd;
}

.postsignup_iconrouter {
	width:112px;
	height:111px;
	background:url(../images/post_signup_bigicons.gif) no-repeat 0 0;
	margin:0 auto;
	padding:0;
}

.postsignup_icondownload {
	width:112px;
	height:111px;
	background:url(../images/post_signup_bigicons.gif) no-repeat -117px 0;
	margin:0 auto;
	padding:0;
}

.postsignup_box.titlearea h4{
	width:250px;
	height:auto;
	float:left;
	color:#333;
	font-size:20px;
	text-align:left;
	font-weight:normal;
	margin:5px 0 0 15px;
	display:inline;
	padding:0;
}

.postsignup_box.titlearea span.icon.home {
	width:30px;
	height:27px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	padding:0;
	background:url(../images/postsignup_icon.jpg) no-repeat 0 0;
}

.postsignup_box.titlearea span.icon.device {
	width:30px;
	height:27px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	padding:0;
	background:url(../images/postsignup_icon.jpg) no-repeat -40px 0;
}

.postsignup_submitpanel {
	width:360px;
	height:auto;
	float:left;
	margin:7px 0 0 8px;
	display:inline;
	padding:0;
}


.postsignup_signupbutton{
	width:126px;
	height:31px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/small_buttonbg.png) no-repeat 0 0;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 120px;
	display:inline;
	padding:7px 0 0 0;
	text-decoration:none;
	border:none;
	cursor:pointer;

}
.postsignup_signupbutton:hover {
	background:url(../images/small_buttonbg.png) no-repeat -129px 0;
	text-decoration:none;
}

.postsignup_supportpanel {
	width:100%;
	height:auto;
	float:left;
	margin:3px 0 0 0;
	padding:0;
}
.postsignup_supportbox {
	width:120px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.postsignup_supportbox p {
	width:auto;
	height:auto;
	float:left;
	color:#CCC;
	font-size:11px;
	text-align:left;
	margin:5px 0 0 10px;
	display:inline;
	padding:0;

}

.postsignup_supportbox span.windowsicon {
	width:16px;
	height:18px;
	float:left;
	background:url(../images/allicons.gif) no-repeat 0 0;
	margin:0 0 0 15px;
	display:inline;
	padding:0;
}

.postsignup_orbox {
	width:82px;
	height:17px;
	float:left;
	background:url(../images/or_text.gif) no-repeat top left;
	margin:150px 0 0 60px;
	display:inline;
	padding:0;
}

.iptestbox {
	width:485px;
	height:auto;
	margin:50px auto 0;
	padding:0;
}

.iptestbox.titlebox {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.iptestbox.titlebox span.alerticon {
	width:352px;
	height:109px;
	float:left;
	background:url(../images/alert_icon.gif) no-repeat top left;
	margin:0 0 0 50px;
	padding:0;
}

.iptestbox.titlebox h1{
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	font-size:25px;
	margin:15px 0 0 0;
	padding:0;
}

.iptestbox.formbox{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 0 0;
	padding:0;
}

.iptestbox.formbox li{
	width:470px;
	height:auto;
	float:left;
	list-style:none;
	margin:30px 0 0 30px;
	padding:0;
}

.iptestbox.formbox li .radio{
	width:15px;
	height:15px;
	float:left;
	background:#FFF;
	margin:0;
	padding:0;
}

.iptestbox.formbox li span.label{
	width:415px;
	height:auto;
	float:left;
	color:#FFF;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	margin:0 0 0 10px;
	display:inline;
	padding:0;
}

.iptestbox.formbox li span.exmaple{
	width:415px;
	height:auto;
	color:#CCC;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	margin:0;
	display:inline;
	padding:0;
}

.headline {
        width:960px;
        height:82px;
        margin:0 auto;
        padding:0;
}

.headline h2{
        width:700px;
        height:auto;
        float:left;
        color:#FFF;
        font-size:30px;
        font-weight:normal;
        text-align:left;
        margin:15px 0 0 0px;
        display:inline;
        padding:0;
}

.headline h3{
        width:700px;
        height:auto;
        float:left;
        color:#CCC;
        font-size:16px;
        font-weight:normal;
        text-align:left;
        margin:2px 0 20px 0px;
        display:inline;
        padding:0;
}

.filters{
	float:left; width: 100%; padding: 10px 0 10px 0; background: white;
}

.leftalign {
float:left; width: 100%; padding: 10px 0 10px 0; background: white;
}
/*Filter Page Update Button*/
.filterspage {
       float:right;  width:960px; margin: auto 100px;   padding: 10px 0 10px 0;  background: white;
}
.audit{
	background: white;
    font-family: Segoe UI;
    font-size: 10px;
}

.filters_content {
    height: auto;
    margin: 20px auto;
    padding: 0;
    width: 960px;
}

.filters_content h2 {

    color: black;
    font-size: 18px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;

}

input[type="checkbox"]{
	position:relative;
	left:0px;
	top:2px;
	width:auto;
	display:inline-block;
}
 
label.checked {
	width:180px;
	position:relative;
	padding-left:22px;
	line-height:16px;
	float:left;
}
.entertext {
	width:auto;
	background:#fff;
        height:24px;
        float:left;
}
input[type="text"].entertext {
        position:relative;
        left:1px;
        top:1px;
        width:99%;
        display:inline-block;
}

.plus{  margin-top:7px;
	background-image:url(../images/plus.png);
	width:16px;
	height:16px;
} 
.minus {
	margin-top:7px;
	border-style:none; 
        background-image:url(../images/minus.png); 
        width:16px;
        height:16px;
}

/* CSS Document */
*{
	margin:0;
	padding:0;
}

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#111111;
	font-weight:normal;
	background:#FFF repeat-x top left;
	margin:0;
	padding:0;
}

#wrapper{
	/* width: 1280px; */
	height: 735px;
	background-image: url(../images/bg.png);
	background-repeat:repeat;
	}
	
		
.box {
        height: 510px;
        margin: 0 auto;
        padding: 0;
        width: 1050px;
	}

.box2 {
        height: 100px;
        margin: 0 auto;
        padding: 0;
        width: 1050px;

     }

	
#arrows{
	position: relative;
	padding: 10px;
	top: 157px;
	left: 90px;
	float: left;
	width: 48px;
	height:22px;
	float: left;
	}
	
			
.left {
	
	height:22px ;
	width: 23px ;



	z-index: 9;
	}
#right1 {
top: 0px;
left:-10px;
}

#left4 {
position: relative;
top:0px;
left: 20px;
}

.left:hover {
	
	height:22px ;
	width: 23px ;



	z-index: 9;
	}
.right:hover {
	height:22px;
	width:23px;

	z-index: 9;

	
	}	
	
.right {
	position: relative;
	top: -22px;
	left: 10px;
	height:22px;
	width:23px;

	z-index: 9;

	position: relative;
	float: right;
	}	
.text1{
	width: 142px;
	position:relative;
	color:#ffffff;
	font-size:14px;
	top:120px;
	left:60px;
	z-index:10;
}
.text2{
	position:relative;
	color:#ffffff;
	font-size:13px;
	top:180px;
	left:56px;
	display:inline;
	z-index:10;
}
.text3{
	position:relative;
	color:#ffffff;
	font-size:13px;
	top:130px;
	left:160px;
	z-index:10;
}
	
#step1 {
	position: relative;
	float: left;
	height: 500px;
	width: 260px;
	background:url(../images/sprite_1.png);
	background-repeat: no-repeat;
	z-index: 2;
	}	
	
.color_s1 {
	position: relative;
	top:60px;
	left:55px;
	width: 150px;
	height: 145px;
	background-image: url(../images/sprite_2.png);
	background-position: -140px 6px;
	background-repeat:no-repeat;
	z-index:3;
	}
	
.color_s1.schools {
	background-image: url(../images/sprite_4.png);
	background-position: -140px 6px;	
}	
.slider
	{
	position: relative;
	top: 160px;
	left: 97px;
	background-image:url(../images/slider.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 35px;
	z-index: 4;
	}
		
.control {
	position: relative;
	top: 1px;
	left:1px;
	background-image: url(../images/control.png);
	background-repeat: no-repeat;
	border: thick #D00;
	width: 27px;
	height:27px;
	z-index: 5;
	}
	
#step2 {
	position: relative;
	float: left;
	height: 500px;
	width: 260px;
	background:url(../images/sprite_1.png) no-repeat;
	z-index: 2;
	opacity:0.2;
	}		
	
.color_s2 {
	position: relative;
	top:60px;
	left: 55px;
	width: 150px;
	height: 145px;
	background-image: url(../images/sprite_2.png);
	background-position: -132px -139px;
	background-repeat:no-repeat;
	z-index: 3;
	
}
.color_s2.schools {
	background-image: url(../images/sprite_4.png);
	background-position: -132px -139px;
}
.bnw_s2{
	position: relative;
	top:60px;
	left: 55px;
	width: 150px;
	height: 145px;
	background:url(../images/sprite_2.png) 10px -140px no-repeat;
	z-index:2 ;
	}

.bnw_s2.schools{
	background:url(../images/sprite_4.png) 10px -140px no-repeat;
}
#step3 {
	position: relative;
	float: left;
	height: 500px;
	width: 260px;
	background:url(../images/sprite_1.png);
	background-repeat: no-repeat;
	z-index: 2;
	opacity:0.2;
	
	}		
.bnw_s3{
	position: relative;
	top:60px;
	left: 55px;
	width: 150px;
	height: 145px;
	background:url(../images/sprite_2.png) 8px -280px no-repeat;
	z-index:2 ;
	}
	
.bnw_s3.schools{
	background:url(../images/sprite_4.png) 8px -280px no-repeat;
	width:169px;
}
.color_s3 {
	position: relative;
	top:60px;
	left: 60px;
	width: 150px;
	height: 145px;
	background-image: url(../images/sprite_2.png);
	background-position:-142px -280px;
	background-repeat:no-repeat;
	z-index: 3;
}
.color_s3.schools {
	background-image: url(../images/sprite_4.png);
	background-position:-179px -280px;
	width: 169px;
}

#step4 {
	position: relative;
	float: left;
	height: 500px;
	width: 260px;
	background:url(../images/sprite_1.png);
	background-repeat: no-repeat;
	z-index: 2;
	opacity:0.2;
	}		
.bnw_s4{
	position: relative;
	top:60px;
	left: 55px;
	width: 150px;
	height: 145px;
	background:url(../images/sprite_2.png) 10px -429px no-repeat;
	z-index:2 ;
	}
.bnw_s4_schools{
	position: relative;
	top:60px;
	left: 55px;
	height: 145px;
	background:url(../images/sprite_4.png) 2px -429px no-repeat;
	width:163px;
	z-index:2 ;
}
.color_s4{
	position: relative;
	top:60px;
	left: 60px;
	width: 150px;
	height: 145px;
	background-image: url(../images/sprite_2.png);
	background-position:-142px -428px;
	background-repeat:no-repeat;
	z-index: 3;
}
.color_s4.schools{
	background-image: url(../images/sprite_4.png);
	background-position:-177px -428px;
	width:163px;
}
.direction{
position:relative;
top:150px;
left:150px;
background-image:url(../images/path.png);
width:760px;
height:65px;
z-index:1000;
}
.divider1{
	margin: 0 auto;
	position: relative;
	top: 335px;
	
	background-image:url(../images/line.png);
	background-repeat: no-repeat;
	width: 1093px;
	height:  30px;
	z-index: 6;
	}

.divider2{
	margin: 20px auto;        

        background-image:url(../images/line.png);
        background-repeat: no-repeat;
        width: 1093px;
        height:  30px;
        
        }

.finish_teacherconsole{
        float: right;
        margin-right: -60px;
        width:126px;
        height:38px;
        border:none;
        color:#FFF;
        text-align:center;
        background:url(../images/small_buttonbg.png) no-repeat 0 0;
        font-size:18px;
        font-weight:normal;
        padding:0;
        text-decoration:none;
        cursor:pointer;
}

/* Start Green Button Style */

.begin{
	width:126px;
        height:34px;
        float:right;
        color:#FFF;
        text-align:center;
        background:url(../images/begin_button.png) -126px 0px  no-repeat;
        font-size:18px;
        font-weight:normal;
        margin:2px 0 0 100px;
        display:inline;
        padding:0;
        text-decoration:none;
        border:none;
        cursor:pointer;
}


.begin:hover {
	 width:126px;
        height:34px;
        background:url(../images/begin_button.png) no-repeat 1px 0px;
        text-decoration:none;
}

 /* End Green Button */



/**Block Page Panel**/
.block_darkpanel.businesshome {
	height:518px;
	background:url(../images/darkarea_bg.jpg) repeat-x top left;
	position:relative;
	z-index:2;
}
/*business homepage*/

.darkpanel.businesshome {
	height:418px;
	background:url(../images/darkarea_bg.jpg) repeat-x top left;
	position:relative;
	z-index:2;
}

.homepage_bannerarea.businessbg {
	width:960px;
	height:418px;
	background:url(../images/buz_bannerbg.jpg) no-repeat top left;
	position:relative;
	margin:0 auto;
	padding:0;
	z-index:2;
}



/********** Start  Google Ad Page ************/


.homepage_bannerarea.businessbg.infopart {
	width:370px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	background:none;
	
}

.homepage_bannerarea.businessbg.ad_infopart {
        width:480px;
        height:auto;
        float:left;
        margin:0;
        padding:0;
        background:none;
	color:#FFF;
        font-size:40px;
        font-weight:normal;
        margin:70px 0 0 0;

}

.homepage_bannerarea.businessbg.ad_infopart h2{
	width: 450px;
}

.homepage_bannerarea.businessbg.ad_infopart p{
	width:590px;
	margin-top:15px;	
	font-size:16px;
	line-height:29px;
}

.homepage_bannerarea.businessbg.infopart h2{
	width:auto;
	height:auto;
	float:left;
	color:#FFF;
	font-size:40px;
	font-weight:normal;
	margin:70px 0 0 0;
	padding:0;
	background:none;
	line-height:50px;
}
.homepage_bannerarea.businessbg.ad_diagrampart {
        width:480px;
        height:auto;
        float:right;
        margin:0;
        padding:0;
        background:none;
}

.homepage_bannerarea.businessbg.diagrampart.ad {
        height:394px;
       
        background:url(../images/image_ad.png) no-repeat top left;
        margin:27px 0 0 0px;
        padding:0;
}


.cipa{
        width:300px;
        height:400px;
        background:url(../images/cipa.png) no-repeat 160px 100px;
}
.nudge{ 
	padding:10px 0px !important;
	/*border-top:1px solid #e6e6e6;*/
	border-bottom:1px solid #e6e6e6;
}


.securly_intro h3{
        margin:-20px 0 0 310px;
		background:url(../images/titlebg.gif) repeat-x 50% 50%;
		border:1px solid #e3e3e3;
        color:#6d6f72;
        font-size:16px;
        font-weight:bold;
        line-height: 29px;
		text-align:center;
		width:300px;
		height:35px;
		padding:5px 0 0 0;
		float:left;
}

.securly_intro p img.customers{
	margin: 0px 56px 0px 56px;
	width:190px;
}

.testimonial_image{
	float:left;
	margin-top:20px;
}

.testimonial{
        width:auto;
        height:auto;
	position:relative;
        top:40px;
	margin-left:220px;
        color:#666;
        font-size:16px;
        font-weight:normal;
        line-height:22px;
		font-family:Georgia, "Times New Roman", Times, serif;
}

.description_of_feature{
 
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 29px;
    margin: 40px 0 70px;

}




 p.position_at_school {
        margin-top:35px;
        font-size:16px;
        line-height:18px;
        float:right;
        color:#666;
	padding-bottom:10px;
}


/********** End Google Ad Page ************/

.homepage_bannerarea.businessbg.infopart span.bold{
	width:auto;
	height:auto;
	color:#FFF;
	font-size:50px;
	font-weight:bold;
	margin:0;
	padding:0;
	background:none;
}
.business_homebuttons_section{
	width:270px;
	height:auto;
	float:left;
	margin:36px 0 0 0;
	padding:0;
}
.blockpage_section {
	position:relative;
	top:50px;
	width:578px;
        height:40px;  
        margin:0 auto;	
}

.error_1{
        position:relative;
        top:55px;
        height: 60px;
        width: auto;
        text-align: center;
        background:url(../images/error.png) no-repeat;
        width:auto;
        color:#FFF;
        font-size:26px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';
        margin:0 auto;
        padding: 0 50px 0 50px;
}

.error_1 a{

        font-size:26px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';


}

.block_1 {
        position:relative;
        top:55px;
        height: 60px;
        width: auto;
        text-align: center;
        background:url(../images/block.png) no-repeat;
        width:auto;
        color:#FFF;
        font-size:46px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';
        margin:0 auto;
        padding: 0;
}

.shift {
    background:#ffffff;
    padding:8px; 
    border-radius:10px;
    -moz-border-radius:10px; 	
}
.welcome_1{
	position:relative;	
	top:55px;
	height: 60px;
	width: auto;
	text-align: center;
	background:url(../images/welcome.png) no-repeat;
        width:auto;
        color:#FFF;
        font-size:26px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';
        margin:0 auto;
	padding: 0 50px 0 50px;
}

.welcome_1 a {
        font-size:26px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';
}

.Block_title{
	position:relative;
	width:642px;
	height:40px;
	background:url(../images/title.png) no-repeat;
	margin:0 auto;
}

.Welcome_title,.status_title{
	position:relative;
	width:auto;
	height:40px;
	color:#FFF;
	font-size:46px;
	font-weight:normal;
	font-family: 'a_song_for_jennifer_boldRg';
	margin:0 auto;
}

.status_title{
width:111px;	
}
.Error_title1{
	position:relative;
	left:30px;
        width:111px;
        height:40px;
        background:url(../images/error_text.png) no-repeat;
        margin:0 auto;

}
.subtitle{
	position:relative;
	top:30px;
	width:auto;
	height:20px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#FFF;
	text-align:center;
	font-size:16px;
	margin:20px auto;
}
/*Image frame for School Logos*/
.frame {
	position:relative;
	top:80px;
	text-align:center;	
	height: 128px;
	overflow: hidden;
        clear:both;
}
/*For Blocked page*/
.chalk_duster{
	margin-top:111px;
	margin-left:auto;
	margin-right:auto;
	width:559px;
	height:18px;
	background:url(../images/chalk_duster.png) no-repeat;
}
/*For Welcome page */
.chalk_duster_welcome { 
        margin-top:158px;
	margin-left:auto;
        margin-right:auto;
        width:559px;
        height:18px;
        background:url(../images/chalk_duster.png) no-repeat;
}


/** For bypasssteps page **/
/*
.bypass_head{
        position:relative;
        top:55px;
        height: 60px;
        width: auto;
        text-align: center;
        background:url(../images/error.png) no-repeat;
        width:auto;
        color:#FFF;
        font-size:36px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';
        margin:0 auto;
        padding: 0 50px 0 50px;
}

.bypass_head a{
        font-size:46px;
        font-weight:normal;
        font-family: 'a_song_for_jennifer_boldRg';
}

.bypass_sub{
	position:relative;
	top:30px;
	width:auto;
	height:20px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#FFF;
	text-align:center;
	font-size:20px;
	margin:20px auto;
}

.chalk_duster_bypass { 
        margin-top:266px;
	margin-left:auto;
        margin-right:auto;
        width:559px;
        height:18px;
        background:url(../images/chalk_duster.png) no-repeat;
}
*/
/** End bypasssteps page **/


/*For Error page*/
.chalk_duster_error {
        margin-top:282px;
	margin-left:auto;
	margin-right:auto;
        width:559px;
        height:18px;
        background:url(../images/chalk_duster.png) no-repeat;
}
.last_line{
	width:178px;
	height:17px;
	margin-top:-17px;
}
/**Block page: LOGIN TO ACCESS BUTTON**/
.blockpage_section  a.Login_to_access_button, .submit_panel .requestquote_btn ,.submit_panel {
	width:263px;
	height:34px;
	float:left;		
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	font-size:16px;
	background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -4px;
	margin:0;
	padding:14px 0 0 0;
	border: none;
}

/**Block page:CONTACT ADMIN BUTTON**/
.blockpage_section  a.Contact_Admin_button, .submit_panel .requestquote_btn , .submit_panel  {
	width:263px;
	height:34px;
	float:left;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	font-size:16px;
	background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -4px;
	margin:0;
	padding:14px 0 0 0;
	border: none;
}
.business_homebuttons_section a.contactsales_button, .submit_panel .requestquote_btn, .submit_panel   {
	width:263px;
	height:34px;
	float:left;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	font-size:16px;
	background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -4px;
	margin:0;
	padding:14px 0 0 0;
	border: none;
}
/* Block page "Login to Access" button hover*/
.blockpage_section a.Login_to_access_button:hover, .submit_panel .requestquote_btn:hover, .submit_panel   {
	background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -68px;
}
/*Block page "Contact Admin button hover"*/
.blockpage_section a.Contact_Admin_button:hover, .submit_panel .requestquote_btn:hover, .submit_panel  {
	background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -68px;
}
/*For Block page*/
.homepage_bannerarea.businessbg  span.orpart_block{
	margin-top:15px;
	width:50px;
	height:20px;
	float:left;	
	text-align:center;	
	color:#FFF;
	font-weight:normal;
	font-size:16px;
}
.business_homebuttons_section span.orpart{
	width:263px;
	height:auto;
	float:left;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
}

.business_homebuttons_section a.parents_button {
	width:263px;
	height:34px;
	float:left;
	text-decoration:none;
	color:#2c8bbc;
	font-weight:normal;
	text-align:center;
	font-size:16px;
	background:url(../images/buz_bannerbg_buttons.png) no-repeat -279px -4px;
	margin:0;
	padding:14px 0 0 0;
}
.business_homebuttons_section a.parents_button:hover {
	background:url(../images/buz_bannerbg_buttons.png) no-repeat -279px -68px;
}

.business_homebuttons_section a.contactsales_button:hover, .submit_panel .requestquote_btn:hover, .submit_panel {
	background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -68px;
}

.business_homebuttons_section a.parents_button:hover, .submit_panel .requestquote_btn:hover, .submit_panel {
        background:url(../images/buz_bannerbg_buttons.png) no-repeat 0 -68px;
}


.homepage_bannerarea.businessbg.diagrampart {
	width:590px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
	background:none;
}

.business_cloud {
	width:562px;
	height:123px;
	float:left;
	position:relative;
	background:url(../images/buz_cloudbg.png) no-repeat top left;
	margin:0;
	padding:0;
}


.homepage_bannerarea.businessbg.diagrampart.dg {
	width:586px;
	height:394px;
	float:right;
	background:url(../images/buz_dg.png) no-repeat top left;
	margin:24px 0 0 0;
	padding:0;

}

.homepage_bannerarea.businessbg.diagrampart.dg a.videobutton {
	width:101px;
	height:105px;
	float:left;
	background:url(../images/video_button.png) no-repeat 0 0;
	margin:140px 0 0 220px;
	display:inline;
	padding:0;
	outline:none;
	text-decoration:none;
}

.homepage_bannerarea.businessbg.diagrampart.dg a.videobutton:hover {
	background:url(../images/video_button.png) no-repeat -114px 0;
}

.businessclouds {
	width:960px;
	height:80px;
	float:left;
	position:absolute;
	background:url(../images/buz_cloudbg.png) repeat-x top left;
	margin:0;
	padding:0;
	left:-170px;
	bottom:-19px;
	z-index:5;
}

.businessclouds_block {
	position:relative;
	top:-28px;
	width:100%;
	height:80px;
	z-index:999;
	margin:0;
	padding:0;
	
}

.businessclouds_welcome {
	position:relative;
	top:-38px;
	width:100%;
	height:80px;
	margin:0;
	padding:0;
	z-index:999;
	
}


/********** Start PR  News page  *************/


.seperator{
	margin:10px 0px;
	border-bottom:1px solid #ccc;
}

.press_logo{
	position:relative;
	float:left;
	width:150px;
	height:150px;
	margin:0px 50px 10px 0px;
}

.business_featuresarea .press_logo img {
	margin-top:0px;
	background:#ffffff;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px;
}
.original_post_content{
	width:70%;
	float:left;
}

.content_container1{
	font-size:16px;
	line-height:24px;
}

.date{
	font-weight:normal;
	margin-left: 15px;
	color:#ccc;
	font-size:14px;	
	float:right;
}
.press_title{
	color:#323232;
	font-weight:bold;
	font-size:20px;
	
}

.original_post_content p{
	margin-top:5px;
	margin-bottom:10px;
	text-align:left;
	font-size:16px;
	line-height:24px;
}

a.learn_more{
	color:#0274b9;
	font-size:16px;
}


/**************  End PR News page ************/


.securly_intro {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding-bottom:10px;
}

.s_securlylogo {
	width:187px;
	height:126px;
	float:left;
	background:url(../images/securly_slogo.gif) no-repeat top left;
	margin:18px 0 0 0;
	padding:0;
}

.securly_intro p{
	width:725px;
	height:auto;
	float:right;
	color:#3e3e3e;
	font-size:18px;
	text-align:left;
	line-height:29px;
	margin:40px 0px 20px 0;
	display:inline;
	padding:0;
	
}

.securly_intro p img{
	vertical-align:text-top;
}

.customer_frame p {
		width:100%;
        height:auto;
		float:left;
        color:#3e3e3e;
        display:inline;
        padding:0;
		text-align:center;
		margin-top:20px;
}

.securly_intro h2{
	margin:auto;
	width:70%;
	padding:10px;
	text-align:center;
	color:#6d6f72;
	font-size:24px;
	font-weight:normal;
	line-height: 29px;
}

/*Action Items Start*/
 .action_items {
	width:100%;
        height:auto;
        float:left;
        padding:15px 0px;
	margin:20px 36px;

}
hr.line {
	border: 1px solid #f5f5f5;
}
.intro_item1a {
	background:url(../images/box_bg.png) no-repeat;
        padding:10px;
        float:left;
        width: 275px;
        height: 181px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        font-weight: normal;
        color: #858585;
        margin-top:10px;
	margin-left:-10px;
}

 .intro_item2a, .intro_item3a {
	background:url(../images/box_bg.png) no-repeat;
	padding:10px;
	float:left;
	width: 275px;
	height: 181px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	color: #858585;
	margin-top:10px;
	margin-left:19px;	
}
.intro_item1a h4, .intro_item2a h4, .intro_item3a h4 {
	float:none !important;
}

.content_container1.paralign {
	width:67% !important;
	margin:0px 238px!important;
}
.cta_images {
	width:87px;
	float:left;
	text-align:center;
	padding:5px;
}

.cta_description {
	width:167px;
	height:80px;
	float:right;
	padding:5px;
}
/*.intro_item1a p, .intro_item2a p, .intro_item3a p{
	padding:10px;
	clear:both;
	width:200px;
	height:55px;
	float:right;
	
}
*/

.action_items a {
	font-size:16px;
	padding:15px;
	float:right;
}

.action_items h4 {
	float: left;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	color: #666;
	padding:10px;
}
.phone {
	margin-right:-15px;
}
.call {
	font-size:1em;
	display:inline-block;
	 display: -moz-inline-stack;
	vertical-align:top;
}
/*End Action Items*/
.business_featureswrapper, .business_testimonialwrapper{
	width:100%;
	height:auto;
	float:left;
	background:#fafafa;
	border:1px solid #f5f5f5;
	border-left:none;
	border-right:none;
	margin:15px 0 0 0;
	padding:0 0 35px 0;
}

.business_testimonialwrapper {
	background:#FFF;
	padding:0 0 20px 0;
}

.partners_logobox, .logowrapper, .asseenin_logobox {
	width:400px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.logowrapper {
	width:100%;	
}
.asseenin_logobox {
	width:550px;
}


.partners_logobox h4, .asseenin_logobox h4{
	width:auto;
	height:auto;
	float:left;
	color:#666;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin:5px 0 0 0;
}

.logowrapper {
	margin:15px 0 0 0;
}



.logowrapper span.logo {
	width:160px;
	height:40px;
	float:left;
	margin:0 0 0 15px;
	display:inline-block;
	padding:0;
}

.logowrapper span.logo.amplified {
	background:url(../images/amplified_IT_gray.png) no-repeat top left;
}

.logowrapper span.logo.newmind {
	background:url(../images/newmind_gray.png) no-repeat top left;
}

.logowrapper span.logo.techcrunch {
	background:url(../images/techcrunch_gray.png) no-repeat top left;
}

.logowrapper span.logo.edsurge {
	background:url(../images/edsurge_gray.png) no-repeat top left;
}

.logowrapper span.logo.educationweek {
	background:url(../images/edweek_gray.png) no-repeat top left;
}
.business_featuresarea h3 {
	width:100%;
	height:auto;
	float:left;
	color:#333;
	font-size:2.5rem;
	font-weight:normal;
	text-align:center;
	margin:20px 0 0 0;
	padding:0;
}

.business_featurespanel {
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

.business_featuresbox {
	width:452px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.business_featuresbox.top {
	width:452px;
	height:18px;
	float:left;
	background:url(../images/buz_featuresbox.gif) no-repeat 0 0;
	overflow:hidden;
}

.business_featuresbox.mid {
	width:452px;
	height:160px;
	float:left;
	background:url(../images/buz_featuresbox_mid.gif) repeat-y 0 0;
	position:relative;
}

.business_featuresbox_contentarea{
	width:425px;
	height:90px;
	float:left;
	margin:15px 0 0 15px;
	display:inline;
	padding:0;
}

.business_featuresbox_contentarea.left {
	width:100px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}



.business_featuresbox_contentarea.left span.icons {
	width:100px;
	height:96px;
	float:left;
	margin:0px 0 0 0;
	padding:0;
}

.business_featuresbox_contentarea.left span.icons.teacher_console{
        background:url(../images/stopwatch.png) no-repeat 0 -12px;
}

.business_featuresbox_contentarea.left span.icons.safe_search {
	background:url(../images/buz_featuresicons.png) no-repeat 0 0;
}

.business_featuresbox_contentarea.left span.icons.youtube {
	background:url(../images/buz_featuresicons.png) no-repeat -135px 0;
}

.business_featuresbox_contentarea.left span.icons.safe_socialmedia {
	background:url(../images/buz_featuresicons.png) no-repeat 0 -142px;
}

.business_featuresbox_contentarea.left span.icons.activedirectory {
	background:url(../images/buz_featuresicons.png) no-repeat -145px -112px;
}




/* Removed for grading
 * .business_featuresbox_contentarea.left span.icons.takehome {
        background:url(../images/takehome.png) no-repeat;
}*/

.business_featuresbox_contentarea.left span.icons.granular {
        background:url(../images/granular_filtering.png) no-repeat;
}


.business_featuresbox_contentarea.left span.icons.YT_for_schools {
        background:url(../images/New_icon_set.png) no-repeat 0px -12px;
}

.business_featuresbox_contentarea.left span.icons.gafe {
        background:url(../images/New_icon_set.png) no-repeat -100px -15px;
}

.business_featuresbox_contentarea.left span.icons.Chromebook_filtering {
        background:url(../images/New_icon_set.png) no-repeat -0px -114px;
}

.business_featuresbox_contentarea.left span.icons.Device_filtering {
        background:url(../images/New_icon_set.png) no-repeat -100px -112px;
}

.business_featuresbox_contentarea.left span.icons.relaxed_policies {
        background:url(../images/New_icon_set.png) no-repeat 0px -212px;
}

.business_featuresbox_contentarea.left span.icons.no_hardware {
        background:url(../images/New_icon_set.png) no-repeat -100px -210px;
}

.business_featuresbox_contentarea.left span.icons.cipa_focused {
        background:url(../images/New_icon_set.png) no-repeat 0px -312px;
}

.business_featuresbox_contentarea.left span.icons.bypass_blocked {
        background:url(../images/New_icon_set.png) no-repeat -100px -307px;
}

.business_featuresbox_contentarea.left span.icons.black_and_white_lists {
        background:url(../images/New_icon_set.png) no-repeat 0px -410px;
}

.business_featuresbox_contentarea.left span.icons.whitelist_teachers {
        background:url(../images/New_icon_set.png) no-repeat -100px -412px;
}

.business_featuresbox_contentarea.left span.icons.locked_down {
        background:url(../images/New_icon_set.png) no-repeat 0px -506px;
}

.business_featuresbox_contentarea.left span.icons.forced_logins {
        background:url(../images/New_icon_set.png) no-repeat -100px -512px;
}



/*CSS for new code = tiny icons + link to "More"*/


.business_featuresbox_footerlinksbox {
    bottom: 0;
    float: left;
    height: 25px;
    left: 0;
    margin-left:20px;
    padding: 0;
   	position: absolute;
    width: 436px;
	height:auto;
}

.featurebox_links {
        width:auto;
        height:auto;
        float:left;
        margin:5px 0 0 105px;
        display:inline;
        padding:0;
}
.featurebox_iconsarea {
        width:auto;
        height:auto;
        float:right;
        margin:0;
        padding:0 10px 0 0;
}

.featurebox_iconsarea span.icon{
        width:20px;
        height:20px;
        float:left;
        display:inline-block;
        margin:0 0 0 10px;
        display:inline;
        padding:0;
}

.featurebox_iconsarea span.icon.cost{
        background:url(../images/feature_icons.png) no-repeat 0 0;
}

.featurebox_iconsarea span.icon.time{
        background:url(../images/feature_icons.png) no-repeat -38px 0;
}

.featurebox_iconsarea span.icon.learning{
        background:url(../images/feature_icons.png) no-repeat -76px 0;
        width:25px;
}


.featurebox_iconsarea span.icon.smiley{
        background:url(../images/feature_icons.png) no-repeat -125px 0;
}

.featurebox_iconsarea span.icon.security{
        background:url(../images/feature_icons.png) no-repeat -167px 0;
}

/*End CSS for new code*/






.business_featuresbox_contentarea.right {
	width:325px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	display:inline;
}

.business_featuresbox.mid h4{
	width:80%;
	height:auto;
	float:left;
	font-size:20px;
	text-align:left;
	font-weight:normal;
	color:#666;
	margin-left:20px;	
	padding:0px;
	
}

.business_featuresbox_contentarea.right p{
	width:300px;
	float:left;
	font-size:14px;
	line-height:20px;
	text-align:left;
	font-weight:normal;
	color:#858585;
	position:relative;
	padding:0;
	display:inline;	
	top:20px;
	clear:none;
}
.business_featuresbox_contentarea.right h1{
        
	font-size:14px;
        font-weight:normal;
        color:#858585;
       	
	text-align: left;
        display:inline; 
        
}


.business_featuresbox.bot {
	width:452px;
	height:18px;
	float:left;
	background:url(../images/buz_featuresbox.gif) no-repeat 0 -32px;
}

.laptop_project {
	width:522px;
	height:356px;
	float:left;
	background:url(../images/laptop_bg.png) no-repeat top left;
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
}

a.project_thumbail {
	width:364px;
	height:229px;
	float:left;
	position:relative;
	top:19px;
	left:82px;
	z-index:15;
	border:none;
	border:1px solid #000;
}

a.project_thumbail:hover {
	box-shadow:0 0 3px #3F0;
	text-decoration:none;
}

#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:50px;
}

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.dialog-box {
    background:#f9f9f9;
    color: #888888;
    height: auto;
    left: 100%;
    padding: 15px 25px 0 15px;
    position: absolute;
    top: 18%;
    width: 800px;
    z-index: 1001;
	border:5px solid #333;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000 url(../images/overlay_black.png) repeat top left;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    -moz-opacity: 0.8;
     opacity:.80;
     filter: alpha(opacity=80);
}

a.boxclose {
    background:url(../images/cancel.png) no-repeat top left;
    float: right;
    height: 23px;
    right: -25px;
    position: relative;
    top: -20px;
    width: 23px;
}

.contact_contentarea, .contact_formarea, .submit_panel {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.contact_contentarea h2 {
	width:auto;
	float:left;
	color:#2c8bbc;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	margin:10px 0 0 15px;
	display:inline;
	padding:0;
	filter: alpha(opacity=80);
}

.contact_formarea {
	margin:15px 0 0 0;
}

.contact_formarea.col1, .contact_formarea.col2 {
	width:88%;
	margin:0 auto;
}

.contact_formarea.col2 {
	float:left;
	margin: 0 0 0 20px;
	display: inline;	
}

.contact_formarea li{
	width:100%;
	height:auto;
	float:left;
	list-style:none;
	margin:25px 0 0 0;
	padding:0;
}

.contact_formarea li:first-child{
	margin:20px 0 0 0;
}

.contact_formarea li span.label {
	width:100px;
	height:auto;
	float:left;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin:7px 0 0 0;
	padding:0;
}

.contact_formarea li span.label.check{
	text-align:left;
	width:270px;
	margin:7px 0 0 10px;
	font-weight:normal;
}

.contact_formarea li span.helptext{
	width:235px;
	height:auto;
	float:right;
	color:#CCC;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	margin:5px 0 0 0;
	display:inline;
	padding:0;
}


.contact_formarea li .text, .contact_formarea li .textarea {
	width:230px;
	height:28px;
	float:right;
	border:1px solid #CCC;
	background:#FFF;
	color:#666;
	font-size:12px;
	font-weight:normal;
	-moz-box-shadow: inset 1px 1px 2px #dedede;
	-webkit-box-shadow: inset 1px 1px 2px #dedede;
        box-shadow: inset 1px 1px 2px #dedede;
	/* For IE 8 */
   	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#dedede')";
   	/* For IE 5.5 - 7 */
   	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#dedede');
	margin:0 0 0 15px;
	padding:0 0 0 8px;
	font-family: Helvetica, Arial, sans-serif;
	margin:0 0 0 15px;
	padding:0 0 0 8px;
	font-family: Helvetica, Arial, sans-serif;
	resize:none;
}

.contact_formarea li .textarea {
	height:70px;
}

.contact_formarea li .checkbox {
	width:15px;
	height:15px;
	float:left;
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 0 50px;
	display:inline;
	padding:0;
}

.submit_panel {
	position:relative;
	margin:25px 0 0 0;
	background:#d8d8d8 repeat top left;
	border-top:2px solid #c2c2c2;
	height:auto;
	padding:0 0 25px 0;
	width:100%;


}

.submit_panel .requestquote_btn {
	margin:25px 0 0 20%;
	height: 49px;
	padding: 0;
}

/*Policymap style*/
/*
.pushright {
	position:relative;
	left:822px;
}
*/
.dropdown {
	color: #555;
	margin: 3px -22px 0 0;
	width: 160px;
	height: 17px;
	text-align:left;
	position:relative;
	left:822px;
}

.submenu {
	background: #fff;
	position: relative;
	top: -23px;
        left: -199px;
	z-index: 100;
	width: 320px;
	display: none;
	padding: 40px 0 5px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);

}
.submenu2 {
        background: #fff;
        position: relative;
	top: -23px;
        left: -66px;
        z-index: 100;
        width: 178px;
        display: none;
        margin-left: 10px;
        padding: 40px 0 5px;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);

}




.dropdown li a{
	color: #555555;
	display: block;
	font-family: arial;
	font-weight: normal;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration:none;
}

.dropdown li a:hover {
	background:#2c8bbc;
	color: #FFFFFF;
	text-decoration: none;
}

a.account {
	font-size: 11px;
	position: relative;
	z-index: 110;
	display: block;
	padding: 9px 0 0 0px;
	height: 28px;
	width: 296px;
	float:right;
	margin: -19px 49px 0 -10px;
	text-decoration: none;
	background: url(../images/white_arrow.png) 281px 0px no-repeat ;
	cursor:pointer;
	color:#5d5d5d;
	font-weight:bold;

}

 a.account2 {
	font-size: 11px;
	position: relative;
	z-index: 110;
	display: block;
	padding: 9px 0 0 0px;
	height: 28px;
	width: 202px;
	float: right;
	margin: -19px 0 0 132px;
	text-decoration: none;
	background: url(../images/white_arrow.png)139px 0px no-repeat;
	cursor: pointer;
	color: #5d5d5d;
	font-weight: bold;
}



.root {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	border-top:1px solid #dedede;
}

/*End Policymap Editor style*/


/*new styles for message*/

.message_wrapper {
	width:500px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.message_box {
	width:500px;
	height:auto;
	float:left;
	background:#f8f8f8 url(../images/msg_box.gif) repeat-x bottom left;
	margin:50px auto 0;
	padding:0 0 30px 0;
	border:3px solid #CCC;
	border-radius:8px;
	-moz-box-shadow: 4px 2px 2px #000;
	-webkit-box-shadow: 4px 2px 2px #000;
        box-shadow: 4px 2px 2px #000;
	 /* For IE 8 */
    	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=125, Color='#000')";
    	/* For IE 5.5 - 7 */
    	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=125, Color='#000');
}

.inner {
	padding:10px;
}

.message_box_titlebox, .message_box_contentarea {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.message_box_contentarea {
	margin-top:25px;
}

.message_box_contentarea h2, .message_box_contentarea p{
	width:100%;
	height:auto;
	float:left;
	color:#58adc6;
	font-size:22px;
	text-align:center;
	margin:0;
	padding:0;
}

.message_box_contentarea p{
	color:#666;
	font-size:14px;
	line-height:20px;
	margin:15px 0 0 0;
}

.message_box_contentarea .dashboard {
	width: 100%;
}

.message_box_contentarea .dashboard p{
	padding-left: 50px;
	text-align: left;
}

.message_box_contentarea ul{
	float: left;
        color:#666;
        font-size:14px;
        line-height:20px;
        margin:15px 0 0 0;
}


.message_box_contentarea a, .message_box_contentarea a:link, .message_box_contentarea a:visited {
	color:#2c8bbc;
	font-size:14px;
	text-decoration:none;
}

.message_box_contentarea a:hover {
	text-decoration:underline;
}

.message_box_titlebox span.icon{
	width:314px;
	height:98px;
	float:left;
	text-align:center;
	display:inline-block;
	margin:10px 0 0 80px;
	display:inline;
	padding:0;
}

.message_box_titlebox span.icon.alert{ 
	background:url(../images/msg_boxicon_alert.png) no-repeat 0 0;
}

.message_box_titlebox span.icon.success{ 
	background:url(../images/msg_boxicon_success.png) no-repeat 0 0;
}

.message_box_titlebox span.icon.welcome{ 
	background:url(../images/msg_boxicon_welcome.png) no-repeat 0 0;
}


.message_box_bot {
	width:684px;
	height:30px;
	background:url(../images/msg_bot.png) no-repeat top left;
	margin:0 auto;
	padding:0;
}


.grid_box {
        width:100%;
        height:auto;
        float:left;
        background:#FFF;
        border:1px solid #CCC;
        margin:20px 0 0 0;
}
.grid_box.full {width: 100%;}
.grid_box.quarter {width:65%;}
.grid_box.small{
	width:48%;
}

.grid_row1, .grid_row2, .grid_row3, .grid_row4 {
	width:100%;
	height:auto;
	float:left;
	background:#FFF;
	border:1px solid #CCC;
	margin:30px 0 0 0;
}


.grid_row1.header {
	background:#444444 url(../images/gird_headerbg.gif) repeat-x top left;
	height:30px;
	border:none;
	margin:0;
}

.grid_row3.header {
	background:#FFF url(../images/silver_headerbg.jpg) repeat-x bottom left;
	height:32px;
	border:none;
	margin:0;
}

.grid_wrapper {
	width:100%;
	min-height:auto;
	max-height:450px;
	float:left;
	overflow-y:scroll;
	overflow-y:auto;
	overflow-x:hidden;
}

.grid_wrapper.db_small {
	width:300px;
	height:auto;
	float:left;
	margin:10px 0 0 50px;
	display:inline;
	padding:0;
	list-style:none;
}

.grid_wrapper.db_fullwidth {
	width:100%;
	height:300px;
	float:left;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow-y:auto;
	margin:0;
	padding:0;
	list-style:none;
}


.grid_wrapper.db_small li, .grid_wrapper.db_fullwidth li {
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}

.grid_wrapper.db_fullwidth li.odd {
	background:none;
	margin:1px 0 0 0;
}

.grid_wrapper.db_fullwidth li.even {
	background:#eeeeee;
	margin:1px 0 0 0;
}

.grid_wrapper.db_small li:last-child {
	margin:12px 0 0 0;
	border:none;
}

.grid_wrapper.db_fullwidth li:last-child {
	border:none;
}

.grid_wrapper.db_small li span.label, .grid_wrapper.db_small li span.description, .grid_wrapper.db_fullwidth li span.ipaddresses, .grid_wrapper.db_fullwidth li span.blockedtext, .grid_wrapper.db_fullwidth li span.timestamp  {
	width:100px;
	height:auto;
	float:left;
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 5px;
	display:inline;
	padding:0;
}

.grid_wrapper.db_fullwidth li span.timestamp  {
	width:auto;
	float:right;
	color:#b4b4b4;
	margin:5px 10px 0 0;
	font-size:11px;
	padding:0;
}

.grid_wrapper.db_fullwidth li span.ipaddresses {
	width:250px;
	margin:12px 0 0 15px;
	display:inline;
}

.grid_wrapper.db_fullwidth li p {
	width:250px;
	height:auto;
	float:left;
	margin:5px 0 0 15px;
	line-height:normal;
	display:inline;
	padding:0;
}


.grid_wrapper.db_fullwidth li span.blockedtext {
	width:250px;
	color:#c25543;
	font-weight:bold;
	line-height:normal;
	margin:0;
	display:inline;
}

.grid_wrapper.db_small li span.description{
	width:190px;
	font-weight:bold;
}

.grid_row2, .grid_row3, .grid_row4 {
	background:#FFF url(../images/grid_row.gif) repeat-x bottom left;
	height:30px;
	border:none;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:0;
}

.grid_row4 {
	height:auto;
	padding:0 0 10px 0;
	border:none;
}

.grid_row1.header span.title_policy_emails {
        width:160px;
        height:auto;
        float:left;
        color:#FFF;
        font-size:14px;
        text-align:left;
        font-weight:normal;
        margin:7px 0 0 15px;
        display:inline;
        padding:0;
}

.grid_row1.header span.bl_policy_emails {
        width:auto;
        height:auto;
        float:right;
        color:#FFF;
        font-size:14px;
        text-align:left;
        font-weight:normal;
        margin:0 0 0 15px;
        display:inline;
        padding:0;
}
.grid_row1.header span.title, .grid_row2 span.description, .grid_row3.header span.title {
	width:85%;
	height:auto;
	float:left;
	color:#FFF;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	margin:7px 0 0 15px;
	display:inline;
	padding:0;
}

.grid_row1.header span.block {
	color:#CCC;
	font-size:12px;
}

.grid_row2 span.description {
	color:#666;
	font-size:13px;
	margin-top:10px;

}

.grid_row3.header span.title {
	color:#333;
}

.grid_col {
	width:auto;
	height:30px;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #CCC;
}


.grid_col.fgrid_col1 {
        width:49%;
}

.grid_col.fgrid_col2 {
        width:25%;
}

.grid_col.fgrid_col3{
        width:25%;
        border:none;
}

.grid_col.grid_col1 {
	width:480px;
}

.grid_col.grid_col2 {
	width:480px;
}

.grid_col.grid_col3{
	width:25%;
	border:none;
}
	
.grid_row2 .checkbox {
	width:17px;
	height:17px;
	float:left;
	background:#FFF;
	color:#666;
	border:1px solid #CCC;
	margin:5px 110px 0 50px;
	display:inline;
	padding:0;
}

.grid_row2 .filter_policy {
	width:100px;
	height:17px;
	float:left;
	background:#FFF;
	color:#666;
	margin:5px 0 0 100px;
	display:inline;
	padding:0;
}
.help_icon{
	width:17px;
	height:17px;
	background:url(../images/help_icon.png) no-repeat top left;
	text-decoration:none;
	margin:7px 0 0 10px;
	padding:0;
	display:inline-block;
	vertical-align:middle;
}


		/*
			TOOLTIP
		*/

		#tooltip
		{
			font-family: Ubuntu, sans-serif;
			font-size: 0.875em;
			text-align: center;
			text-shadow: 0 1px rgba( 0, 0, 0, .5 );
			line-height: 1.5;
			color: #fff;
			background: #333;
			background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
			background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
			background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
			background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
			background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
			background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border-top: 1px solid #fff;
			-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
			-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
			box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
			position: absolute;
			z-index: 100;
			padding: 15px;
		}

			#tooltip:after
			{
		        width: 0;
		        height: 0;
		        border-left: 10px solid transparent;
		        border-right: 10px solid transparent;
		        border-top-color: #333;
				border-top: 10px solid rgba( 0, 0, 0, .7 );
				content: '';
				position: absolute;
				left: 50%;
				bottom: -10px;
				margin-left: -10px;
			}

				#tooltip.top:after
				{
			        border-top-color: transparent;
			        border-bottom-color: #333;
					border-bottom: 10px solid rgba( 0, 0, 0, .6 );
					top: -20px;
					bottom: auto;
				}

				#tooltip.left:after
				{
					left: 10px;
					margin: 0;
				}

				#tooltip.right:after
				{
					right: 10px;
					left: auto;
					margin: 0;
				}

		/*
			---
		*/


.db_loginfo_wrapper {
	width:100%;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0;
}

.db_loginfo_wrapper span.login_info {
	width:auto;
	height:auto;
	float:right;
	color:#58adc6;
	font-size:14px;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
}

.db_statsbox {
	width:225px;
	height:108px;
	float:left;
	background:url(../images/black_dbbg.png) no-repeat top left;
	margin:10px 0 0 12px;
	display:inline;
	padding:0;
}

.db_statsbox span.stats {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-weight:normal;
	font-size:40px;
	vertical-align:middle;
	margin:35px 0 0 0;
	padding:0;
}


.db_statsbox span.stats.scanned {
	color:#FFF;
}

.db_statsbox span.stats.blocked {
	color:#c25543;
}

.db_statsbox span.title {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	color:#d2d2d2;
	margin:2px 0 0 0;
	padding:0;
}

.grid_row4 span.account_icon{
	width:80px;
	height:80px;
	float:left;
	background:url(../images/db_icons.png) no-repeat 0 0;
	display:inline-block;
	margin:0;
	padding:0;
}

.grid_row4 span.googleapps_icon{
	width:80px;
	height:80px;
	float:left;
	background:url(../images/db_icons.png) no-repeat -110px 0;
	display:inline-block;
	margin:0;
	padding:0;
}

.grid_row4 span.ip_icon{
	width:22px;
	height:22px;
	float:left;
	background:url(../images/db_icons.png) no-repeat -23px -93px;
	display:inline-block;
	margin:7px 0 0 5px;
	padding:0;
}

.grid_row4 span.blocked_icon{
	width:23px;
	height:23px;
	float:left;
	background:url(../images/db_icons.png) no-repeat -135px -95px;
	display:inline-block;
	margin:7px 0 0 5px;
	padding:0;
}

.center {
	width:100% !important;
	text-align:center !important;	
}

.navigation {
	width:960px;
	height:32px;
	margin:0 auto;
	padding:0;
}

.navigation li {
	width:auto;
	height:32px;
	float:left;
	list-style:none;
	border-right:1px solid #616161;
	margin:0;
	padding:0;
}

.leftmost {
	border-left: 1px solid #616161;
}

.navigation li:hover, .navigation li.selected {
	background: #2c8bbc; /* Old browsers */
    background: -moz-linear-gradient(top,  #2c8bbc 0%, #349dd4 3%, #2c8bbc 56%, #1c6287 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c8bbc), color-stop(3%,#349dd4), color-stop(56%,#2c8bbc), color-stop(100%,#1c6287)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2c8bbc 0%,#349dd4 3%,#2c8bbc 56%,#1c6287 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2c8bbc 0%,#349dd4 3%,#2c8bbc 56%,#1c6287 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2c8bbc 0%,#349dd4 3%,#2c8bbc 56%,#1c6287 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2c8bbc 0%,#349dd4 3%,#2c8bbc 56%,#1c6287 100%); /* W3C */
}

.navigation li a {
	width:auto;
	height:22px;
	float:left;
	color:#FFF;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:10px 25px 0 25px;
	text-decoration:none;
}

/* vinay */	


.dashboard_wrapper {
    background-color:#f2f4f6;
    width: 100%;
    height: 100%;
}

.db_boxwrapper {
    width:100%;
    height:auto;
    float:left;
    margin:25px 0 0 0;
    padding:0;
}

.grid-spacer {
	padding:20px;
	float:left;
}
.db_boxes {
	width:100%;
	height:450px;
	float:left;
	margin:0;
	padding:0;
	background:#FFF;
	border:1px solid #e8e9ee;	
}
.db_boxes.small{
	width:48%;	
	height:400px;
}

.db_boxes.small.rightbox{
	float:right;
}

.db_boxes .title{
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #e8e9ee;
	margin:0;
	padding:0;
}

.db_boxes .title span.dbtitle{
	width:auto;
	height:auto;
	float:left;
	margin:15px 0 0 20px;
	padding:0 0 15px 0;
	color:#999;
	font-size:15px;
	font-weight:normal;
}

.filterbox {
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	z-index:1000;
}

.filterbox.filterbox_slot {
	width:160px;
	margin:0;
	padding:0;	
}

.filterbox.filterbox_slot span.label{
	width:100%;
	height:auto;
	float:left;
	color:#666;
	font-size:12px;
	text-align:left;
}

.filterbox.filterbox_slot .text, .filterbox.filterbox_slot .select{
	width:85%;
	height:28px;
	float:left;
	border:1px solid #e8e9ee;
	background:#FFF;
	color:#666;
	font-size:12px;
	font-weight:normal;
	margin:7px 0 0 0;
	padding:0 0 0 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.filterbox.filterbox_slot .select{
	padding-top:4px;
	height:28px;
}

.wordcloud {      
    margin: 0.5in auto;
    padding: 0;
    page-break-after: always;
    page-break-inside: avoid;
    width: 320px;
}  
.sliderBtn-outer {
    margin-top:-15px;
    float: right;
    width: 94px;
    height: 28px;
    overflow: hidden;
}
.sliderBtn {
    background: url('../images/itoggle.png') 0;
    width: 147px;
    height: 28px;
}
.db_boxes{
    -webkit-appearance: none;
     -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
             border-radius: 10px;                 
}
.accessShadow{
	border: 1px solid #d4e5ee;
}
.blockedShadow{
	border: 1px solid #eed4d4; 
}
