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

body {
    background: none repeat scroll 0 0 #111;
    color: #666666;
    font-family: Arial,'Nimbus Sans L',sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}


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

a {
	color:#fff;
	text-decoration:none;
}

.purplize {
    color:#5A088C !important;
}


.chill_hover:hover {
    color:#fff;
}


#job_listings_iframe_table {
/* iframe header may have inline */
    width: 540px;

}

.job_listings_iframe_text {
/* iframe header may have inline */
    width: 580px;
}


.print_bigger {
    font-size: 1.25em;
}

.print_bigger label {
    font-size: 1em;
}

#print_bigger_section_head {
    font-size: 1em;
}

.print_bigger_comments {
    font-size: 1.25em;
    width: 600px;
    word-wrap: break-word;
}


.wordwrapper{
    width: 600px;
}
.wordwrapper table{
    table-layout: fixed;
    width: 100%;
}
.wordwrapper td{
    word-wrap: break-word;
}



td a {

    color:#5A088C !important;
    text-decoration:none !important;

}

div {
	
	margin:0;
	padding:0;	
}

a:hover {
	
	color:#666;
	text-decoration:none;	
	
}

ul, ol {
	
	margin:0;
	padding:0;	
	list-style: none;
	
}

h3 {	
	color:#501a77;
	display:inline;
	padding:0;
	margin:0;
}

h5 {
        color:#dd0000;
        display:inline;
        padding:0;
        margin:0;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
}

img { 

 	border: 0;
	margin: 0 5px 0 0;
	vertical-align: middle;

}

img  a{
	text-decoration:none;
}


form {
	margin:0;
	padding:0;	

}

form p {
    color: #111111;
    margin: 0;
    padding: 5px 0;
}

INPUT, SELECT, BUTTON { vertical-align: middle; font-family: inherit; font-size: 1em; } 
TEXTAREA {overflow: auto; }
INPUT[type="checkbox"] { vertical-align: bottom; }
INPUT[type="radio"] {padding: 4px; border:0}
INPUT[type="button"], INPUT[type="submit"], BUTTON { cursor: pointer; padding:4px; /*color: #501A77;*/ }
INPUT[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; }
::-webkit-search-decoration { display: none; }
::-webkit-input-placeholder { color: inherit; }

input, select,  textarea {
    border: 1px solid #CCCCCC;
    font-family: Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    margin: 3px 0;
    padding: 4px;
	color:#666;
}

input:focus, textarea:focus, select:focus{
background: #fff;
border: 1px solid #501a77;
line-height: 1.6;
margin: 3px 0;
padding: 4px;



}



form p {
	
	margin:0;
	padding:5px 0 5px 0;	
	color:#111;
}

fieldset {
    background:#F7F7F7;
    border: 1px solid #D1D1D1; */
    margin-bottom: 20px;
    padding: 10px;
    /*width: 798px;*/
}

fieldset.action {
	background:#9da2a6;
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; 
	margin-top:-20px;
	}
	
label {
	font-size:12px; 
	font-weight:bold; 
	color:#111; 
	display: block;
	}

.section_head { 
	background: none repeat scroll 0 0 #501A77;
    color: #FFFFFF;
    font: bold 13px/21px Arial,Helvetica,sans-serif;
    margin:0 0 0 2px;
    padding: 3px 4px 3px 9px;
    width: 275px;
	/*position:relative;*/
	}

input, select, button {
    font-family: inherit;
    font-size: 1em;
    vertical-align: middle;
	
}

input.submit {
    -moz-box-shadow:inset 0px 1px 0px 0px #8345a4;
    -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
    box-shadow:inset 0px 1px 0px 0px #8345a4;
    background-color:#542179;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:4px;
    border:1px solid #4b2269 !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
    width:90px;
    margin: 0px 0px 5px 0px;
}

