html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:visited,
a:link{
	color: #2174C4;
	text-decoration: none;
}
a:hover{
	color: #2174C4;
	text-decoration:underline;
}
a.important{
	text-decoration: underline;
	font-weight:bold;
	color: #154C82;
}

#header{
	height:104px;
	background: #ccc url(../images/headerTileBg.jpg) repeat-x top left;
}
#header h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:left;
	position:relative;
	top:23px;
	left: 20px;
	color: #fff;
}

#logo{
	float: left;
	margin-top:15px;
	margin-left:26px;
}
#homeContent{
	position:absolute;
	height:300px;
	width: 100%;
	top:50%;
	bottom:50%;
	margin-top:-150px;
	background:url(../images/homeBackgroundTile.jpg) top left repeat-x;
}
#logout{
	float: right;
	position: relative;
	top:10px;
	right:26px;
	left:auto;
	width: 410px;
	height: 27px;
	color: #fff;
	font-size: 12px;
	
	text-align: right;
	line-height: 12px;
}
#logout img{
	margin-top: 11px;
}
.headerText,
#loginLinks{
	text-align: center;
}
#loginWrapper{
	width: 700px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: auto;
}
#loginText{
	float: right;
	position: relative;
	width: 300px;
	right: 20px;
	top:5px;
	color: #333;
}
#loginForm{
	float: left;
	position: relative;
	width: 300px;
	margin-top: 5px;

}
#homeLogoWrapper{
	height:266px;
}
#homeLogoWrapper h3.headerText{
	padding-top:125px;
	color:#fff;
}
#homeLogin{
	float:left;
	position:absolute;
	width:100%;
	height:34px;
	text-align:center;
	color:#FFF;
	vertical-align: middle;

}
#homeLogin label{
	padding:0px;
}
#homeLogin img{
	margin:0px 2px;
	padding-top: 3px;
	vertical-align:top;
}
#homeLogin input{
	height:18px;
	margin:3px 5px;
	vertical-align:top;
}
#loginError{
	position:absolute;
	top: 325px;
	width:100%;
	text-align:center;;
}
.formRow{
	width:250px;
	height: 25px;
	clear: both;
}
.adminFormRow{
	height: 25px;
	clear: both;
}
.formRow label,
.adminFormRow label{
	float: left;
	position: relative;
	color: #2174C4;
}
.formRow input{
	float: right;
	position: relative;
}
.adminFormRow input{
	float: right;
	margin-right: 20px;
}
.inputBox,
select{
	width: 150px;
	border: 1px solid #ccc;
	color: #2174C4;
	line-height: 23px;
	padding:5px 0px 2px 3px;
}
#clientFile{
	width:auto;
}
.file{
	color: #2174C4;
	line-height: 23px;
	padding-left: 3px;
	width:auto;
	border-width:1px;

}
.admingFormRow.inputBox{
	width: 225px;
}
.submitButton{
	font-size: .9em;
}
.homeLoginButton{
	height: 27px;
	width: 77px;
	background: url(../images/buttonBackground.gif) no-repeat top left;
	border: 0;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}
.homeLoginButton{
	background: url(../images/buttonLogin.gif) no-repeat top left;
	line-height: inherit;
	padding: 15px 10px;
	vertical-align: top;
}
.cancelButton{
	height: 27px;
	width: 77px;
	background: url(../images/buttonBackground.gif) repeat-x top left;
	border: 0;
	color: #FFF;
	text-align: center;
	line-height: 23px;
}

	

#adminNav{
	float:left;
	position:relative;
	width:100%;
	height: 35px;
	margin-top: 69px;
	text-align:center;
}
#clientNav{
	float: left;
	position: relative;
	width: 250px;
	height: 100%;
	margin-top: 50px;
}
#selectOption{
	float: left;
	position: relative;
	width: 350px;
	height: 30px;
	margin-top: 95px;
	margin-left: 75px;
}
.navButton{
	display: inline;
	width: 176px;
	height:35px;
	padding: 8px 0px 0px 0px;
	margin: auto;
	background: url(../images/navButtonOff.jpg) no-repeat top left;
	text-align: center;
}
#adminWrapper,
#clientWrapper{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#adminHeader,
#clientHeader{
	text-align: center;
}
#adminContent,
#clientContent{
	border: 0px solid #ccc;
	background: #fff;
	margin-top: 25px;
	padding-bottom: 50px;
}
.adminSection{
	padding: 0 10px;
	margin-top: 55px;
	font-size: .8em;
}
.adminSection h3,
.adminSection h4,
#editForm h4,
#removeForm h4,
#addClient h4,
#addLogin h4,
#editMedia h4,
#assignMedia h4,
#uploadSection h4{
	color: #000;
	border-bottom: 4px solid #E0E0E0;
}
#uploadSection{
	background:transparent url(../images/headerTileBg.jpg) repeat-x scroll left -75px;
	font-size:0.9em;
	padding:35px 10px 10px;
}


