/* CSS Document */

BODY {font-family: verdana, arial, sans-serif; font-size: 10px; color: black; background: #555577; margin: 0px}
/* modified */
body {
	padding:0;
}
/* --modified */
A:link {color: #555588}
A:visited {color: #555588}
A:hover {color: #555588}
FORM {margin: 0px}
INPUT {clear: left}
H1 {width: 100%; font-size: 11px; font-weight: bold; margin: 0px}
P {margin:0px; margin-top:10px}

/* modified */
.main {

	height: 100%; 
	width: 720px; 
	background: white; 
	padding: 40px 40px 20px; 
	border: 2px black; 
	border-style: none solid; 
	/*margin-left: -130px;*/
	margin: 0 2% 0 10%;	
}
/* --modified */
.logo {background-image: url("img/logo.gif"); background-repeat: no-repeat; background-position: top right}
.logo a {width: 640px; height: 17px}

.heading {width: 640px; padding: 10px 0px 15px; border-bottom: 1px solid #D9D9D9}
.heading_path {font-size: 10px; padding-top: 5px}

.search {width: 640px; padding: 15px 0px; border-bottom: 1px solid #D9D9D9}
.search_controls {float: left}
.search_controls_text {width: 249px; height: 20px; font-family: verdana, arial, sans-serif; font-size: 10px; padding: 2px 4px}
.search_controls_button {font-size: 10px; width: 140px; height: 21px; font-family: verdana, arial, sans-serif; background: #EEEEEE}
.search_add {float: right}
.search_add a {padding-left: 3px}

.text {width: 640px; padding: 15px 0px; border-bottom: 1px solid #D9D9D9}
.text_path {font-size: 11px; font-weight: bold}
.text_text {}
.text_block {padding-top: 10px}

.form {width: 640px; padding: 15px 0px; border-bottom: 1px solid #D9D9D9}
.form_text {}
.form_controls {padding-top: 10px}
.form_controls_text {width: 420px; height: 20px; font-family: verdana, arial, sans-serif; font-size: 10px; padding: 2px 4px}
.form_controls_radio {position: relative; top: 2px; left: -4px}
.form_controls_button {width: 200px; height: 21px; font-family: verdana, arial, sans-serif; font-size: 10px; background: #EEEEEE}

.categories {width: 640px; background: #F7F7F7; padding: 15px 20px; border: 1px solid #D9D9D9; border-top: 0px; overflow: hidden}
.categories_text {}
.categories_block {padding-top: 10px}
.categories_blocks {}
.categories_blocks_left {width: 231px; padding-top: 10px; padding-right: 15px; float: left; clear: both}
.categories_blocks_right {width: 231px; padding-top: 10px; float: left}
.categories_category {display: block}
.categories_category_title {font-size: 11px; font-weight: bold; color: #555588; display: inline}
/* modified by sachin */
.pages {width: 640px; padding: 15px 0px; border-bottom: 1px solid #D9D9D9; overflow: hidden; float:left}
.pages {
	background-color: #fff;
}
.clearing {
	clear: both;
}
.pages_results {}
.pages_page {margin-top: 10px}
.pages_page_title {font-size: 11px; font-weight: bold; display: inline}
.pages_page_category {display: inline}
.pages_page_description {display: block}
.pages_page_url {display: block;}

.options {width: 640px; text-align: right; padding: 15px 0px; border-bottom: 1px solid #D9D9D9}

.links {width: 640px; padding: 15px 0px 0px;}
.alert, .alert:link, .alert:visited {color: red; display: inline}
