/* @override http://clients.vsadc.com/css/all.css */

/*
 *  VSA Client Sites
 *  Site by Eli Van Zoeren - http://elivz.com
 */

/* Eric Meyer's Reset styles */
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,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;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 93.75%;		/* Reset base size to 15px */
	line-height: 1.333em;	/* Set baseline grid to 20px */
	color: #113f73;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-family: "Avenir LT Bold", Avenir, "Century Gothic", "Apple Gothic", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#header, .breadcrumbs, .index a, #sidebar, #footer, .meta, h2, h3, h4, h5, input, textarea, a.input-button, select, label {
	font-family: Helvetica, Arial, sans-serif;
	}

code {
	font-family: Consolas, "Courier New", Courier, mono;
	}

p {
	padding-bottom: 1.333em;
	}

a:link {
	color: #8c1515;
	text-decoration: none;
	}

a:visited {
	color: #721616;
	text-decoration: none;
	}

a:focus, a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	font-size: 1.867em;
	line-height: 1.07em;
	padding-bottom: 0.357em;
	}

h2 {
	font-size: 1.333em;
	line-height: 1.5em;
	}

h3 {
	font-size: 1.14em;
	}

h4 {
	font-size: 1em;
	}

blockquote {
	padding: 0 2.667em;
	font-style: italic;
	}

input, textarea, a.input-button {
	font-size: 0.857em;
	color: #162d65;
	padding: 0.1667em 4px;
	}

input[type=text], input[type=password], .input-text {
	background: #f6f8fa url(../images/textbox-bg.png) repeat-x 0 top;
	border: 1px solid #162d65;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}

input[type=submit], input[type=button], .input-button {
	background: #c3ccd9 url(../images/button-bg.png) repeat-x 0 top;
	border: 1px solid #162d65;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1.6em;
	padding: 0.08em 0.5em;
	}

.input-button:active {
	background-image: none;
	}

label {
	width: 140px;
	margin-right: 20px;
	display: block;
	float: left;
	}

img {
	-ms-interpolation-mode: bicubic;	/* Fixes IE6 scaling ugliness */
	}

.meta {
	font-size: 0.86em;
	}

.alert {
	color: #b20000;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	margin: 0 auto;
	}

/* End text */

/* Begin page styles */

html {
	background: #ced7e5 url(../images/body-bg.png) repeat-x 0 0;
	}

#wrapper {
	width: 964px;
	margin: 0 auto 3.16em;
	}

/* End page */

/* Begin header styles */

#header {
	float: left;
	width: 100%;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo {
	float: left;
	margin-left: 2px;
	padding: 0.5em 0 0.25em;
	font-size: 2em;
	line-height: 1em;
	}

#logo a {
	display: block;
	margin-top: 10px;
	color: #113f73;
	text-decoration: none;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.25);
	}

#accountLinks {
	float: right;
	margin: 1.8em 2px 0 0;
	font-size: 0.8667em;
	line-height: 2.5em;
	}

#accountLinks li {
	display: inline;
	padding-left: 0.6em;
	margin-left: 0.3em;
	border-left: 1px solid #ced7e5;
	}
#accountLinks li:first-child {
	border: none;
	}

#nav {
	float: left;
	clear: left;
	position: relative;
	margin-top: 1.333em;
	margin-bottom: -2px;
	}

#nav li {
	float: left;
	margin-right: 8px;
	}

#nav li a {
	display: block;
	padding: 8px 1em;
	margin-top: 6px;
	background: #1d4470 url(../images/nav-inactive-bg.png) repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	}

#nav li a:hover {
	color: #dbe5f3;
	}

#nav li.active a {
	margin-top: 0;
	padding: 10px 1em;
	background: #fff;
	color: #8c1515;
	border: 2px solid #113f73;
	border-bottom: none;
	font-size: 1.29em;
	line-height: 0.778em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	}

#search {
	float: right;
	clear: right;
	margin: 2.667em 2px 0 0;
	}

#search input.text {
	width: 193px;
	padding: 2px 5px;
	margin: 0;
	border: none;
	background: url(../images/search-bg.png) no-repeat left center;
	color: #525b66;
	line-height: 18px;
	}

#search input.submit {
	width: 27px;
	height: 22px;
	margin: 0;
	background: url(../images/btn-search.png) no-repeat;
	border: none;
	text-indent: -9999px;
	}

#search input.submit:focus, #search input.submit:active {
	background-position: 0 -22px;
	}

/* End header */

/* Begin body styles */

#content {
	clear: both;
	padding: 1.333em 20px 0.667em;
	background: #fff;
	border: 2px solid #113f73;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	}

/* Clearfix */

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE6 */
* html #content {height: 1%;}
/* IE7 */
*:first-child+html #content {min-height: 1px;}

#body {
	float: left;
	width: 610px;
	padding-bottom: 1.333em;
	}

#body h1 {
	clear: left;
	}

#body ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0.667em 1.3em;
	}

#body ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0.667em 1.3em;
	}

#body li, #siteList li {
	padding-bottom: 0.667em;
	}

#siteList {
	padding-bottom: 0.667em;
	text-align: center;
	font-size: 1.2em;
	}

#body .index {
	overflow: hidden;
	padding-bottom: 0.667em;
	}

#body .index .edit {
	float: right;
	}

#body .index h2 {
	background: #d3dbe8 url(../images/index-header-bg.png) repeat-x 0 0;
	line-height: 1.76em;
	padding: 0 10px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	}

#body .documents_list h3 {
    padding: 0.44em 0;
    font-size: 1.2em;
    border-bottom: 1px solid #d3dbe8;
    }