.adminSection p{
	margin-bottom: 15px;
}
fieldset{
	padding:20px;

}
legend{
	font-weight: bold;
	color: #2174C4;
}
.clear{
	clear: both;
}
.right{
	float: right;
	position: relative;
	margin-right: 20px;
}
.indent{
	padding-left:40px;
}
.mediaList li{
	padding-bottom: 5px;
}
#mediaDownloadLink{
	text-align: center;
}
.mediaActive{
	font-weight: normal;
	color:#2174C4;
}
table.tablesorter tbody tr.inactive td,
tr.inactive td *{
	color: #AAAAAA;
}

tr.inactive td p.description{
	font-size: .8em;
	color: #aaaaaa;
}
td p.description{
	font-size: .8em;
	color: #aaaaaa;
}
#clientListing{
	border: 1px solid #E0E0E0;
	width: 100%;
	margin-top: 0;
	line-height: 1.2em;
}
#clientListing thead{
	text-align: left;
	/*background: url(../images/buttonBackground.gif) repeat-x top left;*/
	background: #E0E0E0;
	
}
#clientListing th{
	border-bottom: 1px solid #E0E0E0;
	padding:2px 5px;
	font-size: .9em;
}
#clientListing td{
	padding: 2px 5px;
	font-size: .9em;
	line-height: 1.75em;
	background: #F3F3F3;
	vertical-align:top;
	white-space: nowrap;
}
#clientListing td.clientUploadRow{
	background: #E0E0E0;
	font-weight: bold;
}
#clientListing td.filename{
	white-space: normal;
	width: 300px;
}
#clientListing td.mediaDesc{
	width: 150px;
}
#clientListing td.mediaDate{
	width: 75px;
}
#clientListing td.mediaSize{
	width:75px;
}
#clientListing tr.odd td{
	background: #F3f3f3;
}
#clientListing tr.adminUser td{
	font-weight: bold;
	color: #ff0000;
}
#clientListing tr.producerUser td{
	font-weight: normal;
	color: #165288;
}
#clientListing tr.producerLimitedUser td{
	font-weight: normal;
	color: #1f77c9;
}
#clientListing tr.clientServicesUser td{
	font-weight: normal;
	color: #188838;
}
#clientListing tr.marketingUser td{
	font-weight: normal;
	color: #743dc9;
}
#clientListing tr.vendorUser td{
	font-weight: normal;
	color: #6666ff;
}
#addLink{
	float:right;
	margin-top:0px;
	margin-right: 0px;
	padding-bottom: 10px;
}
#deleteSelLink{
	float:right;
	margin-top:0px;
	margin-right: 0px;
	padding-top: 10px;
}
#deleteSelLink img{
	border:0px;
}
.delCheckbox{
	vertical-align: top;
	margin-top:3px;
	margin-left: 4px;
	line-height: 1.5em;
}
#clientUpload.adminSection,
#clientMedia.adminSection{
	margin-top:0;
}
.disclaimer{
	font-size: .85em;
	text-align: center;
}
.disclaimer img{
	margin-top: 10px;
}
.formError{
	font-size: .8em;
	color:#f00;
}
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin:0 0 20px;
	padding:10px 10px 10px 35px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../icons/sharp/png/action_check.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
	background-image:url('../icons/led-icons/error.png');
}
.error {
	color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../icons/sharp/png/action_delete.png');
}

#clientDropdown{
	padding-left:10px;
}

.fancyTooltip,
.blueDots{
	color: #2174C4;
}
.centered{
	text-align: center;
}
#clientListing td.mediaDesc{
	white-space: nowrap;
}
.twoColumn{
	float: left;
	width: 150px;
	clear:right;
}
.addFileLink{
	font-size: 1em;
	font-weight: normal;
	float: right;
}
#clientMediaSection h4{
	margin-top:15px;
}
/*
 * Management Page Styles
 */
#bodyWrapper{
	font-size: .8em;
	padding: 20px;
}
/* Client Navigation */
#navWrapper{
	float:left;
	position:relative;
	text-align:left;
	width:220px;
}
.navList {    
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.navList h2{
	background: #e9e9e9;  
	color: #2174C4;
	font-size: 1.1em;
	font-weight: normal;
	padding:5px 10px;
	text-align: left;
}
.navList ul{
	list-style: none;
}
.navList ul li{
	font-size: .8em;
	padding: 0;
}
.navList ul li.selected,
.navList ul li.hoverSelect{
	background: #f3f3f3;
	color: #2174C4;
	font-weight: bold;
}
.navList ul li a{
	display: block;
	padding: 2px 10px;
	vertical-align: middle;
}
.navList ul li.selected a{
	color: #2174C4;
}
.navList ul li span{
	cursor: pointer;
}
.navList ul li span a{
	display: inline;
	padding: 2px 2px;
	vertical-align: middle;
}

.navList li span.clientOptions{
	clear: right;
	display: none;
	float: right;
}
#clientsList{
	max-height: 450px;
	overflow-y: auto;
}

