a {
	color: #3d5bd6;
	text-decoration: underline;
}
a:hover {
	color: #132159;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
blockquote {
	margin: 0px 0px 0px 10px;
}

body {
	background: white;
}
.border {
	border: 1px solid #000000;
}
.textfield {
	width: 350px;
}
.header{
	width:	990px;
	height:	185px;
}
.headerLeft{
	width:	147px;
	height:	185px;
	float:	left;

}
.headerLeftTop{
	width:	147px;
	height:	45px;
	float:	left;

}
.headerLeftBottom{
	width:	147px;
	height:	127px;
	float:	left;
	padding-top: 6px;
	background-image:url(images/header_nav_back.gif);
	background-repeat:repeat;
}
.headerRight{
	width:	843px;
	height:	185px;
	float:	left;
}

/********* Styles relating to Case Study Builder *********/

/***** Add case study bits *******/
#casestudy-form {width: 600px; margin: 0px auto;}
#casestudy-form .row {width: 600px; height: 30px;}
#casestudy-form .row .label {width: 200px; height: 100%; float: left; display: block;}
#casestudy-form .row .inputs {width: 400px; height: 100%; float: left;}

#casestudy-form .row-noheight {width: 600px; height: 180px;}
#casestudy-form .row-noheight .label {width: 200px; height: 100%; float: left; display: block;}
#casestudy-form .row-noheight .inputs {width: 400px; height: 100%; float: left;}

#casestudy-form .mini-image {width:80px; height: 50px; float: left;}
#casestudy-form .row-image {width: 600px; height: 50px;}
#casestudy-form .row-image .label {width: 200px; height: 100%; padding: 10px 0px 0px 0px; float: left; display: block;}
#casestudy-form .row-image .inputs {width: 300px; height: 100%; padding: 10px 0px 0px 0px; float: left;}

.form-error { background-color: red;}

/****** View CAse Study list bits *******/
ul.country-list {list-style-type: none;}
ul.country-list li { float: left;}

table.country-table {margin-bottom: 20px;}
table.country-table tr.header-country {}
table.country-table tr.header-country td {}

table.country-table .tableheading {}
table.country-table .tableheading td {}
table.country-table .storerow {}
table.country-table .storerow td {}

