/* ----Reset-----  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
.clearfix {display:block;}
html[xmlns] .clearfix {display:block;}


/* ----Overview-----  */

/* 1. Pseduoclasses */
/* 2. Link Styles */
/* 3. Headers */
/* 4. Body Elements */
/* 5. Content Styles */	
/* 6. Footer */	

/* 1. Pseudoclasses */

body 
{
	font-family:arial;
	background:#EBE9E9;
}

p 
{
	font-size:1.2em;
	line-height:1.45em;
	margin-bottom:20px;
}

ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
	
li 
{
	float:left;
}

a
{
	text-decoration:none;
}

a:active 
{
  position: relative;
  top: 1px;
}

small
{
font-size:.8em
}

/* 2. Link Styles */


#greenlink a:link, #greenlink a:visited
{
	color:#298F11;
}

#redlink a:link, #redlink a:visited
{
	color:#800000;
}

#bluelink a:link, #bluelink a:visited
{
	color:#07337F;
}

#greenlink a:hover, #bluelink a:hover, #redlink a:hover
{
	color: #dfdfdf;
}

#main_navigation 
{
	padding:40px 0px 0px 0px;
	margin:0 auto;
	width:920px;	
}

.ss_navigation 
{
	width:920px;
	margin:0  auto;
	position:relative;
	z-index:99;
}

.ss_navigation li a
{
	letter-spacing:-0.25;
	text-decoration:none;
	padding:8px 16px 8px 16px;	
	display:block;
}

.ss_navigation li a:link , .ss_navigation li a:visited  
{
	color:#005900;	
}	

.ss_navigation li a:hover
 {	
	color:#1d1d1d;
	background:#D7FFBF;
}

.info
{	
	width:100%;
	color:#efefef;
	padding:7px;
	height:15px;
}

.info li
{
	margin-right:10px;
	color:#cfcfcf;
}

.info a
{
	color:#f6f6f6;
	
}

#currentuser
{
	float:right;
}

#currentuser a
{
	text-decoration:underline;
}

#systeminfo
{
	float:left;
	clear:right;
	margin-left:10px;
}

#ss_active
{
	background:#D7FFBF;
}

#livechat  
{
	background:url('../images/chatlive.jpg');
	background-position:2px 50% !important;
	display:block !important;
	height:120px !important;
	margin:-45px 0 0 !important;
	padding:0 !important;
	position:fixed !important;
	text-indent:-9000px;
	top:30px !important;
	right:0%;
	width:50px !important;
	z-index:100001 !important;
}
	
/* 3. Headers */

.header
{
	background:#2f2f2f;
	height:96px;
}

.main_navigation {
    background: url("../images/header_menu.jpg") repeat-x scroll 0 -10px #3F3F3F;
    border-bottom: 1px solid #4F4F4F;
    border-top: 1px solid #8F8F8F;
    float: left;
    height: 65px;
    width: 100%;
}

.main_navigation ul
{
	width:920px;
	margin:0 auto;
	padding-top:6px;
}

.main_navigation li 
{ 

color: #FFFFFF;
    
	border-left: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;		
	font-size: 18px;	
    margin: 4px 4px 2px 0px;  
	float:left;	
	background:url(../images/header_menu_nav.jpg) repeat-x 0 -10px #616161;
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #848484;
}

.main_navigation a
{
	color:#ffffff;
	text-decoration:none;		
	line-height:40px;
	padding:9px 22px;
}

.main_navigation span {
    float: left;
    left: 10px;
    padding-top: 1px;
    position: relative;
}

.main_navigation li:hover
{
	border-top: 1px solid #848484;
    border-bottom: 1px solid #1d1d1d;
	background:url(../images/header_menu_nav_hover.jpg) 0px -10px;
}

.main_navigation li li 
{
	display:block;
	float:none;	
	margin:0px;
	font-size:1.0em !important;
	background:#454545;
	border-bottom:1px solid #1d1d1d
	padding:0px;
}

.main_navigation li li:hover
{
    
	}

