@charset "utf-8";
/* CSS Document */
.page{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	/*min-height:620px!important;*/
	width: 908px;
	padding:0px;
	background-color:white;
	border:solid 1px #CCCCCC;
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
	color: #6E6E6E;
}

.content {
	/*float:right;*/
	margin:0px;
	padding:0px;
	min-height:620px!important;
	background: white url(../images/shadow.png) top left repeat-y;
	text-align:left
}

.content div{
	padding:10px;
}

.page p, .page h1, .page h2, .page form{margin:0px;padding:0px; display:block;}

.page h1{
	float:left;
	font: 10pt Tahoma, "Ms Sans Serif", Thonburi;
	font-weight:bold;
	color:#00535e;
	padding:10px 10px 0px 10px;
}
.page h2{
	font: 10pt Tahoma, "Ms Sans Serif", Thonburi;
	font-weight:bold;
	color:#00535e;
	padding:10px 10px 0px 10px;
}
.page h3{
	font: 9pt Tahoma, "Ms Sans Serif", Thonburi;
	font-weight:bold;
	color:#333;
	/*padding:10px 10px 0px 20px;*/
	margin:0px;
	display:block;
}
.page ul, .page ol{
	margin:0px;
	padding:10px 10px 10px 30px;
	display:block;
	line-height:18px;
}

.page p{
	padding:10px;
	text-indent:18px;
	line-height:18px;
}

/* Link */
.page a {
	color:#00535e;
	text-decoration: none;
}
.page a:hover {
	color:red;
	/*text-decoration: underline;*/
}
/*a:visited{
	color:gray;
}*/
.page a img{
	border:none;
}

.page table{
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
	color: #6E6E6E;
}

/* table style*/
#rounded-corner
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
	/*margin: auto;*/
	width: 550px;
	text-align: left;
	border-collapse: collapse;
	display:block;
}
#rounded-corner thead th.rounded-company
{
	/*background: #b9c9fe url('table-images/left.png') left -1px no-repeat;*/
}
#rounded-corner thead th.rounded-q4
{
	/*background: #b9c9fe url('table-images/right.png') right -1px no-repeat;*/
}
#rounded-corner th
{
	padding: 8px;
	font-weight:bold;
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
	color: #00535e;
	background: #E1E1E1;
}
#rounded-corner td
{
	padding: 8px;
	background: #F5F5F5;
	border-top: 1px solid #fff;
	color: #00535e;
}
#rounded-corner tfoot td.rounded-foot-left
{
	/*background: #e8edff url('table-images/botleft.png') left bottom no-repeat;*/
}
#rounded-corner tfoot td.rounded-foot-right
{
	/*background: #e8edff url('table-images/botright.png') right bottom no-repeat;*/
}
#rounded-corner tbody tr:hover td
{
	background: #00535e;
	color:#FFF;
}

#rounded-corner tbody tr:hover td a
{
	color:#FFF;
}
/*end table style*/

.alignTop {
	vertical-align: top;
}

/* Image */
.page img{
	margin:0px;
	padding:0px;
}

.page .imgBorder { 
	border: 5px solid #e2e2e2;
	padding:0px;
}

.page .imgBorderSmall { 
	border: 2px solid #e2e2e2;
	padding:0px;
}

/*Side Navigation*/
.side-nav{
	width:200px;
	min-height:620px;
	background-color:white;
}
.side-nav .active{
	color:#00535e;
	font-weight:bold;
}
/* Left Menu */
#left{
	margin:15px;
	text-align:left;
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
}
#left ul, #left ul li {
  margin: 0;							
  padding: 0;
}

#left li.first { 
	border:none;
}
#left li { 
  border-top:dotted #cccccc 1px; 		
}
#left li.active {
	color:#00535e;
	font-weight:bold;
}

#left ul li { 						
  padding:0px 0px 0px 24px!important; 				
  list-style-type: none;				
  list-style-image: none;			
  background-image: url(../images/menu-leaf.gif); 	
  background-repeat:no-repeat;		
  background-position: 5px 16px!important;		
  display:block;
}

#left ul li.expanded {
  background-image: url(../images/menu-expanded.gif);		
}

#left ul li.collapsed {
  background-image: url(../images/menu-collapsed.gif);
}

*:first-child+html #left ul li ul li {
  margin-left:-27px;
}

#left ul li ul li {
	padding:0px 0px 0px 38px!important;
	background-position: 19px 16px!important;
	text-align:left;
}

#left ul li ul li ul li {
  margin-left:-52px;					
  padding:0px 0px 0px 72px;
  background-position: 53px 16px;
}

#left ul li ul li ul li ul li {
  margin-left:-75px;					
  padding:0px 0px 0px 96px;
  background-position: 77px 10px;
}

#left ul li a, #left ul li.expanded a, #left ul li.collapsed a {
  line-height: 40px;
}

#left a.active { 					
  font-weight:bold;
  color:#FF0000 !important;
  background:#e5f1f4;
}

.page .display{	
	padding: 20px 30px 20px 50px;
	/*width:650px;
	min-height:630px;	*/
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
}

.page #content-menu {
	float:right;
	font: 8.5pt Tahoma, "Ms Sans Serif", Thonburi;
	margin: 10px 20px 0px 10px;
	padding:0px;
}
.page #content-menu ul{
	margin: 0px;
	padding: 2px;
}
.page #content-menu li{
	display: inline;
	padding: 4px;
	vertical-align:middle;	
}

.page #content-menu li img{
	margin: 0px;
	padding: 0px;
}

.page #content-menu a{
	color: #00535e;
	text-decoration: none;
}
/*.content #content-menu a:visited {
	color: gray;
	text-decoration: none;
}*/
 .page #content-menu a:active, 
 .page #content-menu a:hover /*, 
 .content #content-menu a:visited:hover*/ {
	color: red;
	text-decoration: none;
}

.page #breadcrumb{
	font: 8pt Tahoma, "Ms Sans Serif", Thonburi;
	margin: 0px;
	padding:0px 10px 10px 10px;
}
.page #breadcrumb ul{
	margin: 0px;
	padding: 3px 2px 3px 2px;
}
.page #breadcrumb li{
	display: inline;
	padding: 2px;
}
.page #breadcrumb a{
	color:gray;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
*:first-child+html .page .clear{
	padding:0px;
}

.page .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.page .clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page .clearfix {
	display: inline-block;
}

* html .page .clearfix {
	height: 1%;
}

.page .clearfix {
	display: block;
}
.social-network{
  margin: 0px;
  padding: 0px;
}
.social-network .tweeter{
  float: left;
  margin: -5px 0 0 0;
  padding: 5px;
}
.social-network .google-plus{
  float: left;
  margin: 0px;
  padding: 3px 3px 3px 15px;
}
.social-network .facebook{
  float: left;
  margin: -16px 0 0 0;
  padding: 0px;
}