input.submit:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5f2c7c), color-stop(1, #542179) );
    background:-moz-linear-gradient( center top, #5f2c7c 5%, #542179 100% );
    background-color:#5f2c7c;
}


input.submit:active {
    position:relative;
    top:1px;
}

input.general {
    -moz-box-shadow:inset 0px 1px 0px 0px #8345a4;
    -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
    box-shadow:inset 0px 1px 0px 0px #8345a4;
    background-color:#ffffff;;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:4px;
    border:1px solid #4b2269 !important;
    display:inline-block;
    color:#542179;
    font-weight:bold;
    text-decoration:none !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
    width:90px;
    margin: 0px 0px 5px 0px;
}

input.general:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #edc4f2), color-stop(1, #edc4f2) );
    background:-moz-linear-gradient( center top, #5f2c7c 5%, #edc4f2 100% );
    background-color:#edc4f2;
}


input.general:active {
    position:relative;
    top:1px;
}

input.reset {
    -moz-box-shadow:inset 0px 1px 0px 0px #706870;
    -webkit-box-shadow:inset 0px 1px 0px 0px #706870;
    box-shadow:inset 0px 1px 0px 0px #515151;
    background-color:#343434;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:4px;
    border:1px solid #3d3c3d !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    width:auto !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
    cursor: pointer;   
    margin: 0px 0px 5px 0px;
}

input.reset:hover {
    background-color:#423f42;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #423f42), color-stop(1, #343434) );
    background:-moz-linear-gradient( center top, #423f42 5%, #343434 100% );
}

input.reset:active {
    position:relative;
    top:1px;
}

input.regular {
    -moz-box-shadow:inset 0px 1px 0px 0px #707070;
    -webkit-box-shadow:inset 0px 1px 0px 0px #707070;
    box-shadow:inset 0px 0px 0px 0px #707070;
    background-color:#c0c0c0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:4px;
    border:1px solid #606060 !important;
    display:inline-block;
    color:#000000;
    font-weight:bold;
    text-decoration:none !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
    width:90px;
    margin: 0px 0px 5px 0px;
}

input.regular:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #707070), color-stop(1, #707070) );
    background:-moz-linear-gradient( center top, #707070 5%, #707070 100% );
    background-color:#707070;
    color:#ffffff;
}


input.regular:active {
    position:relative;
    top:1px;
}

button.submit{
    -moz-box-shadow:inset 0px 1px 0px 0px #8345a4;
    -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
    box-shadow:inset 0px 1px 0px 0px #8345a4;
    background-color:#542179;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:4px;
    border:1px solid #4b2269 !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
    width:90px;
    margin: 0px 0px 5px 0px;
}

button.submit:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5f2c7c), color-stop(1, #542179) );
    background:-moz-linear-gradient( center top, #5f2c7c 5%, #542179 100% );
    background-color:#5f2c7c;
}


button.submit:active {
    position:relative;
    top:1px;
}

.columns {
    float: left;
    /*width: 50%;*/
}

.clear {clear:both;}

select.list {

	/*background: url(../dp/img/select.jpg) no-repeat scroll right center transparent;*/
    border: 1px solid #ccc;
	width:80px;
	padding:5px;
}


#topMenu {
    background: none repeat scroll 0 0 #111;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
	height: 20px;
	border-bottom:1px solid #644278;
    
}

#topMenu #topContent {
	margin: 0 auto;
    position: relative;
/*    width: 970px; */
    width: 1180px;
	
}

#topContent #user {
	float: right;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#CCC;
}


#topContent #login {
	float: right;
	
}



#main_wrapper {
	
background:#fff;
width:100%;	
margin: 0;
}


#wrapper {
/*	width: 970px; */
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

#masthead{
	background: #57068c;
	padding: 0;
	height: 73px;
	border-bottom: 1px solid #151515;
}

#masthead #mastheadContent{
	margin: 0 auto;
    position: relative;
/*    width: 970px; */
    width: 1180px;
	
}


#masthead #appTitle {
	border-left: 1px solid #fff;
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 18px;
    position: relative;
    top: 23px;
    width: 587px;
	color:#fff;

}