#body .index ul {
	padding: 0.667em 10px 0;
	list-style-type: none;
	}

#body .index ul li {
	padding-bottom: 0.667em;
	}

#body .index ul abbr {
	font: bold 1em "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #5c7799;
	}

#body .index ul a {
	font-weight: bold;
	margin-right: 0.333em;
	color: #113f73;
	background-repeat: no-repeat;
	background-position: right center;
	}

#body .index ul a.file {
	background-image: url(../images/icons/unknown.png);
	padding-right: 20px;
	}

#body .index ul a.doc {
	background-image: url(../images/icons/doc.png);
	padding-right: 20px;
	}

#body .index ul a.jpg, #body .index ul a.jpeg, #body .index ul a.gif, #body .index ul a.png {
	background-image: url(../images/icons/image.png);
	padding-right: 20px;
	}

#body .index ul a.mp3 {
	background-image: url(../images/icons/audio.png);
	padding-right: 20px;
	}

#body .index ul a.pdf {
	background-image: url(../images/icons/pdf.png);
	padding-right: 20px;
	}

#body .index ul a.xls {
	background-image: url(../images/icons/xls.png);
	padding-right: 20px;
	}

#body .index ul a.zip {
	background-image: url(../images/icons/zip.png);
	padding-right: 20px;
	}

#body .index ul a.external {
	background-image: url(../images/icons/link.png);
	padding-right: 20px;
	}

#body .index a.newItem {
	display: block;
	float: right;
	background: url(../images/add.png) no-repeat 6px center;
	padding: 3px 9px 3px 26px;
	color: #427cbe;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#body .index a.newItem:hover {
	color: #335780;
	background-color: #ddd;
	background-position: 5px center;
	padding: 2px 8px 2px 25px;
	border: 1px solid #5c7799;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	}

/* End body */

/* Begin Sidebar */

#sidebar {
	float: right;
	width: 290px;
	}

#clientLogo {
    margin-bottom: 20px;
    }

#clientInfo {
	background: #d3dbe8;
	padding: 10px 10px 0;
	margin-bottom: 1.333em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#clientInfo img {
	display: block;
	margin: 0 auto 0.667em;
	}

#clientInfo p {
	padding-bottom: 0.667em;
	}

#contact h2 {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ced7e5;
	}

#contact ul {
	padding-bottom: 0.667em;
	}

#contact li {
	padding-bottom: 0.667em;
	}

/* End Sidebar */

/* Begin footer styles */

#footer {
	clear: both;
	overflow: hidden;
	padding-top: 1.58em;
	border-top: 1px solid #ced7e5;
	color: #5c7799;
	font-size: 0.857em;
	}

#footer p {
	padding: 0;
	}

#footer p.logo {
	float: right;
	}

#footer p.logo a {
	display: block;
	width: 296px;
	height: 65px;
	margin-top: -1em;
	background: url(../images/logo-footer.png) no-repeat center center;
	text-indent: -9999px;
	}
#footer p.CDI a {
    width: 300px;
    background-image: url(../images/logo-footer-cdi.png);
    }

/* End footer */

/* Begin login page */

#dialog-box {
	overflow: hidden;
	width: 460px;
	margin: 12% auto 12%;
	padding: 15px 20px 5px;
	background: #f3f3f3;
	border: 2px solid;
	text-align: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	}

#dialog-box h1 {
	font-size: 2.571em;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 1px 1px 2px #aaa;
	}

#dialog-box h2 {
	font-size: 1.7em;
	line-height: 1.25em;
	padding-bottom: 0.833em;
	text-shadow: 1px 1px 2px #aaa;
	}

#dialog-box form {
	margin-bottom: 1.2857em;
	}

#dialog-box form p, #dialog-box ul {
	padding-bottom: 0.643em;
	}

#dialog-box label {
	width: 140px;
	margin-right: 20px;
	float: left;
	text-align: right;
	}

#dialog-box input {
	width: 226px;
	}

#dialog-box .auto-login {
	padding-left: 160px;
	}

#dialog-box .auto-login label {
	display: inline;
	width: auto;
	padding-bottom: 0.643em;
	}

#dialog-box .auto-login input {
	width: auto;
	float: left;
	}

#dialog-box #login-button {
	text-align: center;
	clear: both;
	}

#dialog-box .input-button {
	width: 140px;
	}

/* End login page */

/* Begin Dialog boxes */

#new {
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	}

#new dl {
	width: 600px;
	clear: both;
	}

#new dl dt {
	width: 600px;
	}
#new dl dt label {
	width: 600px;
	font-size: 0.93em;
	font-weight: bold;
	color: #335780;
	}

#new dl dd {
	width: 100%;
	clear: left;
	margin: 0 0 0.667em;
	}
#new dl dd .input-text, #new dl dd .vz_url_field {
	width: 590px !important;
	}

#new #title {
	font-size: 1.2em;
	}

#new .buttons {
	padding: 8px 0;
	text-align: right;
	}

.cke_skin_wygwam .cke_toolgroup { padding-right: 2px !important; }
.cke_skin_wygwam .cke_toolgroup .cke_button { margin: 0 !important; }

/* Tabs */

#new .ui-tabs dl.ui-tabs-panel {
	width: 572px;
	padding: 10px;
	}

.ui-tabs .ui-tabs-hide {
	display: none;
	}

#new .ui-tabs .ui-tabs-panel .ff-ft div {
  margin-right: 0 !important;
  }

#new .ui-tabs .ui-tabs-panel .input-text, #new .ui-tabs .ui-tabs-panel .vz_url_field {
	width: 562px !important;
	}