/**
 * UnCommon Theme
 * based on the common.css 
 * 
 * 
 *
 */

/**
 * Common HTML elements
 */

 html {
    margin: 0px;
    padding: 0px;
    width:100%;
   
	text-align:center;
	
}
body {
   width:1000px;
	background-color: #fff;
    font-family: "Book Antiqua", serif;
   height: 100%;
    padding:0px;
    margin-left: auto;
    margin-right:auto;
	/*border: 1px solid #006699;*/
	

}
#container {
    width: 100% !important;
    min-width: 730px !important;
    line-height: 125%;
    text-align: center;
	   /* border: solid 1px;*/
}
#body {
	
	margin: 0px;
    padding:0px;
    margin-left: auto;
    margin-right:auto;

	
}
 #main {
    background-color:#fff;
	/*height: 1000px;*/
	margin:0px;
	text-align:left;
	width:78%;
	overflow: hidden;
   
  }
 
 
a:link {
	color: #006699; text-decoration:none;
}

a:active {
	color: #3399CC; text-decoration:none
}

a:visited {
	color: #006699; text-decoration:none
}

a:hover {
	color: #eee;
	background: #006699; text-decoration:none
}

label.error {
	color: #900;
}

input {
	border: 1px solid #006699;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #006699;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}

#header {
	width: 1000px;
	text-align:center;
	background-color: #FFFFFF;
}

#header h1 {
	padding: 0em 0 0em 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px; 
	text-align:center;
}

#footer {
	width: 100%;
	min-height: 30px;
	background-color: #eee; 
	color:  #000;
	padding: 20px;
	margin-bottom: 30px;
	border-top: 1px dotted #006699;
}

#footerContent {
	color:  #000;
}


#main h2 {
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #6d6f71;  
}

#main h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E67800; 
}



#navbar {
   margin-left:10px;
   padding-top: 0.2%;
    padding-right:1px;
    padding-left: 65px;
    text-align: left;
    color: #fff;
    border:none;
    /*background-color:#2a90b5; */
	background-image: url(/public/site/images/admin/bg.png);
  background-repeat: repeat-x;
    margin-top:-5px;
	
}
#navbar a {
   
    color: #fff;
    
	
}


#breadcrumb {
	color: #E67800;
	padding-left: 10px;
}


#content {
	border-top: 1px dotted #006699;
	padding-left: 10px;
}

#content h3 {
	font-family:  "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E67800;
	font-weight: bold; 
	
}

#content h4 {
	font-family:  "Times New Roman", Times, serif;
	font-weight: bold; font-style:italic;
	color: #006699; 
}

#content h5 {
	color: #666666; font-weight: bold;
}


#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 0px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
	
}

#leftSidebar {
    float: left;
    width: 20%;
	margin-left: 0%;
	
	}

#rightSidebar {
    float: left;
    width: 22%;
    padding-top: 0.5%;
    font-size: 0.70em;
    font-weight:bold;
	height: 900px;
    margin-right: 0%;
	margin-left: 0%;
    /*display: inline;*/
  overflow: visible;
   background-image: url(/public/site/images/admin/bg.png);
  background-repeat: repeat-x;
   /* background-position: bottom right;*/
   background-color: #fff;
	color:#006699;
	border-top:3px solid #ffffff;
}

#rightSidebar div.block {

	padding: 3em 3em;
	border: 0px solid #006699;
	border-bottom: 1px solid #E67800;
	margin-bottom: 5px;
	color: #006699;
	font-size: 1em;
    padding-bottom: 1.5em;

}


#leftSidebar div.block span.blockTitle {
	padding-left: 1em;
	font-weight: bold;
	color: #006699;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006699;
}
 #rightSidebar a {
 color: #E67800;
 }
#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px dotted #006699;
}

