﻿

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
}

form
{
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

img
{
	border:0;
}


/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 1000px;
}



#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}


#wrapper {
 width:99.5%;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 0px;
  float:left;
  min-width:1005px;
  width:100%;
}


#wrapper #container #content 
{
	margin-left: 250px;		
	text-align:left;
	height:100%;
}

#footer
{
	width:100%;
	text-align:center;
}

h1 {
  font-size: 230%;
  line-height: 130%;
}

h2 {
  font-size: 120%;
  line-height: 100%;
  padding: 10px 0 0 10px;
}




#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left
{
	margin: 0px 0.5em 0em 0em;
	width: 250px;
	float: left;	
	background: #edf5fa;	
	border-right: #66ccff thin dashed;
	border-top: #66ccff thin dashed;
	border-left: #66ccff thin dashed;
	border-bottom: #66ccff thin dashed;
	height:100%;
	min-height:400px;	
}



#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0; 
  text-align:center;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

.clear-block {

}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

span.form-required {
  color: #ffae00;
}

.messages_ok 
{ 
  min-width:400px;
  width:100%;  
  background-color: #f4fdf4;
  border: 1px solid #c7f2c8;
  color:#60a360;
  padding: 7px 0 7px 7px;
  text-indent:5px;
}

.messages_notice
{ 
  min-width:400px;
  width:100%;  
  background-color: #f4fdf4;
  border: 1px solid #ffee62;
  color:#60a360;
  padding: 7px 0 7px 7px;
  text-indent:5px;
}

.messages_ok 
{ 
  min-width:400px;
  width:100%;  
  background-color: #f4fdf4;
  border: 1px solid #c7f2c8;
  color:#60a360;
  padding: 7px 0 7px 7px;
  text-indent:5px;
}

.messages_error 
{
  width:100%;
  min-width:400px;
  background-color: #fef3fe;
  border: 2px solid #ff6a6a;
  color:#ff0000;
   padding: 7px 0 7px 7px;
  text-indent:5px;
}



/* for admin secion */

.admin_login
{	
	text-align:center;	
}

#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/* Manual */

#logo
{
	padding: 0 20px;
}

#header-status
{
	min-height: 1em;
	background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
	text-align:right;
	padding-right:10px;
}




body.fullcontent
{
	width:99%;
}

body.fullcontent #wrapper
{
	width:100%;	
}

body.fullcontent #wrapper #container
{
	width:100%;
}

body.fullcontent #wrapper #container #content
{
	width:100%;
	text-align:center;
	margin-left:0;
}