#masthead #logo{
	float: left;
	width: 170px;
	/*border-right: 1px solid #494949;*/
}
#masthead #content_header{
	width: 770px;
	text-align: right;
	float: left;
	height: 53px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper  h1 {
	font-family:  "Proxima Nova Condensed Light", 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-size-adjust: 0.488;
	margin: 0 0 6px 0;
    padding: 15px 0;
	color:#501a77;
	/*line-height:1.8;*/
	text-decoration: none;
}
#wrapper #h_nav {
	background-color: #fff;
	clear: both;
/*	width: 970px; */
	width: 1180px;
	
	/*height: 70px;*/
}


#nav_Holder {
	
	background: #2f2f2f;
	padding: 0;
	height: 32px;
	border-top: 1px solid #494949;
	border-bottom: 1px solid #111;
}


#nav_Holder #nav_content {
/*	width:970px; */
	width:1180px;
 	padding: 5px 0 5px 0;
	margin: 0 auto;

}


#nav_content #topMain_menu {
	
	float: left;
    height: 20px;
    margin:0;
}
 
#topMain_menu ul{
	float: left;
    list-style: none outside none;
    margin: 0;
    padding:0;
	
}

#topMain_menu ul li {
    display: inline;
    float: left;
    margin:0 20px 0 0;
}


div#topMain_menu ul li a {
    float: left;
    padding: 3px 5px 5px 0;
    text-align: center;
    
}


div#topMain_menu ul li a:hover {
    color: #FFFFFF;
    float: left;
 }
 
 
li.active-link a, li.active-link a:visited, li.active-link a:active {
    background: none repeat scroll 0 0 #111111;
    border-color: #000000 #353535 #353535 #000000;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    float: left;
	padding-left: 5px !important;
    
}

#navbar {
    background: none repeat scroll 0 0 #fff;
    font-size:12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 0 0 0;
	margin:0;
	/*border-bottom: 1px solid #ccc;*/
	
}

.inner_border {
	
	border:1px solid #fff;

	
}
/*#navbar A { color: #5A088C !important;  }
#navbar A:hover,
#navbar A.current {color: #5A088C) !important; text-decoration: underline; }
.refine-filter { float: left; }
.refine-filter SPAN { float: left; padding-right: 10px; }
.refine-filter UL { float: left; }
.refine-filter LI { float: left; padding: 0 7px; border-left: 1px solid rgb(153,153,153); }
.refine-filter LI:first-child { border: 0; padding-left: 0; }
#navbar .directory-link { width: 170px; float: right; }
#navbar .directory-link A { padding-left: 22px; background: url(../img/icon.directory.gif) no-repeat 0 1px; display: inline-block; font-weight: bold; }
#navbar .directory-link A:hover,
#navbar .directory-link A.current { background-position: 0 -19px; }*/

#navbar .breadcrumbs {
	/* float: left;*/
	padding: 0 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	height: 23px;
	margin: 0;
	background:#efefef;

 }

.breadcrumbs a {
display: inline-block;
float: left;
height: 24px;
line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
color: #9E9E9E;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
color: #5A088C;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.breadcrumbs a:hover {
color: #222222;
}

.breadcrumb_divider {
display: inline-block;
width: 12px;
height: 24px;
background: url(../dp/img/breadcrumb_divider.gif) no-repeat;
float: left;
margin: 0 5px;
}

/*Site Search*/
#home_search { 
	/*border-left: 1px solid #494949;*/
    height: 73px;
    /*position: absolute;
    right: 155px;*/
	float:right;
    /*width: 190px;*/
	 }

#home_search FORM {
	
	margin:25px 0 0 5px;
	padding:0;

}
	 
#home_search FIELDSET { 
	height: 0;
	padding:0;
	margin:0;	
	border:0;
 }
#home_search LABEL { 
	font-weight: bold; color: rgb(255,255,255); 
	}
	