.main_navigation li ul
{
	background:#333333;
	display:none;
	height:auto;
	position:absolute;
	max-width:400px;
	z-index:2000;	
	margin:0 auto;
	text-indent:20px;
	padding:0px 0px 0px 0px;
	border-top:0px;
}
		
.main_navigation li ul a
{
	display:block;
	height:15px;
	font-size:.9em;
	font-style:normal;
	line-height:15px;		
	text-align:left;	
	padding:15px;
}

.main_navigation li:hover ul
{
	display:block;
	float:left;
}
 
.main_navigation li:hover li a
{
	background:none;	
}
 
 .sub_menu {
    background: url("../images/nav.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 2px solid #03720D;
    height: 32px;
}

.sub_menu li a:link, .sub_menu li a:visited {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CFCFCF;
    color: #005900;
}
#sssubmenu a:hover 
{	
	background:url(../images/header.png) -36px 0px !important;	
}
 
#prssubmenu a:hover 
{	
	background:url(../images/header_prs.png) -36px 0px !important;
}

#accountsubmenu a:hover
{
	background:url(../images/header_thycotic.png) -36px 0px !important;
}	
	
#supportalert
{
	background:#FFE900;
	float:left;
	width:100%;
}

#MySupportTicketsBadgeUserControl_MySupportTicketBadgePanel, #MySupportTicketsBadgeUserControl_MySupportTicketBadgePanel span
{
	float:left;
}

#MySupportTicketsBadgeUserControl_MySupportTicketBadgePanel span a
{
	color:#000000;
	float:left;
	display:block;
	padding:3px;
}

#ticketexplain
{
	margin-left:20px;	
}

div h1 
{
	text-shadow: #005F08 0.05em 0.05em 0.3em;
	letter-spacing:-0.0285em;
	padding:5px 0px 5px 0px;
	font-size:2.55em;
}

div h2 
{
	color:#AFDF61;
	font-size:1.1em;
	letter-spacing:-0.0005em;
	height:30px;
}

li h4 
{		
	color:#ffffff;
	font-size:1.05em;
	font-weight:600;
	text-align:left;
	padding:10px 9px 5px 9px;
	margin:0px 0px 0px 5px;
	letter-spacing:-0.02em;
}
				
#tagline 
{
	background: url('../images/header.png');
	background-repeat:no-repeat;
	color:white;
	font-size:1.25em;
	font-weight:600;
	padding:10px 0px 0px 30px;
	width:890px;
	margin: 0 auto;
	letter-spacing:0.045em;
	height:100px;	
}

#productssubmenu span {
    float: left;
    margin: -10px 0 0 -5px;
}

#tagline h2
{
	line-height:25px;
}

#thycoticlogo a
{	float:left;
	background:url(../images/thycoticlogo.png) no-repeat;
	width:122px;
	height:50px;
	margin-left:20px;
	margin-right:10px;
	clear:none;
}

#tabUserControl_currentUser_AdminHyperLink
{
	height:50px;
	width:50px;
	color:yellow;
}

#userlinks 
{
	position:absolute;
	top:5px;
	right:5px;
}

#userlinks a
{
	color:#cfcfcf;
}

 #ctl00_LoginHyperLink
{
	display:none;
}

#ctl00_LoginHyperLink
{
	height:20px;
	width:50px;
	background-image:url('../images/login.png');
	display:block;
}

#ctl00_LogoutHyperLink 
{
	background-image:url(../images/logout.png);
	display:block;
	height:20px;
	width:50px;
}

#ctl00_AdminTextLabel
{
	margin-left:20px;
}

#prslogo
{
	background:url(/images/PRSheader.png);
	height:36px; 
	width:36px;
	display:block;
}

#sslogo
{
	background:url(/images/SSheader.png);
	height:36px; 
	width:36px;
	display:block;
}



/* 4. Body Elements */
	
#content
{
	background:url('../images/shadow.png');
	background-repeat:repeat-y;
	width:960px;
	margin: 0 auto;
	height:100%;
}
	
#content1
{
	width:960px;
	margin: 0 auto;
	height:100%;
	padding-top:25px;
	position:relative;
}
	
