/*------Color Theme--------------*/
/* Lightest blue: #dce7f0 */
/* Light Blue: #b3c7d8 */
/* Sky Blue: #00377bf */
/* Baby Blue:#038abf */
/* Tree green: #222604 */
/* Lighter green: #3d3f03 */
/* Swap these colors to change the theme  */

/*------Background Starts--------*/
body {
	background-image: url(../image/pmh-background.PNG);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	margin: 0;
	color: #222604;
	font: 14px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3em;
}
/*------Background Ends--------*/
/*------Main Container Starts--------*/
#container {
	display: block;
	width: 85%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);   /* IE6 & 7 */
	zoom: 1;
	-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
/*------Main Container Ends--------*/
/*------Head Starts--------*/
#head {
	background-color: #ffffff;
	height: 156px;
}
/*------Head Ends--------*/
/*------Logo Starts--------*/
#logo {
	width: 25%;
	float: left;
	margin: 20px 0 0 2%;
	height: 100px;
}
/*------Logo Ends--------*/
#head_right {
	width: 60%;
	float: right;
	padding: 20px 3% 0 0;
}
/*------Banner Start-----*/
#banner {
	height: 85px;
	float: left;
	width: 50%;
	overflow: hidden;
	margin-right: 1%;
}
/*------Banner Ends-----*/
/*------Login Section Starts--------*/
#login {
	float: right;
	font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #dce7f0;
	height: 85px;
	background: #2861bf;
	width: 49%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#login a {
	text-decoration: none;
	color: #dce7f0;
}
#login a:hover {
	color: #ffffff;
}
.button {
	background-color: #2861bf;
	border: 1;
	color: #dce7f0;
	height: 25px;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.login {
	padding: 15px 5%;
	font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #dce7f0;
}
.input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #038abf;
	height: 20px;
	width: 90%;
	padding-left: 5%;
}
.text label {
	display: inline-block;
}
.text input {
	vertical-align: middle;
}
/*------Logo Section Ends--------*/
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
h1 a {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2861bf;
	text-decoration: none;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
p {
	text-align: justify;
	color: #222604;
	font: 14px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3em;
}
a {
	color: #2861bf;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
/*--------------Menu Starts-----------*/
#menu {
	font: 700 13px "Lucida Grande", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 36px;
	background-color: #2861bf;
	float: left;
}
#menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin-bottom: 0px;
	z-index: 1000;
	margin: 0 auto 0;
}
#menu ul li {
	float: left;
	margin: 0;
}
#menu ul li:hover {
	background: #4885d8;
}
#menu ul li:hover a {
	color: #dce7f0;
}
#menu ul li a {
	display: block;
	padding: 10px 10px;
	color: #dce7f0;
	text-decoration: none;
}
#menu ul ul {
	display: none;
	background: #2861bf;
	position: absolute;
	top: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 150px;
	padding: 5px;
}
#menu ul ul li {
	float: none;
	border-top: 1px solid #dce7f0;
	position: relative;
}
#menu ul ul li a {
	padding: 5px 5px;
	color: #ffffff;
}
#menu ul ul li a:hover {
	background: #4885d8;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
/*--------------Menu Ends-----------*/
/*------Main Content Section Starts--------*/
#content {
	overflow: auto;
	padding: 10px 1%;
}
#main_con {
	float: left;
	width: 52%;
	padding: 10px 1%;
	margin: 0;
	text-align: justify;
}
#side_con {
	border-color: #2861bf;
	width: 12%;
	padding: 10px 0.5%;
	margin: 10px 0;
	float: right;
	background: #ffffff;
	opacity: 1.0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*#home_con {
	border-color:#2861bf;
	width: 25%;
	padding: 10px 0.5%;
	margin: 0 0 10px 10px;
	background:#ffffff;
	opacity: 1.0;
	border-radius:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}*/

#calendar {
	font-size: 12px;
	width: 85%;
	float: left;
	padding: 10px 0.5%;
	margin: 10px 0.5%;
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.calendar {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-color: #2861bf;
	border-collapse: collapse;
}
table.calendar a {
	font-size: 12px;
	color: #2861bf;
	text-decoration: underline;
}
table.calendar a:hover {
	font-size: 12px;
	color: #ff3300;
	text-decoration: underline;
}
table.calendar th {
	font-size: 12px;
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #2861bf;
	background-color: #dedede;
}
table.calendar td {
	font-size: 12px;
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #2861bf;
}
/*------Main Content Section Ends--------*/

.side {
	width: 98%;
	padding: 1%;
	color: #222604;
	font: 14px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	border-color: #2861bf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}
.home {
	position: absolute;
	left: 977px;
	top: 224px;
	width: 240px;
	height: 360px;
	background-color: #ffffff;
	opacity: 0.75;
 	filter: alpha (opacity=85) color:#000000;
	padding: 1%;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	display: inline-table;
}
ul#event {
	padding: 0;
}
ul#event li {
	font-size: 12px;
	padding: 10px 3px;
	text-align: justify;
	list-style: none;
	border-top: solid 1px #2861bf;
}
ul#event li a {
	font-size: 12px;
	color: #2861bf;
	text-decoration: none;
}
ul#event li a:hover {
	size:12px;
	color: #ff3300;
	text-decoration: underline;
}

ul#event li span {
	display: block;
	color: #222604;
}
.Warning, .warning, .WARNING {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16 normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #C00000;
	text-decoration: none;
	border-width: 0px;
}
.Asterix, .asterix, .ASTERIX {
	font-family: Arial, Helvetica, Verdana;
	font-size: 20px;
	font-style: normal;
	vertical-align: bottom;
	letter-spacing: normal;
	position: relative;
	word-spacing: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #C00000;
	text-decoration: none;
	border-width: 0px;
}
div#tipDiv {
	padding: 4px;
	color: #000;
	font-size: 11px;
	line-height: 1.2;
	background-color: #038abf;
	border: 1px solid #667295;
	width: 250px;
}
/*------Footer Starts--------*/
#footer {
	background-color: #2861bf;
	height: 40px;
	margin: 0 -2px;
	color: #dce7f0;
	text-align: center;
	font: 13px Arial, Helvetica, Verdana;
	padding-top: 10px;
}
#footer a {
	text-decoration: underline;
	color: #dce7f0;
}
#footer a:hover {
	color: #dce7f0;
}
/*------Footer Ends--------*/
