/**
 * basic.css
 * --
 * CSS basics for not so hot browsers
 * These get replaced by layout.css if the browser understands @import
 *
 * Copyright: Volkwagen South Africa
 * Author: Dylan Smith <dylan.smith@ogilvy.co.za>
 */

.debug {
	display:block;
	padding:4px;
	background:#fff;
	margin:0;
}

body {
	margin:0;
	font-size:80%;
	/* force vertical scrollbar in Mozilla browsers */
	overflow:-moz-scrollbars-vertical;
}

img {
	border:0;
	margin:0;
}

abbr, acronym {
	cursor:help;
	text-decoration:none;
	border:none;
	/*background:url(/images/common/border_dotted_horz.gif) repeat-x bottom left;*/
	/*background-color:#fffbcf;*/
	padding:0 2px;
}

p {
	margin:10px 0;
}

cite {
	margin:0;
}

blockquote {
    color:#666;
    margin:10px 0;
    padding:15px;
    background:#f4f4f4;
}

blockquote span {
    display:block;
    text-align:right;
}

hr {
	display:block;
	border:0;
	width:100%;
	margin:5px 0;
	height:1px;
	background:url(/images/common/hr_dotted.gif) repeat-x;
	color:#ccc;
}

/*----------------------------------------------------------------------------------------
 * Tables
 *--------------------------------------------------------------------------------------*/
table tbody th {
	text-align:left;
	vertical-align:top;
	padding-right:10px;
}
 
 
/*----------------------------------------------------------------------------------------
 * Typography
 *--------------------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, td, input, textarea, select, label {
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, Verdana, sans-serif;
	color:#666;
}

body, li, p, td, input, textarea, select, label {
    font-size:11px;
}

a {
	margin:0;
	padding:0;
	color:#3760A4;
}

a:hover {
	color:#ff8400;
}

/* header font family */
h1, h2, h3 {
	font-family: Verdana, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	color:#304057;
}

h4, h5 {
	color:#3760A4;
}

/* set margins & sizes for Moz/IE consistency */
h2 {
	margin:14px 0 13px 0;
	font-size:17px;
}

h3 {
	margin:4px 0;
	font-size:120%;
}

h3 em {
	font-style:normal;
	font-weight:normal;
}

h4 {
	margin:15px 0 4px 0;
	font-size:110%;
}

h5 {
	margin:8px 0 3px 0;
	font-size:100%;
	color:#333;
}

strong {
	/*color:#333;*/
}

.blue	{color:#3861A4;}
.orange	{color:#FF8400;}