.content_left 
{
	clear:right;
	float:left;
	width:550px;
	margin:20px 30px 20px 50px;
	height:100%;
	padding-bottom:135px;
}

.content_left li
{
	width:100%;
}	

.content_right
{
	clear:right;
	float:right;
	margin-top:50px;
	width:260px;
}

.sidebar 
{
	background:url('../images/ssdisk.png');
	width:259px;
	height:326px;
	position:relative;
	top:-145px;
	right:50px;
	float:right;
}

#container
{
	background-image:url('../images/greenbackground.jpg');
	background-color:	#ebe9e9;
	background-repeat:repeat-x;
	position:relative;
}

.sidemenu 
{
	float:right;
	position:relative;	
	right:50px;	
	width:220px;
	border-left:2px solid #7f7f7f;
	border-right:2px solid #7f7f7f;
	border-top:2px solid #9f9f9f;
	border-bottom:2px solid #dcdcdc;
	background:#2f2f2f;
	color:#f6f6f6;
	padding:30px;
	line-height:1.5em;
	font-size:1.0em;
	top:-120px;
}

.sidemenu li
{
	clear:left;
	float:left;
	display:inline-block;
	width:100%;
}

.sidemenu a:link, .sidemenu a:visited
{
	color:#ffffff;
	margin-bottom:5px;
	display:inline-block;
	width:100%;
}

.sidemenu a:hover
{
	color:#1d1d1d;
	margin-bottom:5px;
	background:#dfdfdf;
	display:inline-block;
	width:100%;
}


#testimonial_author	li
{
	float:right;
	clear:right;
	font-size:12px;
	margin:2px;
}

#testimonial_author
{	
	position:relative;
	right:50px;
	top:-35px;
}	

.sidemenu_button:link, .sidemenu_button:visited 
{
	cursor:pointer; 
	cursor:hand; 
	line-height:50px;
	height:50px;
	background:url('../images/button.jpg') no-repeat right top; 	
	display:inline-block;
	margin-top:20px;
	color:#f6f6f6 !important;
	
}

.sidemenu_button span
{ 
	width:220px;
	line-height:50px;
	display:inline-block;
	text-align:center;		
}

.sidemenu_button:hover
{
	cursor:pointer; 
	cursor:hand; 
	line-height:50px;
	height:50px;
	color:#ffffff !important;
	background:url('../images/button.jpg') no-repeat right -50px !important; 	
	display:inline-block;
	margin-top:20px;
}

/* 5. Content Styles */	

.overview
{
	font-size:1.2em;
	letter-spacing:-0.015em;
	line-height:1.45em;
}

#clear 
{
	clear:both;
}

.maintext
{
	 width:100%;
	 clear:left;
	 padding-top:20px;
}

.maintext p
{
	clear:left;
	padding-top:10px;
	font-size:1.05em;
}

.maintext ul
{
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:disc !important;


}

.maintext li
{
	float:none;
	line-height:1.8em;
	margin-left:10px;
	list-style-type:disc !important;

	clear:left;
}

#quotetag 
{
	background:url('../images/quotetag.jpg');
	height:30px;
	width:22px;
	position:absolute;
	top:100%;
	right:40%;
}

.Button
{
	background:url('../images/button.png');
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1.05em;
	height:50px;
	padding:0;
	width:220px;
	display:inline-block;
	text-align:center;
	line-height:50px;
}

/* 6. Footer */
	
.footer 
{
	background-image:url('../images/bottom.jpg');	
	background-repeat:repeat-x;
	background-color:#2E2F33;
	float:left;	
	bottom:0px;
	width:100%;
	padding-bottom:50px;
}

.footer_navigation
{
	margin:0 auto;	
	width:890px;
	padding-top:60px;
}

.footer_navigation li
{
	padding-top:8px;
	float:left;
	clear:left;
	color:#9f9f9f;
}

.box {
	border-top:1px solid #7F7F7F;
	float:left;
	margin-right:36px;
	padding-top:10px;
	width:195px;
	z-index:99;
}

.box h4
{
	color:#ffffff;
}

