/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	/* background: #393939; */
	background: #FFF;
	line-height: 25px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; */
	color: #000000;
	/* font-size: 62.5%; */
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 12px;
}

p, ul, ol {
	margin-top: 1.5em;
}

p.small {
	font-size: 80%;
}

p.normal {
	line-height: 15px;
}
ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #5504ec;
}

a.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5504ec;
}

/** Header Style Starts Here */
#head_left {
	width: 400px;
	height: 90px;
	float: left;
	background: url(/images/head_left.jpg) no-repeat;
	background-position: top left;
}

#head_right {
	width: 400px;
	height: 90px;
	float: right;
	background: url(/images/head_right.jpg) no-repeat;
	background-position: top right;
}

#header {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	margin: 0;

	/* text-transform: lowercase; 
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	*/
}

#wrapper {
 margin: 0 auto;
 position: relative;
 text-align: left;
 width: 834px;
}

.no_border {
	border: none;
}

/* PAGE LAYOUT ********************************************/
#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/back_mid.jpg) repeat-y;
}

#page-top {
	background: url(/images/back_top.jpg) no-repeat left top;
}

#page-bottom {
	background: url(/images/back_bottom.jpg) no-repeat left bottom;
}

.content {
	line-height: 15px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

#content {
	float: right;
	width: 480px;
	min-height: 550px;
	padding: 20px 40px 30px 20px;
}

#content_img {
	float: right;
	width: 200px;
	margin-top: 65px;
}

#content_panel {
	line-height: 15px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 11px; */
	color: #000000;
	font-size: 12px;
}

#content_panel h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	/* text-transform: lowercase; */
	font-size: 24px;
	font-weight: normal;
}

#content_panel h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #CFCFCF;
	font-weight: bold;
	color: #5504ec;
}

#content_header {
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	/* border-bottom: 1px dotted #CFCFCF; */
	font-weight: normal;
	color: #000000;
}

#loading_content {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  margin-bottom: auto;
}

#abs_middle_content {
  text-align: center;
  width: 350px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: auto;
}

#search_panel {
	line-height: 15px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 11px; */
	color: #000000;
	font-size: 12px;
}

#search_panel h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	/* text-transform: lowercase; */
	font-size: 24px;
	font-weight: normal;
}

#search_panel h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #CFCFCF;
	font-weight: bold;
	color: #5504ec;
}



/* MAIN CONTENT DIV ******************************************/
.details {
/*	display: none; */
}

.details_row_2 {
	padding: 5px;
	font-size: 11px;
	/* border: 1px solid #ffe961; */
}

.details_row_1 {
	padding: 5px;
	font-size: 11px;
	/* border: 1px solid #ffe961; */
	background: #ffe6fe
}

.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* border-bottom: 1px dotted #CFCFCF; */
	font-weight: bold;
	color: #5504ec;
	display: block;
	margin-bottom: 10px;
	/* float:left; */
}

#link {
	font-size: 11px;
}

/* CONTENT PAGING *********************************************/
#paginate {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}


#previous a{
	margin-right: 5px;
	display: block;
	/* float: left; */
	border: 1px solid #666;
	background-color: #ffe6fe;
	color: #000000;
	width: 50px;
	height: 15px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	text-align: center;

}

#page_num {

	color: #000000;
	/* width: 440px; */
	height: 15px;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;

}

#next a{
	margin-left: 5px;
	display: block;
	/*	float: right;	*/
	border: 1px solid #666;
	background-color: #ffe6fe;
	color: #000000;
	width: 50px;
	height: 15px; 
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	text-align: center;

}



/* JQUERY EXPANDER ********************************************/
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* border-bottom: 1px dotted #CFCFCF; */
	font-weight: bold;
	color: #5504ec;
}

/* LEFT SIDE MENU *********************************************/
#sidebar {
	float: left;
	width: 210px;
	padding: 18px 0 0 18px;
}

#sidebar_content {
	height: 460px;
	padding: 15px;

}

#sidebar_msg {
	/* vertical-align: middle;  */
}

#city_drop_down, #loading_all, #cat_list, #loading_categories, #loading_content
{
	display: none;
}


/** Footer Style Starts Here */
/*
#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



ul#plain, ul#plain li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height: 9px;
	text-transform: capitalize;
}

ul#plain li{
	width:190px;
	margin-top:1px;
	color:#0e85b0;	
	line-height:22px;	
	text-indent:0px;
}
*/

/* Main Form Province and City Search *************************************/
#mainForm 
{
	line-height: 1.1;
	height: 10px;
	font-size: 10px;
	margin: 0px;
	/*
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
	*/
}

ul.mainForm
{
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	/* font-family: Tahoma, Arial, Verdana, sans-serif; */
	font-size:12px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


/* LOGGED IN USER MENU *************************/

#menu {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style-type:none;
}

#menu a, #menu a:visited {
	padding-left: 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	display: block;
	color: #000;
	text-decoration: none;
	width: 155px;
	font-style: bold;
	border-top:1px solid #4704c3;

}

#menu a:hover {
	background-color: #dbc7ff;
	border-top:1px solid #4704c3;
}

#menu li.last {
	border-bottom:1px solid #4704c3;
	width: 162px;
}
/* *******************************************/

.small
{
	font-size: 10px;
}

div#dialog div#buttons div#login_message
{
	display: none;
}

#buttons {
	font-size: 12px;
	margin-top:10px;
}
/*
#function_description {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
	margin-top: 10px;
}

#function_description ul {
	margin: 0;
	padding: 0;
	list-style:none!important;
	list-style-image: none!important;
}

#function_description ul li {
	margin-bottom: 10px;
}

#function_search_form {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
}


#function_name {
	width: 250px;
}

*/

.label_pointer { 
	cursor: pointer; 
	font-size: smaller;
	line-height: 1.1;
}

#map {
	display:none;
	width: 400px;
	height: 300px;
}

/* BUTTONS  ******************************************/

	#login_button, #logout {  font-size:12px; }

	.fg-button { outline: 0; margin:4px 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button_small { outline: 0; margin:4px 4px 0px 0px; padding: 1px; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	
	/* a.fg-button { float:left; } */
	/* remove extra button width in IE */

	button.fg-button { width:auto; overflow:visible; }
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-buttonset { float:left; }
	.fg-buttonset .fg-button { float: left; }
	.fg-buttonset-single .fg-button, 
	.fg-buttonset-multi .fg-button { margin-right: -1px;}
	
	.fg-toolbar { padding: .5em; margin: 0;  }
	.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
	.fg-toolbar .fg-button { font-size: 1em;  }


/* Login Submit Form ****************************************************

#commentForm { width: 160px; }
#commentForm label { width: 50px; }
#commentForm label.error, #commentForm input.submit { margin-left: 10px; }

*/

div#login_message div#login_message_text {
	width: 180px;
}

div#login_results {
	width: 180px;
	display: block;
	margin-top:30px;
}



/* Error Messages for form fields       ie login form *******************/
.error {
	padding-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color: red;
}

.custom_error {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

#purple {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #5504ec;
	line-height: 14px;
	margin-top: 60px;
}

#purple_link {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	/* text-decoration: none; */
	color: #5504ec;
}

#profile_error_details {
	color: 	#FF0000;
	font: 10px verdana;
	padding-left: 0px;
}



/** PROFILE FOR FIEDSET ***********************************************/
fieldset.form_panel {
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#ffe6fe;
}


/*
.tabs li{
	font-size: 11px;
}
*/