/*

File: mw_style.css
Author(s): Ryan Reed (RKR)
Created: 5/6/07
Modified: 5/15/07
Description: Stylesheet for MailWise.

Edits by DStrickler Oct 17, 2008

*/


html {
	margin: 0;
	color: navy;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: .82em;
	background-color: white;
}

h1, h2, h3, h4, h5, th {
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	color: white;
	background-color: #517919;
	margin: 5px 0 0 0;
}

table {
	border-collapse: collapse;
	// border-top-color:  #aabb77;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: navy; 
	font-size: 12px;
	text-align: left;
}

th {
	color: white; 
	background-color: #42426F;
	font-size: 12px;
	font-weight: normal;
}

tr {
	vertical-align: text-top;
}

button {
	margin: 15px 0 15px 0;
	padding: 4px;
}

form {
	margin: 10px 0 0 0;
}

fieldset {
	background-color: #f3f7ec;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

p, td {
	padding: 4px 10px 4px 10px;
	background-color: #f3f7ec;
	margin: 0px;
	// border-bottom-style: solid;
	// border-bottom-width: 1px;
	// border-bottom-color:  #ccddaa;
	color: #333333;
}

p {
	margin-bottom: 5px;
}

.alt {

	background-color: #ffffff;
}

.content_block {
	background-color: #f3f7ec;
	color: black;
	border-top:1px dotted #3b0083;
	border-bottom:1px dotted #3b0083;
	border-left:1px dotted #3b0083;
	border-right:1px dotted #3b0083;
	width:350px ;
	text-align: left;
	
}

.inset {
	margin: 0 20px 0 20px;
}

a {
	// font-weight: bold;
	color: #3b0083;
	text-decoration:none;
	// border-bottom:1px dotted #3b0083;
}

a:hover {
text-decoration: underline;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}

#footer {
	position: absolute;
	bottom: 0px;
	color: white;
	text-align: right;
	background-color: black;
}

.red {
	/* color: 990022; */
	color: black ;
	background-color: pink;
}

.yellow {
	/* color: #FFFF00; */
	color: black ;
	background-color: yellow;
}

.green {
	/* color: #215E21; */
	color: black ;
	background-color: lightgreen;
}

.orange {
	/* color: #215E21; */
	color: black ;
	background-color: orange;
}

.grey {
	color: grey ;
	background-color: white;
}

.white {
	color: white ;
	background-color: #42426F;}

.trace_server_list {
	border-collapse: collapse;
	// border-top-color:  #aabb77;
	// border-top-width: 2px;
	// border-top-style: solid;
	// font-size: 1em;
	color: navy; 
	font-size: 10px;
	text-align: left;
	cellpadding: 0;
	cellspacing: 0;
}

.add_branch {
	font-size: 10px;
	color: grey;
	background-color: white ;
}