.footer_navigation a:link, .footer_navigation a:visited
{
	color:#9f9f9f;
	font-size:1.05em;
	letter-spacing:-0.015em;
	text-decoration:none;
	word-spacing:-0.025em;
	display:block;
}

.footer_navigation a:hover
{
	color:#ffffff;
}

.footer_search {
    float: left;
    margin-bottom: 20px;
    width: 800px;
}

#footer_button {
    height: 40px;
    width: 100px;
}

#footer_input {
    height: 30px;
    width: 400px;
	margin-top:2px;
}

#LiveChat {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
}

#TechSupport 
{
    position: fixed;
    right: 0;
    top: 97px;
	z-index:999;
}

#TechSupport a
{
    background:url('../images/techsupport.png');
	height:30px;
	width:125px; 
	display:block;
	float:right;
}

#facebox .footer
{
	height:20px;
	background:#ffffff;
}


#MySupportTicketsBadgeUserControl_MySupportTicketsHyperLink
{
    background: url('../images/alert_icon.png') no-repeat scroll 0 0 #EFE8B3;
    border: 2px solid #F8E0A9;
    color: #BF912F;
    float: left;
    padding: 0 25px;
	margin:3px 0px 0px 3px;
	min-width:300px;
	text-indent:10px;
}


.ValidationUpdatePanel br
{
	display: none;
}

.ValidationSummary br
{
	display: block;
}

.ValidationSummary 
{
	display:none;
	background:#C40011;
	border: 1pt solid #4F0505;
	color: #ffffff !important;
	margin:0 auto;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: 100;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}

.CloseValidationSummaryLink
{
	display:block;
	height: 15px;
	width: 15px;
	float: none;
	position:fixed;
	clear: both;
	left: 98%;
	top: 15px;
	background:url(../images/modal_close.gif);
	z-index: 10001;
	cursor:pointer;
	border: none;
}

.ThycoticValidatorMessage
{
	padding:12px;
}

.ThycoticRequiredInputFailure
{
	background-color:#FFEBE8;
	border-color:#CC0000;
	-moz-border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
}

.ThycoticValidatorPanel
{
	background-color:#FFEBE8;
	border-color:#CC0000;
	-moz-border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
	margin:0 0 16px 0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:100%;	
	color: Black;
}

.EmailForm fieldset
{
	float:left;
}

.field
{
	float:left;
}
.login
{
	background:#EFEFEF;
	clear:right;
	padding:30px;
	border:4px solid #bfbfbf;
	height:270px;
	float: left;
}


.login span
{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding-top:4px;
}

.login input
{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:250px;
	margin:2px 0 20px 10px;
}

.login ul
{
	float:left;
	width:450px;
}

.login .Button
{
	background:url('../images/formbutton.jpg');
	color:#ffffff;
	height:50px;
	width:220px;
	border:0px;
	padding:0px;
	font-size:1.05em;
	cursor:pointer;
	margin-left:175px;
}

.login textarea
{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:250px;
	margin:2px 0 20px 10px;
}

#LoginUserControl_RememberMeCheckBox
{
	width:20px;
}

.forgot
{
	font-weight:500 !important;
	float:right !important;
	width:300px !important;
}

#LoginOptions
{
	margin-top:30px;
}

.GetQuoteDiv
{
	width:525px;
	float:left;
	margin:20px 15px 0px 0px;
	background:#7f7f7f;
	padding:20px;
	border:3px solid #8f8f8f;
}


.GetQuoteDiv label 
{
clear:left;
color:#FFFFFF;
display:block;
padding-top:5px;
text-indent:10px;
width:300px;
}

.GetQuoteDiv .Button
{
	float:right;
	position:relative;
	top:-17px;
}

.GetQuoteDiv .field
{
	width:300px;
}

.GetQuoteUserControl
{
	margin-top: 12px;
	margin-bottom: 12px;
	width:100%;
}

.GetQuoteUserControl td
{
	padding-bottom: 5px;
}

.GetQuoteUserControl input
{
	margin-top: 12px;
}

.GetQuoteInnerTable
{
	width:100%;
}

.QuoteTable
{
	width:100%;
}
