
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #777;
	margin: 0px;
	padding: 0px;
}
	
img {
	border:0px;
}

p {
	line-height: 1.4
	}
h1 {
	padding-right: 5px;
	font-size: 16px;
	color: #777777;
	font-weight: bold;
	border-bottom: 2px dotted #FF0000;
	display: inline;
} 

h2{
font-family:Arial, Helvetica, sans-serif;
color: #336699;
font-size: 12px;
text-align: center;
background-color: #FFDD87;
margin: 0;
}

div#login {
width:150px;
margin-top: 3px;
}
div#alert {
	position:absolute;
	cursor:pointer;
	top:60px;
	left:20px;
	width:100px;
	height:40px;
	background:#EEEEEE; 
	border:1px solid #993399;
	padding:5px;
	font-size:10px;	
	display: none;
}

form input {
color: #000000;
border: 1px solid #CCCCCC;
padding: 0.1em 0.2em;

}
form input.button {
margin: 0.3em 0;
font-size: 10px;
cursor: pointer;
}

ul#links { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	padding: 0;

}
ul#links li{ 
	margin: 0.4em 0;

}
ul#numbers { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	padding: 0;	
}
ul#numbers li{ 
	margin: 0.4em 0;
	text-align: right;

}
	
div#container_center{
padding: 5px;
border:0;
width:445px !important; /*moz width*/
width:455px; /*IE width*/
}

#mediaMaster{
	display:none;
	margin-left:auto;
	margin-right:auto;
	border:10px solid #FFF;
	background-color:#DDD8D4;
	padding:5px;
	padding-top:0;
	padding-bottom:0;
	width:300px;
	text-align:center;
}
#mediaMaster table {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	color:#000;
	width:290px;
}
#overlay{
	display:none;
	background-image: url(img/overlay.png);
	position: absolute;
	left: 0px;
	right:0px;
	z-index: 90;
	width:100%;
	height: 8500px;
	text-align:center;
	} 
* html #overlay{
	display:none;
	width:100%;
	height: 8500px;
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	text-align:center;
	}
.txtalert {
	font-weight: bold;
	color: #FF0000;
	}
.txtsmall {
	font-size: 11px;
	}
.txtsmallb {
	font-weight: bold;
	font-size: 11px;
	}
.txtverysmall {
	font-size: 9px;
	}
.txtpt {  
	font-size: 10px;
	line-height: 12px;
	}
.txtpt a:hover { 
	font-size: 10px;
	text-decoration: underline;
	}
.txtonline {
	font-weight: bold;
	color: #CC0000; 
	}

.tableTxtCentre {
	border: 0px;
	width: 434px;
	padding: 5px;
	}
.tri {
	font-weight: bold;
	color: #00CC33;
	text-decoration: none;
	}
.tri:hover {
	color: #000000;
	}
.menu {
	font-weight: normal;
	color:  #993399;
	text-decoration: none;
	}
.menu:hover{ 
	color: #000000;
	text-decoration: underline;
	}
table.list {
	font-size: 10px; /*Fix and resize of font-size in table. Need to find root of problem though, table fonts displaying in 14px by default*/
	border: 1px solid  #FFCC66;
	width: 440px;
	text-align: center;
	}
.liste_msg { 
	height: 55px; 
	width: 430px; 
	border: 1px solid #993399; 
	overflow: auto;
}
