/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	line-height: 18px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #1F6196;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image09.png) no-repeat left 90%;

}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: lightblue;
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image05.jpg) repeat-y;
}

#page-top {
	background: url(images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(images/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 550px;
	padding: 40px 40px 50px 60px;
	color: black;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#content a:hover {
	color: lightblue;
}
#sidebar {
	float: left;
	width: 130px;

	padding: 20px 0 0 20px;

}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0px 0;
	border-bottom: 1px dotted #CFCFCF;
}

#sidebar a {
	padding: 0 0px;
	text-decoration: none;

}

#sidebar a:hover {
	color: lightblue;
}

input.text {
    height: 19px;
    color: #333333;
    font-size: 11px;
    background: url('../images/bg.gif') repeat-x #F7F7F7;
    border: 1px solid #a4a4a4;
    vertical-align: middle;
}

input {
    background: url('../images/bg.gif') repeat-x #F7F7F7;
	border: 1px solid #b2b2b2;
	font:  13px Verdana, Arial, Helvetica, Sans-Serif;
}

input:hover {
	border-color: lightblue; 
	border-style:solid; 
	border-width:1px;
    background: #ffffff;
}
select.text {
    height: 19px;
    color: #333333;
    font-size: 11px;
    background: url('../images/bg.gif') repeat-x #F7F7F7;
    border: 1px solid #a4a4a4;
    vertical-align: middle;
}

select {
    background: url('../images/bg.gif') repeat-x #F7F7F7;
	border: 1px solid #b2b2b2;
	font:  13px Verdana, Arial, Helvetica, Sans-Serif;
}

select:hover {
	border-color: lightblue; 
	border-style:solid; 
	border-width:1px;
 	background: #ffffff;
}

/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/image02.png) 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;
}

div.TabView
{
  font-family: Verdana, Sans-Serif;
  font-size:   11px;
}


/* ***** Tabs *************************************************************** */

div.TabView div.Tabs
{
  height: 22px;


}

div.TabView div.Tabs a
{
  display: block;
  float:    left;

  margin-right: 1px;

  width: 100px;
  text-align: center;

  height:      22px;
  line-height: 21px;
  vertical-align: middle;

  background: url('images/tab-view.png') no-repeat 0px   0px;

  text-decoration: none;
  font-weight: 900;
  color:   white;
  cursor:  pointer;
}

div.TabView div.Tabs a:hover
{
  background: url('images/tab-view.png') no-repeat 0px -35px;
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover
{
  margin-top: 01px;
  height:     21px;
  background: url('images/tab-view.png') no-repeat 0px -35px;
  cursor:  default;
}


/* ***** Pages ************************************************************** */

div.TabView div.Pages
{
  clear: both;

  border: 0px dotted #404040;
  border-top: none;


}

div.TabView div.Pages                  { overflow: hidden; }
div.TabView div.Pages div.Page         { overflow:   auto; }
div.TabView div.Pages div.Page div.Pad { padding: 7px 7px; }


form, br {
	clear: left;
	margin: 0;
	padding: 0;
}

label {
	width: 120px;
	float: left;
	font: 11px bold Tahoma, Arial, sans-serif;
	margin: 1px;
	padding: 2px;
	font: 14px bold Tahoma, Arial, sans-serif;
	background: #eeeeee;
}


.expl {
	color: #888;
	font: 10px normal Tahoma, Arial, sans-serif;
	font-style: italic;
}

