/* Body */
body {
	background:#7362A5;
	padding: 0px 10px 10px 10px;
}

#page_header_wrapper {
	background: #ffffff url(../images/corner_topright.gif) top right no-repeat;
}
#page_header {
	background: transparent url(../images/corner_topleft.gif) top left no-repeat;
	padding: 10px 20px 5px 20px;
}
#logo {
	border: none;
}
#page_header .mainmenu {
	background:#663399;
	color: #FFFFFF;
	margin: 5px -20px 0px -20px;
	padding: 3px 20px;
}
#page_header .mainmenu a:link, #page_header .mainmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#page_header .mainmenu a:hover, #page_header .mainmenu a:active {
	color: #B299B2;
	text-decoration: none;
	font-weight: bold;
}

#page_footer_wrapper {
	background: #ffffff url(../images/corner_bottomright.gif) bottom right no-repeat;
}
#page_footer {
	background: transparent url(../images/corner_bottomleft.gif) bottom left no-repeat;
	padding: 10px 20px 20px 20px;
}
#page_footer .footermenu {
	background:#663399;
	color: #FFFFFF;
	margin: 5px -20px 0px -20px;
	padding: 3px 20px;
}
#page_header .footermenu a:link, #page_header .footermenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#page_header .mainmenu a:hover, #page_header .mainmenu a:active {
	color: #B299B2;
	text-decoration: none;
	font-weight: bold;
}

h1 img {
	vertical-align: baseline;
}
#commonlinks {
	float: right;
	position: relative;
	font-size: 80%;
}
#searchpage fieldset {
	padding: 7px 20px 7px 20px;
}

.hint {
	color: #663399;
}

/* Tabs Menu */
.searchnav {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
}
* html .searchnav {
	width: auto;
}


.searchnav a, .searchnav a:visited {
	margin: 0 10px 0 0;
	padding: 3px 10px;
	display: block;
	float: left;
	background: #B299B2;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.searchnav a:hover, .searchnav a:active {
	background: #663399;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.searchnav .disabled {
	color: #E6E6E6;
	background: #CCCCCC;
}

.searchnav .current a, .searchnav .current a:visited {
	background: #663399;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.searchnav .separator {
	display: none;
}
.searchnav .clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background: #C7BEB5;
	color: #C7BEB5;
}

/* Topic lists */
table.topiclist {
	margin-bottom: 10px;
}
.topiclist td {
	vertical-align: top;
	padding: 0px 20px 10px 0px;
}

.topiclist ul {
	padding: 0px;
	margin: 0px;
}
.topiclist li {
	list-style: none;
	padding: 0px 0px 10px 19px;
	background: url(../images/bullet_topic.gif) top left no-repeat;
	margin: 0px;
}


table.topiclistnofolder {
	margin-bottom: 10px;
}
.topiclistnofolder td {
	vertical-align: top;
	padding: 0px 20px 10px 0px;
}

.topiclistnofolder ul {
	padding: 0px;
	margin: 0px;
}
.topiclistnofolder li {
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

span.orgcount {
	display: block;
}

/* Advacned Search Form */
input.checkbox {
}
label.checkbox {
	font-weight: normal;
	padding-right: 10px;
	width: 200px;
	display: block;
	float: left;
}

/* Search Results */
h1 .subtitle {
	font-size: smaller;
}



.display{
margin:0px 0px 0px -3px;
padding:0px;
}

.highlight {
	background: #CCCCFF;
}

.searchbreadcrumb {
margin:0px 0px 0px 0px;
}

#searchpage fieldset h1{
margin: 0px 0px 0px 0px;
}


.searchform{
padding: 5px 0px 5px 0px;
margin: 0px 0px 0px 0px;
}

.searchform form{
display: inline;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#searchpage fieldset table{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.atoznav{
font-weight: bold;
margin: 5px 0px 5px 0px;
}


.demo_msg {
	border: 2px solid #660099;
	color: #660099;
	margin: 10px 0px 0px 0px;
	padding: 10px 5px;
	font-size: larger;
}
.demo_msg a {
	color: #660099;
}