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

/* a few reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, ul li, form, fieldset {
	margin: 0;
	padding: 0;
}

img { border: 0; }
ul, li, ol { list-style: none; }
a, a:visited{ text-decoration: none; }

.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.hide { display: none; }

/* Let's just get everybody on the same page */
h1 { font-size: 2.2em; margin: 5px 0px 10px 0px; }
h2 { font-size: 1.8em; margin: 3px 0px 8px 0px; }
h3 { font-size: 1.4em; margin: 3px 0px 8px 0px; color:rgb(10 10 10);}
h4 { font-weight: bold; margin: 3px 0px 8px 0px;  }
p { font: 1.2em Arial; margin: 3px 0px 8px 0px; }
h3 a, h3 a:visited, h3 a:hover {color:rgb(10 10 10);}
.module_header .left {color:rgb(10 10 10);}
.small { font-size: 0.9em; }
.highlight, label.required { color: #475c87; font-weight: bold; }

input, select, textarea { border: 1px solid #ccc; border-left: 1px solid #777; border-top: 1px solid #777; padding: 4px; font: 1.2em Arial; margin: 2px; }
input.up { border: 1px solid #ccc; border-right: 1px solid #777; border-bottom: 1px solid #777; }
input:focus, select:focus, textarea:focus	{ background-color: #e1efff; border: 1px solid #777; }
button { border: 1px solid #ccc; border-right: 1px solid #777; border-bottom: 1px solid #777; padding: 4px; font: 1.2em Arial; margin: 2px; }

a , a:visited { color: #0A5366; }
a:hover { color: #0A5366; text-decoration:underline; }

.todo_update_email{ color: rgb(10 10 10); }

ol.formatted_list, ul.formatted_list { margin: 5px 0px 15px 30px; list-style: disc outside none; }
ol.formatted_list li, ul.formatted_list li { list-style: disc outside none; padding-left: 5px; }
ol.formatted_list, ol.formatted_list li { list-style-type:decimal }

/* Wrappers and such */
body {
	border: 0;
	/* background: #f8f8f8 url(../images/page_bg.jpg) repeat-x; */
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* default font size to 10px */
	color: #333;
	text-align: center;
	}
#wrapper { width: 950px; margin: 0 auto; text-align: left; position: relative; min-height: 650px; } /* pos: Relative so the hero overlay is from inside the wrapper */
.wrapper { width: 950px; margin: 0 auto; text-align: left; position: relative;} /* pos: Relative so the hero overlay is from inside the wrapper */
#header { height: 85px; padding-top: 14px; }
#sp_head { height: 63px; background: url('../images/sp_banner_tile.jpg') repeat-x; margin-bottom: 10px;}
#sp_head .splogo { height: 63px; background: url('../images/sp_banner_right.png') right no-repeat; }
#sp_head .splogo p { line-height: 63px; margin: 0; padding: 0; font-size: 13px; color: #eee; font-weight: bold; }
#sp_head a { text-decoration: none; margin-right: 10px; color: #999; }

/* top menu */
#top_nav {  margin: 0px 0px; margin-top: 5px; position: relative; }

#top_nav ul { height: 50px; }
#top_nav ul li { background-color: rgb(230 231 231);  display: block; float: left;border-right: 1px solid white; }

#top_nav ul li a {
	/* inline-block plays nice with IE6 and up */
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	font-weight: bold;
	color: rgb(10 10 10);
	padding: 0px 20px;
	text-decoration: none;
	}

#top_nav ul li a.selected { background-color: rgb(10 10 10); color:rgb(255 255 255); }
#nav_cusom_ul {background: rgb(230 231 231);
    border-style: solid;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: none; }
#nav_cusom_ul li:first-child, #top_nav ul li:first-child a  {     border-top-left-radius: 25px;}
li.nav_help, li.nav_help a  {  background-position: 0px; border-top-right-radius: 25px;   }
li.nav_float_right {float: right !important; border-left: 1px solid white;}

/*#top_nav ul li a:hover { background-color: rgb(10 10 10); }
#top_nav ul li:first-child a:hover { border-radius: 16px 0px 0px 0px; }*/


/* submenus */
#top_nav ul li ul { position: absolute; height: auto; top: -1000px; background: rgb(230 231 231); z-index: 1005; border: 1px solid #ccc; border-color: #f3f3f3 #f3f3f3 #ccc #ccc; border-top: 0px; width: 200px; }
#top_nav ul li:hover ul { top: 50px; }
#top_nav ul li ul li { background: none; display: static; float: none; }
#top_nav ul li ul li a, #top_nav ul li ul li a:hover { position: relative; background-color: #f6f6f6; height: auto; line-height: 16px; width: 180px; font-size: 1.1em; color: rgb(10 10 10); background: none; display: static; padding: 5px 10px; }
#top_nav ul li ul li a:hover { background-color: rgb(10 10 10); color:rgb(255 255 255); border-radius: 0 !important; }

/* the Primary Callouts on the top right */
.top_callout {
	background: url(../images/top_callout_bg.jpg) repeat-x 0 0;
	height: 60px;
	margin-right: 5px;
	padding: 10px 15px;
	color: #0A5366;
	display: block;
	border-bottom: 1px solid #666;
	border-right: 1px solid #999;
	}

.top_callout h2 { font: bold 1.5em Arial; }
.top_callout input { font: 1.0em Arial; }


/* The registration dialog */
.regdialog { padding: 25px; font-size: 1.4em; }
.regdialog a { font-weight: bold; font-size: 1.3em;}

/* Below the menu */
#subnav { height: 220px; margin: 8px 0 14px 0; position: relative; }

/* Our cool Technician, absolutely positioned to go over the menu */
#hero_image {
	width: 157px;
	height: 286px;
	position: absolute;
	right: -15px;
	top: -67px;
	background: none;
	background: url(../images/hero_image.png) no-repeat 0 0;
	z-index: 10;
	}

/* these are the main background images.  They rotate but are all the same size and shape */
.hero_1, .hero_2, .hero_3, .hero_4 { background: url(../media/hero_1.jpg) no-repeat 0 0; width: 950px; height: 220px; }
.hero_2 { background: url(../media/hero_2.jpg) no-repeat 0 0; }
.hero_3 { background: url(../media/hero_3.jpg) no-repeat 0 0; }
.hero_4 { background: url(../media/hero_4.jpg) no-repeat 0 0; }
.hero_contactus { background: url(../media/hero_contactus.jpg) no-repeat 0 0; width: 950px; height: 220px; }
.hero_dsp { background: url(../media/hero_dsp.jpg) no-repeat 0 0; width: 950px; height: 220px; }
.hero_technicians { background: url(../media/hero_technicians.jpg) no-repeat 0 0; width: 950px; height: 220px; }
.hero_community { background: url(../media/hero_community2.jpg) no-repeat 0 0; width: 950px; height: 220px; }

#slideshow_buttons { position: absolute; width: 86px; height: 18px; left: 5px; margin-top: 205px; z-index: 7;}
.hero_fade { position: absolute; left: 490px; margin-top: 15px; height: 190px; width: 460px; background-color: #444; z-index: 8; opacity: 0.8; filter: alpha(opacity=80) }
.hero_verticaltext { position: absolute; left: 490px; height: 220px; width: 260px; padding: 25px 25px; z-index: 9;}
.hero_verticaltext h1 { color: #fff; font-size: 1.9em; margin: 0px 0px 7px 0; }
.hero_verticaltext p { margin: 10px 0; font-size: 1.3em; color: #eee; padding: 0px 5px; }

.hero_verticaltext ul, .hero_verticaltext li { list-style: disc outside none; color: #fff; font-size: 1.2em; }

#page_content { background: transparent; padding: 10px 0px 15px; font-size: 1.2em; } /* removed overflow: hidden; because it broke site on brandon's machine - Dallas*/

/* Claim Boxes */
.claim { float: left; background: url(../images/claim_box.png) no-repeat 0 0; width: 220px; height: 101px; margin-right: 23px; text-align: center;}
.claim h3 { padding-top: 10px; color: rgb(10 10 10) font-weight: bold; font-size: 1.2em; }
.claim p { text-align: left; padding: 0px 80px 0px 10px; font-size: 0.8em;}

.claim .clock { width: 220px; height: 101px; background: url(../media/icon_clock.jpg) no-repeat 145px 35px; }
.claim .cal { width: 220px; height: 101px; background: url(../media/icon_cal.jpg) no-repeat 145px 35px; }
.claim .wrench { width: 220px; height: 101px; background: url(../media/icon_wrench.jpg) no-repeat 145px 35px; }
.claim .star { width: 220px; height: 101px; background: url(../media/icon_star.jpg) no-repeat 145px 35px; }
.claim .info{ width: 220px; height: 101px; background: url(../media/icon_info.jpg) no-repeat 145px 35px; }

/* Page Divider Thingy, affectionately called the gradient bar */
.gradbar { height: 34px; padding: 0px 15px;  background: #c6c6c6; margin: 20px 0; clear:both;}
.gradbar h3 { padding-top: 8px; color:rgb(10 10 10)}
.gradbar a, .gradbar a:hover, .gradbar a:visited { text-decoration: none; color: rgb(10 10 10)}

/* Categories on Home Page */
.category { width: 300px; float: left; margin-right: 23px; }
.category img { float: left; margin: 0px 10px 10px 0px; }
.category h3, .category h1 { margin-top: 0px; color: rgb(10 10 10) font-size: 1.4em; }
.category h4 { font-size: 1.2em; margin: 0px; }
.category p { font-size: 1.0em; }

/* the skus within the categories */
a.sku, a.sku:hover, a.sku:visited { text-decoration: none; display: block; color: #333; margin-top: 10px; clear: both; padding: 0px 10px; background: #e5e5e5 url(../images/sku_bg.gif) no-repeat 0 0; width: 280px; height: 27px; line-height: 27px; }
a.sku:hover { background-color: #0a5366; cursor: pointer; }
a.sku:hover span { color: #fff; }


.content_box {
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background-color: #fff;
	width: 660px;
	padding: 10px;
	overflow: auto;
	}

/* Tech Search Page */
#product_scroll { font-size: .85em; }
#service_select select { font-size: .9em; }

.step1, .step2, .step3 {
	width: 744px;
	float: left;
	clear: both;
	height: 37px;
	padding: 10px 25px 10px 0;
	margin: 10px 0;
	background-repeat: no-repeat;
	}

.step1 { padding-left: 280px; margin-top: 5px; width: 439px; background-image: url(../images/step1_describe.png); }
.step2 { padding-left: 330px; width: 389px; background-image: url(../images/step2_quote.png); }
.step3 { padding-left: 380px; width: 339px; background-image: url(../images/step3_service.png); }


/* Contact Page */
#contact_form {
	border: 1px solid #ccc;
	padding: 25px 20px 25px 25px;
	background: #ffffff url(../media/icon_contactus.jpg) no-repeat 10px 10px;
	}

#contact_form input, #contact_form textarea { margin: 2px; width: 300px; }
#contact_form td { vertical-align: middle; }
#contact_form textarea { height: 150px; overflow: auto; }


/* A Few Buttons*/
.edit_button, .delete_button, .accept_button, .export_button, .import_button, .search_button {
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/edit.png);
	background-position: top;
	cursor: pointer;
	}	

.delete_button {
	background-image: url(../images/delete_button.png);
	}
	
.search_button {
	background-image: url(../images/search_button_menu.png);
	}	
	
.accept_button {
	background-image: url(../images/accept_button.png);
	}

.export_button {
	background-image: url(../images/export_button.png);
	}

.import_button {
	background-image: url(../images/import_button.png);
	}

.edit_button_small, .delete_button_small, .flag_button_small, .expand_button, .expanded_button {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/edit_icon.png);
	background-position: top;
	cursor: pointer;
	margin: 4px;
	}

.expand_button { background-image:  url(../images/expand_button.png); }
.expanded_button { background-image: url(../images/expanded_button.png); }
.delete_button_small { background-image: url(../images/delete_icon.png); }
.flag_button_small { background-image: url(../images/flag_icon.png); }

.edit_button:hover, .search_button:hover, .delete_button:hover, .accept_button:hover, .edit_button_small:hover, .flag_button_small:hover, .delete_button_small:hover, .expand_button:hover, .expanded_button:hover, .export_button:hover, .import_button:hover { background-position: bottom; }
h3 .edit_button, h3 .search_button, h3 .delete_button, h3 .accept_button, h3 .export_button, h3 .import_button { float: right; margin-top: -2px; }

a.small_button, a.small_button:visited, input.small_button {
	display: block;
	width: 65px;
	height: 18px;
	/*background-image: url(../images/button_small.gif);*/
	background-color: rgb(10 10 10);
	cursor: pointer;
	padding-top: 2px;
	text-align: center;
	font: bold 1.2em Verdana;
	color: rgb(255 255 255);
	border: none;
	text-decoration: none;
	}

input.small_button {
	font: bold 12px Verdana;
	height: 20px;
	padding: 0;
	padding-bottom: 2px;
	}

/* make sure the hover states are covered if we use these as links */
a.small_button:hover, a.small_button:visited, a.big_button:hover, a.big_button:visited, a.cart_button:hover, a.cart_button:visited, a.big_button_blue:hover, a.big_button_blue:visited {
	color: #eee;
	text-decoration: none;
	}

.big_button , .cart_button, .big_button_blue {
	margin-top: 20px;
	height: 30px;
	background: rgb(10 10 10) repeat-x 0 0;
	color: #fff;
	border: none;
	font: bold 1.2em Arial;
	padding: 5px 13px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;
	}

.big_button_blue { background: rgb(10 10 10); }
.big_button_grey { margin-top: 20px; height: 30px; background-color: #CCCCCB; border: none; border-right: 1px solid #888; border-bottom: 1px solid #888; font: bold 1.2em Arial; padding: 5px 13px; cursor: pointer; text-decoration: none; border-radius: 6px; }
.cart_button { height: 25px; padding: 3px; margin-top: 2px; 	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

a.small_blue_button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #234e75, #255989);
  background-image: -moz-linear-gradient(top, #234e75, #255989);
  background-image: -ms-linear-gradient(top, #234e75, #255989);
  background-image: -o-linear-gradient(top, #234e75, #255989);
  background-image: linear-gradient(to bottom, #234e75, #255989);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 1px 1px 3px #666666;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

a.small_blue_button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* slideshow buttons */
.play_button { display: block; width: 38px; float: left; height: 18px; background: url(../images/slideshow_buttons.jpg) no-repeat 0 0; }
.pause_button { display: block; width: 38px; float: left; height: 18px; background: url(../images/slideshow_buttons.jpg) no-repeat 0 50%; }
.ff_button { display: block; width: 38px; float: left; height: 18px; margin-left: 3px; background: url(../images/slideshow_buttons.jpg) no-repeat 0 100%; }

/* Page Footer */
#footer { height: 120px; margin: 0 auto; clear: both; padding-top: 30px;}
#footer .l { height: 101px; }
#footer .r { height: 81px; padding: 10px 20px; }

#footer ul { width: 150px; height: 81px; margin: 0px 10px; float: left; border-right: 1px solid #ccc; text-align: left; font-family: Verdana; }
#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { color: #0a5366; }

/* Form Processing and tabbed submission forms */
/* We only use the small tabs outside the marketplace */
#selector_main_small {
	width: 728px;
	border: 1px solid #666;
	float: right;
	padding: 20px 15px;
	min-height: 200px;
	margin-left: -1px;
	background-color: #fff;
	overflow: visible;
	margin-bottom: 15px;
	}

#selector_tabcontainer_small{
	width: 190px;
	float: right;
	min-height: 150px;
	overflow: visible;
	}

/* The normal size tabs */
#selector_tabcontainer_small .tab { margin: 0px 0px 3px 0px; overflow: hidden; }
#selector_tabcontainer_small .tab_off { width: 155px; height: 25px; padding: 10px 10px 5px 25px; background: url(../images/mp_tab_smaller_bg.gif) no-repeat 0 100%; cursor: pointer; }
#selector_tabcontainer_small .tab_on { background: url(../images/mp_tab_smaller_bg.gif) no-repeat 0 0; width: 160px; height: 26px; padding: 9px 15px 5px 15px; }
#selector_tabcontainer_small .tab h3 { font-size: 1.1em; color:rgb(10 10 10)}
#selector_tabcontainer .tab h3 { font-size: 1.1em; color:rgb(10 10 10)} /* Not sure why I have to add this here */

/* The taller tabs */
#selector_tabcontainer_small .talltab h3 { font-size: 1.1em; color:rgb(10 10 10)}
#selector_tabcontainer_small .talltab { margin: 0px 0px 3px 0px; overflow: hidden; }
#selector_tabcontainer_small .talltab { background: url(../images/mp_tab_smaller_tall_bg.gif) no-repeat 0 100%; cursor: pointer; }
#selector_tabcontainer_small .talltab_off { background-position: 0 0; width: 155px; height: 126px; padding: 9px 10px 5px 25px; }
#selector_tabcontainer_small .talltab_on { background-position: 0 100%; width: 160px; height: 126px; padding: 9px 15px 5px 15px; }

#selector_tabcontainer_small .blue { background-image: url(../images/mp_tab_smaller_tall_blue_bg.gif); }
#selector_tabcontainer_small .red { background-image: url(../images/mp_tab_smaller_tall_red_bg.gif); }
#selector_tabcontainer_small .green { background-image: url(../images/mp_tab_smaller_tall_green_bg.gif); }

.tab_smalltext p { font-size: 1em; }
.tab_smalltext .small { font-size: 0.9em; }

label.formError { display: none; color: #a61616; font-size: 0.9em; font-family: Verdana; font-weight: bold;}
input.formError { border: 1px dotted #a61616; background: #ffe8e8 url(../images/exclamation.gif) no-repeat 97% 50%; }
select.formError, textarea.formError { border: 1px dotted #a61616; background: #ffe8e8; }

input.formValid { border: 1px solid #1553a5; background: #e8efff url(../images/accept.gif) no-repeat 97% 50%; }
select.formValid { border: 1px solid #1553a5; background: #e8efff; }

/* error, success and site message divs */
.error, .message, .success, .pagealert, .dispute, div.pending {
	background: #ffe6e6 url(../media/icon_error.png) no-repeat 15px 50%;
	border: 1px solid #cb0000;
	padding: 15px;
	margin: 10px 0;
	padding-left: 65px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.message { border: 1px solid #a8862d; background: #f1e9d1 url(../media/caution.png) no-repeat 15px 50%; background-size: 56px 49px; padding-left: 80px;}
.success { border: 1px solid #009900; background: #e8ffe6 url(../media/icon_success.png) no-repeat 15px 50%; }
.pagealert { border: 1px solid #003ecb; background: #e6eeff url(../media/icon_alert_big.png) no-repeat 15px 50%; }
.dispute { background: #ffe6e6 url(../media/icon_dispute_large.png) no-repeat 15px 50%; }
.optout { border: 1px solid #c1beba; background: #e2dbd0 url(../media/icon_alert_big.png) no-repeat 15px 50%; }

div.pending { border: 1px solid #66ac00; background: #f4ffe6 url(/site/media/icon_pending.png) no-repeat 15px 50%; }

.error h1, .error h2, .error h3, .error h4, .error p { margin: 0; }
.message h1, .message h2, .message h3, .message h4, .message p { margin: 0; }
.success h1, .success h2, .success h3, .success h4, .success p { margin: 0; }

/* Tip Dialogues for forms */
.tip {
	position: absolute;
	display: none;
	width: 200px;
	border: 1px solid #666;
	background-color: #f6f6f6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1150;
	}

.tip .inner_content {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.tip .arrow, .tip .arrow_top {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 9px;
	height: 13px;
	background: url(/site/images/arrow_tip.gif);
	}

.tip .arrow_top {
	top: -7px;
	left: 8px;
	width: 13px;
	height: 9px;
	background: url(/site/images/arrow_tip_top.gif);
	}

a.social_link, a.social_link:hover, a.social_link:visited {
	display: inline-block;
	margin: 5px 3px;
	width: 100px;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	}

.facebook {
	background-image: url(/site/media/social_facebook.png);
	}

.linkedin {
	background-image: url(/site/media/social_linkedin.png);
	}

.twitter {
	background-image: url(/site/media/social_twitter.png);
	}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* No Javascript Warnings */
#noscript_warning {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #f6f6f6;
	padding: 30px 50px;
	width: 100%;
	border-top: 3px solid #990000;
	}

/* popup description button */
.description_popup {
	background: none;
    color: #000 !important;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 11px;
    font-family: arial;
    float: right;
    margin: 0px;
    padding: 8px 13px 19px;
    height: 0px;
    text-align: center;
    vertical-align: top;
	}
/*disable links*/
.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
	}

#noscript_warning .error { margin: 0 auto; width: 500px; text-align: left;}

.woProduct { border: 1px solid #ccc;padding: 5px;border-radius: 10px; float: left; width: 98.5%; margin-bottom: 5px; margin-top: 5px; }
.woProduct_left { float: left; width: 32%; }
.woProduct_right { float: right; width: 66%; }
.woProduct_right { border-left: 1px solid #ccc; padding-left: 10px; min-height: 72px;}
.woProduct_right_tech { min-height: 48px !important; }
.woProduct_left ul li, .woProduct_right ul li { padding: 5px; }
.woProduct_left ul li:nth-child(1) span { margin-right: 10px; font-weight: bold;}
.woProduct_left ul li:nth-child(2) span { margin-right: 1px; font-weight: bold; }
.woProduct_left ul li:nth-child(3) span { margin-right: 8px; font-weight: bold;}
.woProduct_right ul li:nth-child(1) span { margin-right: 50px; font-weight: bold;}
.woProduct_right ul li:nth-child(2) span { margin-right: 1px; font-weight: bold; }

/*Common Css Defined Ex: cus */
.cus_font_family {
	font: 1.0em Arial;
}
.cus_font_family02 {
	font: 1.2em Arial !important;
}
.cus_font_family01 {
	font: 12px Arial;
}

.cus_vt_tp {
	vertical-align: top;
}

.cus_fl_r {
	float: right;
}
.cus_fl_l {
	float: left;
}
.cus_full_width {
	width: 100%;
}
.cus_width_97pt {
	width: 97%;
}
.cus_width_96d5pt {
	width: 96.5%;
}
.cus_width_95pt {
	width: 95%;
}
.cus_width_25pt {
	width: 25%;
}
.cus_width_89pt {
	width: 89%;
}
.cus_width_84pt {
	width: 84%;
}
.cus_width_81pt {
	width: 81%;
}
.cus_width_25pt {
	width: 25%;
}
.cus_m_0 {
	margin: 0px;
}
.cus_mt_0 {
	margin-top: 0px;
}
.cus_mt_15 {
	margin-top: 15px;
}
.cus_p_0 {
	padding: 0px !important;;
}
.cus_pt_8 {
	padding-top: 8px;
}
.cus_pr_10 {
	padding-right: 10px;
}
.cus_pr_15 {
	padding-right: 15px;
}
.cus_pl_10 {
	padding-left: 10px;
}
.cus_pl_15 {
	padding-left: 15px;
}
.cus_p_4 {
	padding: 4px;
}
.cus_input01 {
	display: none; width: 150px;
}
.cus_input02 {
	width: 300px; padding: 4px;
}
/* New Phone number related CSS */
.phone_row_controls{
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
}
.check_alert_message{
	
}
.plus_image_phone{
	width:15px;
	height:15px;
	vertical-align:middle;
}
.customphonenolabel {
	color: #a61616;
    font-size: 0.9em;
    font-family: Verdana;
    font-weight: bold;
}
.send_alert_popup {
	padding: 4px 8px; 
	margin: 0px 5px; 
	border: 1px solid #ccc; 
	text-align:left; 
	background: #f6f6f6;
	display: none;
}
.send_alert_popup_btns{
	text-align:center;
	margin-top:20px;
}
.plus_image_phone{
	width:15px;
	height:15px;
	vertical-align:middle;
}

.cus_display_none {
	display: none;
}

.cus_border_none {
	border: none;
}
.cus_border_r1 {
	border-right: 1px solid #ccc;
}
.cus_border_l1 {
	border-left: 1px solid #ccc;
}
.cus_border_t1 {
	border-top: 1px solid #ccc;
}

.ref_background {
	background-color: #ff0 !important;
}
.ref_popup_form {
	text-align: left; width: 700px; height: 500px; padding-right: 5px; overflow-x: hidden;
}

.plus_button {
	background:url("/site/images/expand_button.png") no-repeat left top;
	cursor:pointer;
	height:14px;
	display: block;
	padding-left: 11px;
}
	
.plus_button:hover {
	background-position: left bottom;
}
.fanPopup {
	width: 500px; height: 330px; font-size: 12px;overflow-x: hidden;
}
.pmNote {
	width: 100%;
    padding: 5px 0px;
    float: left;
    text-align: left;
    font-size: 13px;
    color: gray;
}
#temp_leave_assigned {
	margin: 0px;padding: 0px;visibility: hidden; float: right;margin-top: -18px;
}
#pagerbd{
    margin: 5px 0px;
    text-align: center;
}
.select-style{
    padding: 4px;
    font: 1.0em Arial;
}

.description_field{
    width: 300px;
    padding: 4px;
    font: 1.0em Arial;
}

.margin-top2px{
	margin: 2px 0;
}
.popup_button{
    width: 100%;
    margin-top: 0px;
}
.question{
	background-color: #fffee6;
	border: 1px solid #cbc500;
	padding: 3px 15px;
	margin: 5px 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	cursor: move;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.question p{
	line-height: 30px;
}

.dn_link, .up_link{
	display: inline-block;
	margin: 2px;
	height: 12px;
	width: 12px;
	background: url(/site/media/arrow_down.png) no-repeat;
}

.up_link{
	background: url(/site/media/arrow_up.png) no-repeat;
}

.disabled_field {
	background-color: grey;
}
.error_ext {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-radius: 0px !important;
	margin:5px 0px !important;
}
.fileupload_adj {
	padding: 0px !important;
    height: auto !important;
    border: none !important;
    word-break: break-all;
    overflow: inherit !important;
}

.inputBoxSmall{
	width: 100px; padding: 4px; font: 1.0em Arial ;
}
.inputBoxBig{
	width: 300px; padding: 4px; font: 1.0em Arial ;
}
.disabledLabel{
	color: #990000; font-weight: bold;
}
.enabledLabel{
	color: #009900; font-weight: bold;
}

/*Profile Management CSS Add a Note*/
.addnote_td { padding-top: 8px; }
.note_textArea { width: 500px; height: 144px; padding: 4px; font: 1.0em Arial; }
.para_css { float: left; }
.addnote_btn_css { margin: 0 0 15px 0; }
.addnote_divclear_css { clear: both; }
.addnote_file_css { margin: 2px 0; float: left; }
.addnote_doc_css { margin: 2px 0; }
.addnote_docimg_css { margin: 2px 0; color: #ff0000 }
.addnote_gradbar { margin-top: 0; }
.cus_height_120 {
	height: 120px;
}
.regErrLocLeft {
	padding-left: 117px;
	float: left;
	width: 180px;
	margin-top: -5px;
	word-break: break-word;
	padding-right: 10px;
	height: 20px;
}
.regErrLocRight {
	float: left;
	word-break: break-word;
	width: 180px;
	margin-top: -5px;
	height: 20px;
}
.pwdValid {
	display: none;
	color: green;
	font-weight: bold;
}
.overRideCSS1 {
	float: right !important;
	width: 96% !important;
	padding-right: 11px !important;
}
.overRideCSS2 {
	width: 108px !important;
	padding-left: 0px !important;
}
.overRideCSS3 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	height: auto !important;
}
.overRideCSS4 {
	width: 132px !important;
	padding-left: 3px !important;
}
.prefInput {
	float: left; margin-top: 2px;
}
.prefLabel {
	float: left; margin-top: 3px;
}
.techFirstName {
	width: 100px; padding: 4px; font: 1.0em Arial;
}
.techLastName {
	width: 180px; padding: 4px; font: 1.0em Arial;
}
.techFirstName1 {
	width: 122px; padding: 4px; font: 1.0em Arial;
}
.techLastName1 {
	width: 160px; padding: 4px; font: 1.0em Arial;
}
.accountHeading {
	border-bottom: 1px solid #ccc; padding-bottom: 3px; margin-top: 15px;
}
.pop_up_font {
	font-size: 1.2em;
	text-align: left;
	color: #333;
}
.pop_up_email {
	margin: 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 25px;
}
.cert_selected_answer {
	border: 1px solid #cb0000; background: #ffe6e6; padding: 10px; -moz-border-radius: 3px; border-radius: 3px;
}
.cert_correct_answer {
	border: 1px solid #009900; background: #e8ffe6; padding: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.cert_right {
	width: 728px; float: left; padding: 0px 10px 25px 10px;
}
.calllog-count {
    background: #e0e0e0;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    min-width: 30px;
    text-align: center;
}