/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		DCH
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	22/9/05		PG			updates
1	4/8/05		PG			Created

*/

/* general essentials */
body {
	margin: 0;
	padding: 0;
	font: normal 70% verdana,arial,sans-serif;
	color:#3A3A7E;
}

a{
	color:#000033;
	text-decoration:none;
}
a:hover {
	color:#000033;
}

#mainPanel a{
	text-decoration:underline;
}
p{
	padding:0.6em 0em 0.4em 0em;
	margin:0px;
}

#bodyHolder, div, form{
	padding:0;
	margin:0;
}

img {
	border: none;
}

hr {
	
}

h1,h2,h3,h4,h5,h6{
	padding:0.8em 0em 0.2em 0em;
	margin:0em 0em;
	font-weight: bold;
}

h1 {	font-size: 1.3em;}
h2 {	font-size: 1.2em;}
h3 {	font-size: 1.1em;}
h4 {	font-size: 1.1em;}
h5 {	font-size: 1em;}
h6 {	font-size: 1em;}

ul{
	list-style-type:square;
	list-style-position:outside;
	padding-bottom:0.5em;
	margin-bottom:0px;
	padding-top:0.3em;
	margin-top:0px;
}
ul li{
	padding:0.2em 0px;
	margin:0px 0px;
}
strong,b{
	color:#535399;
}
em,i{
	
}

#bodyText{
	line-height:1.5em;
	color:#000033;
}
#pageTitle h1{
	display:none;
}


/* Common Sitewide Classes */
.mandatory{
	color:#0B87CF;
}
.warning{
	
}
.row{
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	width:100%;
	padding:5px 0px;
}
.title{
	
}
fieldset{
	/* border:1px solid #0B87CF; */
}
label{
	line-height:1.5em;
}

#bodyText{
	width:100%;
}
#bodyPadder{
	padding-right:0;
	padding-left:5px;
}

#leftPanel a {
	text-decoration:none;
	font-weight:bold;
	color:#535399;
}

fieldset .ui-slider {
	overflow:visible;
	margin: 10px 50px;
	z-index:10;
	font-family: verdana,arial,sans-serif;
}

fieldset .ui-slider-label {
	color:#000;
}

.flashShow {
	float : right;
}