body {
	background-color: #fff;
	margin: 10px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "verdana, lucida, arial, helvetica, sans-serif";
	font-size:0.8em;
}

#container {
	width: 85%;
	\width: 85%;
	w\idth: 85%;
	border: 1px solid gray;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#banner {
	padding: 10px;
	margin-bottom: 0;
	background-color: rgb(255, 255, 255);
}

#menu {
	padding: 2px;
	background-color: #003F73;
	color:#fff;
	font-weight:bold;
}

#menu ul {
	list-style:none;
	margin:0;
	margin-left:-25px;
	height:1.4em;
}


#menu ul li {
	margin-right:20px;
	float: left;
	display: block;
	height:1em;
}

#content {
	padding: 0 15px 15px 15px;
	background-color: rgb(255, 255, 255);
}

#footer {
	clear: both;
	padding: 10px 15px 5px 15px;
	margin-top: 10px;
	border-top:2px solid #003F73;
}

/* Hide from IE5-mac \*/

* html #menu {
padding-left:15px;
}

* html #footer {
padding: 10px 15px 5px 15px;
margin:30px 0 0 0;
}

/* End IE5/mac hide */

		
p {
	margin:5px 0 10px 0;
}

.small {
	font-size:0.85em;
	color:#656565;
}
		
img {
	border:0;
	margin:0:
}

.width50percent {
	width:50%;
	float:left;
}


.edit {
	padding:0 0 0 18px;
	background: url(../admin/images/edit.gif) no-repeat center left;
}

.add {
	padding:0 0 0 18px;
	background: url(../admin/images/add.gif) no-repeat center left;
}

.delete {
	padding:0 0 0 18px;
	background: url(../admin/images/delete.gif) no-repeat center left;
}

th {
	text-align:left;
	vertical-align:top;
}

td {
	text-align:left;
	vertical-align:top;
}

		
A					{color:#003F73; font-weight:bold; text-decoration:none;}
A:link				{color:#003F73; font-weight:bold; text-decoration:none;}
A:visited			{color:#003F73; font-weight:bold; text-decoration:none;}
A:active			{color:#003F73; font-weight:bold; text-decoration:none;}
A:hover				{color:#E1C8A9; font-weight:bold; text-decoration:underline;}

A.red					{color:#ff0000; font-weight:bold; text-decoration:none;}
A.red:link				{color:#ff0000; font-weight:bold; text-decoration:none;}
A.red:visited			{color:#ff0000; font-weight:bold; text-decoration:none;}
A.red:active			{color:#ff0000; font-weight:bold; text-decoration:none;}
A.red:hover				{color:#ff0000; font-weight:bold; text-decoration:underline;}

#menu A					{color:#fff; font-weight:bold; text-decoration:none;}
#menu A:link			{color:#fff; font-weight:bold; text-decoration:none;}
#menu A:visited			{color:#fff; font-weight:bold; text-decoration:none;}
#menu A:active			{color:#fff; font-weight:bold; text-decoration:none;}
#menu A:hover			{color:#E09435; font-weight:bold; text-decoration:underline;}

ol li {line-height:1.8; font-size:1.1em;}
ol li A					{color:#003F73; text-decoration:none;}
ol li A:link			{color:#003F73; text-decoration:none;}
ol li A:visited			{color:#003F73; text-decoration:none;}
ol li A:active			{color:#003F73; text-decoration:none;}
ol li A:hover			{color:#E1C8A9; text-decoration:underline;}

table.underline td {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#CCCCCC;}
table.underline th {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#CCCCCC; font-weight:bold; background-color:#E0E0E0;}

.dataentry {
	width: 90px;
}
.alphaentry {	
	width: 110px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload, .fileUpload div.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn-default{
	border-radius:3px !important;
	vertical-align: -10px !important;
	padding: 3px 5px !important;
}
.upload-form {
	margin-bottom: 40px;
}
.error_message {
	color: red;
}
.hidden {
	display: none;
}
.small-text {
	font-size: 13px !important;
	color: #A9A9A9; 
}
.logo {
    width: 400px;
    height: 150px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.btn-grey {
	background:#ECECEC;
	border:1px solid #A5A5A5;
	color:#833333;
	border-radius:1px;
	font-size:14px;
	font-family:arial;	
	background: rgb(245,245,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}
.error {
	display: inline;
    color: #CC3333;
    border: 1px solid #CC3333;
    
}
.not-display {
	display: none;
}
.display-right {
	margin-left: 183px;
}

.add-email-text {
	position: relative;
	top: -8px;
	right: -8px;
}

.email-input {
	position: relative;
	top: -9px;
}

.email-modal {
	margin: 0;
}

#emails {
	overflow-y: auto;
	max-height: 110px;
}