#home_search .field { 
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    padding: 3px;
    width: 180px;
	/*-moz-border-radius: 4px 4px 4px 4px;*/
	border:1px solid #111;
	}
	

#site-search { 
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 158px; 
	color:#999;
}

#wrapper #main_content {
	background-color: #fff;

	margin: 0;
	padding:0;
}

#wrapper #main_content #content{
/*      width: 970px; */
      width: 1180px;
	  /*float: left;*/
	  margin:0;
	  padding:0;
	  border:0;
	  background:#fff;
}

#main_content a{
    color: #666666;
}


#content #right_content {
	float:right;
	margin:0 0 0 15px;
	padding:0;


}

#content #left_content {
	float:left;
	background:#fff;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
    float: left;
    margin: 0;
    padding: 0;
	width:190px;
    

}


#left_content #left_nav {
	/*border: 1px solid #CCCCCC;*/
	background:#fff;
    float: left;
    margin:0;
    width: 190px;
	padding:0;
	/*position:relative;
	top:60px;*/
	}


#left_content #leftNav_header {
	
	background: url(../dp/img/bg-content-box.gif) repeat-x scroll left top #E5E5E5;
    margin:0; 
	padding:0;	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ccc;
    height: 40px;
	width:190px;

}


#main_content h2{ 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-size-adjust: 0.488;
    font-style: normal;
    font-weight: 200;
    /*line-height: 18px;*/
    margin: 0;
    padding: 7px;
	color: #666;
}


.line {
	
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	

}



a.tooltip {
	
	margin:0 !important;
	padding:0 !important;
	
}

a.tooltip:hover {
	background:#fff; 
	text-decoration:none !important;
	margin:0 !important;
	padding:0 !important;

} /*BG color is a must for IE6*/
	
	
a.tooltip span {
	display:none; 
	padding:3px; 
	margin:0 0 0 8px; 
	width:115px;
	
	
	}
	
a.tooltip:hover span{
	display:inline;
	position:absolute;
	border:1px solid #ccc;
	background:#efefef; 
	color:#501a77;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	}

a.tooltip img {
	
	border:0;
	padding:0 3px 0 3px !important;
	margin:0 !important;	
	vertical-align: middle;
	display:block;
	
}


/*Accordion Menu Styles*/


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
 }

ul.menu, ul.menu ul li a {
	
 padding: 0 0 2px 0;
 margin: 0 0 5px 0;	
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
  border-radius: 0;
  
 
}

ul.menu a {
  display: block;
  text-decoration: none;	
  color: #5A088C;
}

ul.menu li {
    /*margin: 3px 0;*/
	
}

ul.menu li a {
  	list-style-type: none;
	background: url(../dp/img/bg-content-box.gif)repeat-x left scroll;
	padding: 5px;
	border: 1px solid #ccc;
	margin:0 0 5px 0;
    overflow: hidden;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	position:relative;
    
    
}

ul.menu li a span {
	
	background: url(../dp/img/sort.gif) no-repeat scroll center center transparent;
    display: block;
    height: 8px;
	width:5px;
	padding: 10px;
    position: absolute;
    right: 0;
    top: 0;	
}

ul.menu ul.menu li  {
	margin:0 !important;
	background: #501a77	;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
 text-decoration:none;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  background: #fff;
  color: #5A088C;
  border:none !important;
  padding-left: 32px;
  border-bottom: 1px solid #fff;
  
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  background: #fff;
  text-decoration:underline;
 
}

/*ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}*/
ul.menu ul.menu {
    
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    background: none repeat scroll 0 0 #501A77;
    border: 0 none !important;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
	-moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	/*border-bottom: 1px solid #ccc;*/
}



