/* //// default styles */

/* //////////// basic tag styles */

body {
	margin: 0px;
	background-color: #D0EFFF;
	}
	
body, td, th {
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 0.7em;
	color: #3362A8;
}
b{
color: #1C4EA5;
}

li,ul {
padding:0px;
}

input, select, textarea {
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5 {
color: #1C4EA5;
}

.right-border {
	border-right: 1px #B30505 solid;
}

.bottom-border {
	border-bottom: 1px #B30505 solid;
}

hr {
	color: #C3C3C2;
	height: 1px;
	width: 100%;
}


h3 {
	font-family: tahoma, geneva, arial, sans-serif;	
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
}

.hr-content {
	color: #B30505;
	
}

h5 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic; 
}

/* //////////// links */

a {
	color: #2D5796;	
}

.c {
	color: #2D5796;
}
a:link{
	color: #2D5796;
}

a:hover {
	text-decoration: none;
}

a:active {
}


a:visited {
	color:#486794;
}


/* //////////// navigation styles */

a.menu-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a:visited.menu-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.text-link {
	color: #CB2228;
	text-decoration: underline;
}

.text-link a{
	color: #CB2228;
	text-decoration: underline;
}

.text-link a:hover {
	text-decoration: none;
}
/* //////////// table styles */

.table-field-name {
padding: 3px;
	border-top: 1px solid #EDEDED;
	background-color: #F9F9F9;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F9F9F9;

}

.table-field-name-error {
	padding: 3px;
	border-top: 1px solid #EDEDED;
	background-color: #F9F9F9;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F9F9F9;
	color: #FF0000;
	border-right-color: #FF0000;
	border-right-style: solid;
	border-right-width: 3px;
}

.table-field-content {
	padding: 3px;
	border-top: 1px solid #A3D1EC;
	background-color: #C1E0F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A3D1EC;
}

.table-field-details {
	font-size: 65%;
	padding: 3px;
	white-space: nowrap;
	color: #333333;
}

.table-field-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B30505;
	background-color: #7B1500;
	padding: 3px;
	font-size: 65%;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B30505;
}


/* //////////// generic table styles */

.g-table  {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}


.g-table td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}


/* //////////// form styles */

.textfield-stretch {
	width: 98%;
}

.field-stretch {
	width: 100%;
}


.button {
	background-color: #F3F3F3;
	border: 1px solid #666666;
}

.button-stretch {
	width: 100%;
	background-color: #F3F3F3;
	border: 1px solid #666666;
}
/* //////////// message styles */

.message-error {
	font-weight: bold;
	color: #FF0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 10px;
}
.message-positive {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7D808E;
	padding: 20px;
	text-align: center;
}

p {
margin-bottom: 10px;
margin-top: 0px;
}