/* Global Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#bbbbbb;
}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color: #000033;
	line-height:16px;
	margin-top:0px;
}
	
h1 {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size:16px;
	font-weight:bold;
	color: #000066;
}
h2 {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size:16px;
	font-weight:bold;
	color: #000066;
}
h3 {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size:16px;
	font-weight:bold;
	color: #000066;
}

ul {
	margin-top:0px;
	
	padding-left:12px;
}

a {
	color: #000066;
	text-decoration:underline;
}
	
a:hover {
	color: #000000;
	text-decoration:none;
}

img.pictureBorder {
border: 1px solid #000000;
margin-bottom:5px;
margin-left:10px;

}
img.pictureLBorder {
border: 1px solid #000000;
margin-bottom:5px;
margin-right:10px;

}

/* Class Styles */
.secondHeader {
	color: #000033;
	font-size:19px;
	line-height:22px;
}
.leftBG {
background-image:url(../images/bg-left.jpg);
background-repeat:no-repeat;
background-position:top right;
}
.rightBG {
background-image:url(../images/bg-right.jpg);
background-repeat:no-repeat;
background-position:top left;
}

.whitefeatText {
	color: #ffffff;
	font-size:12px;
	padding-left:5px;
}
.bluefeatText {
	color: #000033;
	font-size:12px;
	padding-left:5px;
}
.featuredText {
	color: #000033;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.footerText {
	font:11px Arial, Helvetica, sans-serif;
	color: #999999;
}

.menuLinks a {
	font:12px Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	padding-left:5px;
	padding-right:28px;
}
	
.menuLinks a:hover {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	padding-left:5px;
	padding-right:28px;
}

#footerLinks a {
	font:11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
	
#footerLinks a:hover {
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}


/* Subpage Container Styles */
h2.sub_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background-image:url(../images/featured-bg.gif);
	background-repeat:repeat-x;
	height: 24px;	line-height: 24px;
	width: 723px;
	font-size:12px;
	font-weight: normal;
	float: left;
	color: #ffffff;
}
h2.sub_trigger a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 5px;
}
h2.sub_trigger a:hover {
	color: #ffffff;
}
.sub_container {
 padding: 0;
	overflow: hidden;
	color: #000033;
	font-size:12px;
	width: 723px;
	clear: both;
}
.sub_container .block {
text-align:justify;
}


/* Featured Menu Styles */
h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background-image:url(../images/featured-off-bg.gif);
	background-repeat:repeat-x;
	height: 24px;	line-height: 24px;
	width: 476px;
	font-size:12px;
	font-weight: normal;
	float: left;
	color: #000033;
}
h2.acc_trigger a {
	color: #000033;
	text-decoration: none;
	display: block;
	padding: 0 0 0 5px;
}
h2.acc_trigger a:hover {
	color: #000033;
}
h2.active {
	background-image:url(../images/featured-bg.gif);
	color: #ffffff;
	font-size:12px;
}
h2.active a{
	color: #ffffff;
	font-size:12px;
}
h2.active a:hover{
	color: #ffffff;
	font-size:12px;
}

.acc_container {
 padding: 0;
	overflow: hidden;
	color: #000033;
	font-size:11px;
	width: 476px;
	clear: both;
}
.acc_container .block {
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}

#currentHeader {
	display:block;
	height:50px;
	padding-left: 36px;
	background-image:url(/css/images/h-ico/archive.png);
	background-position: left -3px;
	background-repeat: no-repeat;
}

#current {
	margin-left:15px;
}

#editHeader {
	display:block;
	height:50px;
	padding-left: 36px;
	background-image:url(/css/images/h-ico/up_alt.png);
	background-position: left -3px;
	background-repeat: no-repeat;
	border-top:1px dashed #eeeeee;
}

#addNewHeader {
	display:block;
	height:50px;
	padding-left: 36px;
	background-image:url(/css/images/h-ico/up_alt.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top:1px dashed #dddddd;
}

#addData {
	display:block;
	height:50px;
	padding-left: 36px;
	background-image:url(/css/images/h-ico/edit.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top:1px dashed #dddddd;
}

.box {
	background-image:url(/css/images/grey-trans-bg.png);
	border:1px solid #999999;
	padding:5px;
}

.sectionHeader {
	cursor:default;
	height:50px;
}

.sectionTitle {
	height:50px;
	padding:5px;
}

.categoryDiv{
	margin-top:30px;
	margin-bottom:15px;
	padding:10px;
	border:1px solid #666666;
	background-image:url(/css/images/grey-trans-bg.png);
}

.categoryHeaderH2{
	position:relative;
	margin-top:1px;
	font-size:20px;
	/*top:-15px;
	display:inline;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #666666;
	background-color:#eeeeee;*/
}

.projectHeader {
	cursor:pointer;
	height:45px;
	padding:5px;
}

.projectHeaderOver {
	cursor:pointer;
	height:45px;
	padding:5px;
	background-image:url(/css/images/grey-trans-bg.png);
}

.projectTitle {
	float:left;
	position:relative;
	padding-left:10px;
	width:680px;
	background-image:url(/css/images/h-ico/folder.png);
	background-position: left 6px;
	background-repeat: no-repeat;
}

.projectDiv {
	background-image:url(/css/images/grey-trans-bg.png);
	border:1px solid #999999;
	padding:5px;
	margin:4px;
}

.darkblue {
	color:#000099;
}

.categoryTitle{
font-size:18px;
}

.categoryTitle a{
color:#000066;
}

#currentBreadcrumb{
color: #000066;
}

.breadcrumb{
display:block;
margin-top: 15px;
margin-bottom: 5px;
font-size:14px;
font-weight:bold;
color: #000066;
}

input.text,
textarea {
	width:380px;
	height:100px;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #999;
	/*background: url("images/txt.gif") repeat-x; padding: 5px 2px;*/
	background:#ffffff;
}

.add_image_button{
color:#000000;
display:block;
margin:5px;
padding:5px;
border:1px solid #999999;
text-decoration:none;
font-weight:bold;
background-color:#cccccc;
}

.add_image_button:hover{
background-color:#dddddd;
}

input.error,
textarea.error {border-color: #d35757; background-image: url("images/txt-error.gif");}
span.loading {background: url("images/upload.gif") 0 50% no-repeat; padding: 3px 0 3px 20px;}

.info, .success, .warning, .error {
	border: 1px solid;
	margin: 10px 0px;
	padding-top:5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 34px;
	position: relative;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(images/info.png);
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(images/success.png);
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(images/warning.png);
}

.error {
	color: #D8000C;
 	background-color: #FFBABA;
 	background-image: url(images/error.png);
}