div.panel {
    border: 1px #000 solid;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}



/* Modal Help Window */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {width:680px; height:400px; color:#111; background-color:#fff; border:5px solid #ddd; padding:12px; line-height:1.8; -webkit-border-radius: 4px; -moz-border-radius: 4px;	border-radius:4px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#fff; border-left:3px solid #ddd; color:#111; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background: url(../dp/img/close_pop.png) no-repeat; width:22px; height:22px; display:inline; z-index:3200; position:absolute; top:6px; right:9px; cursor:pointer;}
#simplemodal-container h3 {color:#501a77;}

#simplemodal-container h4 {color:#501a77; display:inline; font-size:13px;}

#simplemodal-container p {   text-align:justify;}
#simplemodal-container img {
	
	border: 0 none;
    float: left;
    margin: 3px 5px 0 0;
    vertical-align: middle;	
	
}

#simplemodal-container dl
{
	float: left;
	width: 600px;
	margin: 0 0 0 25px;
	padding: 0;
	
}

#simplemodal-container dt
{
	
	width: 200px;
	margin: 0;
	padding: 5px 0 0 5px;
	font-weight: bold;
	font-size: 12px;
}

#simplemodal-container dd
{
	/*float: left;
	width: 450px;*/
	margin: 0;
	padding: 0 0 10px 5px;
	text-align:justify;
	
}


.form_title {
	
	position: absolute;
    top: 100px;

}

.required {
        background-image: url(../dp/img/required.gif);
        background-repeat: no-repeat;
	background-position: left center;
        padding: 0px 0px 0px 12px;
}

#footer {
    background-color: #111;
    color: #FFFFFF;
    font-size: 12px;
    height: 80px;
    padding: 12px;
	border-top:1px solid #282828;
	margin:0;
}

.last_menu_item {
	
	border-bottom: 1px solid #aaa !important;	
}

#footer #footerContent {
	
	margin: 0 auto;
    position: relative;
/*    width: 970px; */
    width: 1180px;
}


#footer #footerContent .logo {
	float: right;
	width: 300px;
	text-align: right;
}
#footer #footerContent  p {
	float: left;
	width: 400px;
	margin: 0px;
	
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #501A77;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: arial;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 2px 10px 2px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #501A77;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


#tabs {
/*	width: 960px; */
	width: 1170px;
}

.publish {
	float: right;
	margin: 10px 0;
	padding: 0;
	text-align: right;
	width: 100%;
	color: #111;
}
td.label {
	text-align: right;	
}

.category {
	border:1px solid #ccc;
	background:#f7f7f7;	
	padding:15px 8px;
}

.field_label {
	background:#fff;
	border:1px solid #ccc;
	position:relative;
	top:8px;
	left:15px;
	z-index:1;
	padding:4px;
	font-weight:600;	
}

div.info, div.warning, div.error, div.success {
       text-align: left;
       padding: 5px 10px 5px 10px;
       border: 1px solid;
       margin: 10px 0px;
       background-repeat: no-repeat;
       background-position: 10px center;
}
div.info {
    color: #00529B; 
    background-color: #BDE5F8;
    font-weight: bold;
    background-image: url('/Fellows/static/images/info.png');
}
div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Fellows/static/images/error.png');
}

div.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    font-weight: bold;
    background-image: url('/Fellows/static/images/success.png');
}
div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

#message_container {
    margin: auto;
    width: 500px;
    padding:60px 0 80px 0;
}

.message_container {
    margin:0;
    padding:10px 0 20px 0;
}

.alert_error {
    background: #FFCECE;
    border: 1px solid #DF8F8F;
    color: #B91B18;
    font-weight: bold;
    margin: 10px 0;
}

.alert_success {
    background: #D5FFCE;
    border: 1px solid #9ADF8F;
    color: #497A00;
    font-weight: bold;
    margin: 10px 0;
}

.alert_info {
    background: #DBE3FF;
    border: 1px solid #A2B4EE;
    color: #0888C3;
    font-weight: bold;
    margin: 10px 0;
}

.alert_warning {
    background: #FFFBCC;
    border: 1px solid #E6DB55;
    color: #69610A;
    font-weight: bold;
    margin: 10px 0;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p, .alert_reportSummary p {
    margin: 8px;
}

.alert_error li {
    list-style-type: disc;
    color: #E3302C;
}
