/* Styles for MediaSpeak's main pages
/* Elements */
a {	
	color: #8DA118;	
	text-decoration: none
}
a:hover {	
	text-decoration: underline
	}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0em;
	padding: 0px;
	}
	
h1 {
	background-image: url(../images/pointer.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4C4C4C;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	
h2 {
	background-image: url(../images/pointer.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #8DA118;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	
h3 {
	background-image: url(../images/pointer.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #8DA118;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding-bottom: 0px;
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {
	margin-left: 14px;
	padding-left: 10px;
	list-style: disc url(../images/pointer.gif) outside;
	}
li {
	padding: 0px;
	margin: 6px;
}
p {
	margin-left: 14px;
}

/**** LAYOUT DIVS ****/

#headerwrap {
	background-color: #383838;
	background-image: url(../images/bg_top.gif);
}

#header {
	overflow: hidden;
	margin-left: 60px;
	height: 98px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#header h1 {
	margin: 0;
	padding: 0;
	background: none;
}
#header, #header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #headdate {
	padding-top: 22px;
	font-weight: bold;
}

#header #headlogo {
	margin-top: 22px;
	width: 319px;
	height: 40px;
	float: left;
}

#header #headlogo a {
	display: block;
	padding: 29px 0 0 0;
	overflow: hidden;
	width: 319px;
	height: 0px !important; 
	height /**/: 29px; /* for IE5/Win */
	background: url(../images/logo_mediaspeak.gif) no-repeat left top;
}

#header #headinfo {
	margin-top: 22px;
	width: 394px;
	float: left;
	text-align: right;
}

#header #headinfo a:hover {
	text-decoration: underline;
}



/* Classes */
.HeadBackground {
	background-color: #383838;
	background-image: url(../images/bg_top.gif);
}
.NavigationBackgroundColor {
	color: #FFFFFF;
	background-color: #4B4B4B;
	}
.NavigationColor {
	color: #FFFFFF
	}
.HeadText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.WhiteText, .WhiteText a, .WhiteText a:link, .WhiteText a:visited, .WhiteText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.HorizontalDash {
	background-image: url(../images/hr-dotted.gif);
	background-repeat: repeat-x;
}
.ulHeading {
	margin-left: 10px;
	padding-left: 8px;
}

.indent {
	margin-left: 14px;
}
.OuterHolder {
	text-align: left;
}
.GrayBackground {
	background-color: #737373;
}
.HeadTable {
	background-color: #000000;
}
.footer, .footer a, .footer a:link, .footer a:visited, .footer a:hover {
	color: #868686;
	font-size: 10px;
	letter-spacing: -1px;
}
.green_text {
	color: #8DA118;
}

.form {
	border: 1px solid #B8D920;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-color: #999999;
}

/* style added by Kelvin Luck for "directory listing" section */

div.presentation-links a:link, div.presentation-links a:visited, div.presentation-links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	display: block;*/
	margin: 2px 0 2px 0px;
	font-size: 11px;
	color: #8DA118;
	text-decoration: none;
}
div.presentation-links a:hover {
	color: #B8D920;
}

/* styles added by Kelvin Luck for "login" page */
div.login-error {
    border: 1px solid #f00;
    background: #eee;
    padding: 5px;
    margin: 5px;
    color: #f00;
}
.smalltext {
	font-size: 9px;
	letter-spacing: -1px;
}
.smalltext p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
.boldlist li {
	font-weight: bold;
}

#footer {
	text-align: left;
	margin: 16px 0 5px 50px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #817C78;
	clear:both;
	width: 736px;
}
#footer ul { /* all lists */
	list-style: none;
	line-height: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: justify;
	/*position: relative;*/
}
#footer ul li {
	display: inline;
	margin: 2px 0px 2px 0px;
	padding: 0;
	letter-spacing: -1px;
	line-height: 25px;
	background: none;
}
#footer .copyright {
	/*display: inline;*/
	display: block;
	white-space: nowrap;
}
#footer a {
	color: #868686;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

