/* odg_main.css */
/*
 * CRC style sheet for right-hand frames
 * Filename odg_main.css 
*/

/* ########################################################################################## */
/* ## Start of adjustments for transition to standardised divs, from existing table layout ## */
/* ########################################################################################## */

html {
	background-color: #D7DBDF;
	width: 920px;
	margin: 0px auto;
	}

body {
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

div#wrapper {
	width: 916px;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
	}
	
div#main_content {
	width: 800px;
	margin: 40px auto 60px auto;
	padding: 0px;
	}
	
div#footer {
	width: 85%;
	margin: 10px auto 0px auto;
	padding: 5px;
	}

.title_logo{
	margin: 0px auto;
	}
	
h4 {
	border-width: 0;
	border: none;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-family: verdana;
	color : black;
	}
	
div {
	margin: 0px;
	padding: 0px;
	}
	
div p {
	text-align: justify;
	}
	
td p {
	text-align: justify;
	}
	
/* ######################################################################################## */
/* ## End of adjustments for transition to standardised divs, from existing table layout ## */
/* ######################################################################################## */




a:link {
	text-decoration: underline;
 	color: #0000cd;
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt; 
}

a:visited {
	text-decoration: underline;
	color: #0000cd;
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt; 
}

a:hover {
	text-decoration: none;
	color: red;
	text-transform: none;
	font-weight: normal;
	font-family: verdana;
	letter-spacing: 0pt
} 

td {
   font-weight: normal;
   font-family: verdana;
   font-size: 10pt;
	 }
td.Branchname {
	font-weight: bold; 
	font-family: verdana;
	color : black;
}

th {
  vertical-align: top
	 }
	 
h1 {
	border-width: 0;
	border: transparent;
	text-align: center;
	font-size: 14pt; 
	font-weight: bold;
	font-family: verdana;
	color : black;
}


h2 {
	border-width: 0;
	border: transparent;
	text-align: center;
	font-size: 12pt;
	font-weight: bold; 
	font-family: verdana;
	color : black;
}

h3 {
	border-width: 0;
	border: transparent;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	color : black;
}

P {
	font-family: verdana;
	color : black;
	font-size: 10pt; 
	font-weight: normal;
}

li { font-family: Verdana; font-size:10pt; }

div { font-family: Verdana; font-size:10pt; font-weight: normal;}

ul { font-family: Verdana; font-size:10pt; }

ol { font-family: Verdana; font-size:10pt; }

#horizontalmenu li {
	display: inline;
	padding-right: 5px;
	font-size: 10pt;
}
#horizontalmenu ul {
	list-style-type: none;
}
#horizontalMenu li {
	display: inline;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