/* Nav List Form Styles */
.navList form h4{
	background: #F3F3F3;
	padding: 5px 10px 0 7px;
}
.navList form fieldset{
	background:#F9F9F9;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.navList form .navListInput{
	width: 200px;
	margin-bottom: 5px;
}
.navList input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.navList input.buttons{
	margin-right:5px;
	margin-top:10px;
}
.navList label{
	display:inline;
	text-align:left;
}

/* Content Styles */
#content{

}

.internal #content{

	margin-left: 240px;
}
h1{	
	color: #2174C4;
	font-size:1.4em;
	margin:0 0 15px;
}
h2 .addButton{
	cursor: pointer;
	float: right;
}

/* Username List */
.userList{
	     
	border: 1px solid #ccc;
	margin-bottom: 20px;

}
.userList h2{
	background: #e9e9e9; 
	color: #2174C4;
	font-size: 1.1em;
	font-weight: normal;
	padding:5px 10px;
	text-align: left;
}

/* Media List */
.mediaList{
	     
	border: 1px solid #ccc;
	margin-bottom: 20px;

}
.mediaList h2{
	background: #e9e9e9; 
	color: #2174C4;
	font-size: 1.1em;
	font-weight: normal;
	padding:5px 10px;
	text-align: left;
}
.mediaList .hiddenForm{
	background-color: #F9F9F9;
	border-bottom:1px solid #CCCCCC;
	padding: 20px;
}
.mediaList .hiddenForm p{
	clear: right;
	height: 25px;
	margin: 0 0 5px 0;
}
.mediaList .hiddenForm p.buttonWrapper{
	clear: right;
	height: 25px;
	margin: 15px 0 0 0;
}
.mediaList .hiddenForm a.button{
	background: #5d5d5d;
	color: #fff;
	font-family: Arial;
	padding: 7px 10px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    
   background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, rgb(54,54,54)),
	    color-stop(0.51, rgb(78,78,78)),
	    color-stop(0.76, rgb(93,93,93))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(54,54,54) 2%,
	    rgb(78,78,78) 51%,
	    rgb(93,93,93) 76%
	);
}
.mediaList .hiddenForm a.button:hover{
	text-decoration: none;
}

/* Roles List */
.rolesList{
	     
	border: 1px solid #ccc;
	margin-bottom: 20px;

}
.rolesList h2{
	background: #e9e9e9; 
	color: #2174C4;
	font-size: 1.1em;
	font-weight: normal;
	padding:5px 10px;
	text-align: left;
}
/* Maintentance Form */
.maintenanceForm{
	     
	border: 1px solid #ccc;
	margin-bottom: 20px;

}
.maintenanceForm h2{
	background: #e9e9e9; 
	color: #2174C4;
	font-size: 1.1em;
	font-weight: normal;
	padding:5px 10px;
	text-align: left;
}
.maintenanceForm textarea{
	height: 50px;
	width: 450px;
}
.maintenanceForm iframe{
	height: 500px;
	width: 100%;
}
.maintenanceMode{
	font-size:0.8em;
	margin:auto;
	width:960px;
}

/* Table Styles */
.tableWrapper{
	padding: 10px;
}

.mediaListing{
	border: 1px solid #E0E0E0;
	width: 100%;
	margin-top: 5px;
	line-height: 1.2em;
}
.mediaListing thead{
	text-align: left;
	/*background: url(../images/buttonBackground.gif) repeat-x top left;*/
	background: #E0E0E0;
	
}
.mediaListing th{
	border-bottom: 1px solid #E0E0E0;
	padding:2px 5px;
	font-size: .9em;
}
.mediaListing td{
	padding: 2px 5px;
	font-size: .9em;
	line-height: 1.75em;
	background: #F3F3F3;
	vertical-align:top;
	white-space: nowrap;
}
.checkboxCol{
	width: 25px;
}
.permissionCol{
	width: 175px;
}
/* Content Form Styles */
.contentSection form h4{
	background: #F3F3F3;
	padding: 5px 10px;
}
.contentSection form fieldset{
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;	
}
.contentSection form fieldset label{
	font-family:inherit;
	font-size:0.9em;
	float: left;
	line-height: 2em;
	width: 150px;
}
.contentSection form fieldset .inputBox,
.contentSection form fieldset .inputSelect{
	font-family:inherit;
	font-size:0.9em;
	line-height: .9em;
	margin: 1px;
}
.contentSection form fieldset .inputSelect{
	line-height: 1.75em;
	width: 155px;
}

