/************* Global Reset *************/

@import url(form.css);
* {
	padding:0px;
	margin:0px;
}
/***************************************/

/************** HTML Tags **************/
html {
	height:100%
}
body {
	padding:0;
	margin:0;
}
ul {
	padding-left:50px;
	list-style-type:disc;
	color: #4D6880;
}
.addresstxt {
	padding-left:0px;
	list-style-type:none;
}
ol {
	padding-left:20px;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color: #4D6880;
}
a:hover {
	color: #90b5d5;
}
a:active {
	color: #b5cee3;
}
.fpbox-container {
	height: 128px;
	width: 100%;
}
.fpbox {
	/* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	background-color: #EEF3F9;
	color:#4d6880;
	width: 70%;
	border: 2px solid #4d6880;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	height: 70px;
}
.fpbox .pic-left {
	position: relative;
	top: -30px;
	right: 40px;
	width: 128px;
	height: 128px;
	float:left;
}
strong {
	color:#4d6880;
}
.potpol {
	color:#4d6880;
	font-style: italic;
	font-weight: bold;
}
.fpbox-container .pic-right {
	position: relative;
	top: -30px;
	right: -40px;
	width: 128px;
	height: 128px;
	float: right;
}
.topband {
	position: relative;
	margin:0 auto;
	/*border: thin solid #000000;*/
	height: 10px;
	width:760px;
	background-color: #91B5D5;
}
fieldset a {
	font-weight:bold;
}
p {
	margin:15px 0px;
	line-height:1.7em;
}
pre {
	background: #222222;
	color: #d0d0d0;
	padding: 10px;
	border: 1px solid #666666;
	margin:10px 0px;
	color:#66FFCC;
	font-family:"Courier New", Courier, mono;/*width:100%;*/
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	color:#4D6880;
}
h1 {
/*font-size:24px;*/
}
hr {
	border: none 0;
	border-top: 2px dotted #E4E4E4;/*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}
/***************************************/


.mceContentBody {
	background-image:none;
	background-color:white;
	text-align:left;
	color:#333333;
	font-size:14px;
}
/*main text*/
body.templateBody {
	text-align:center;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
#parent-header {
	width:100%;
	background:#ffffff;
	color:#FFFFFF;
	height:115px;
}
#header {
	top: 10px;
	width:770px;
	margin:0 auto;
	height:105px;
	position:relative;
	background-color: White;
}
#header img {
	width:770px;
	height:105px;
	display:block;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
}
#main-imgGallery {
	height:150px;
	width:100%;
	background:#ffffff;
	margin-top:0px;
}
#imgGallery {
	margin:0 auto;
	background: #ffffff url(../images/content.jpg) repeat;
	height:150px;
	width:770px;
}
/*MenuStart*/
#topmenu {
	height:32px;
	width:100%;
	background:#ffffff;
}
#top-navigation {
	top: 0px;
	text-align:left;
	width:770px;
	margin:0 auto;
	height:32px;
	position:relative;
	background-color: White;
	background: url(../images/btn.jpg) repeat;
}
/*MenuFinish*/
#stickerholder {
	position:absolute;
	width: 100%;
	top:50px;
	z-index: 5;/*border: thick solid Black;*/
}
#sticker {
	position:relative;
	margin:0 auto;
	width: 770px;
	/*border: thick solid Black;*/
	
	z-index: 5;/*	background-image: url(../images/sticker.png);*/
}
#stick {
	position:absolute;
	width: 120px;
	height: 120px;
	right: 15px;
	/*border: thick solid Black;*/
	
	z-index: 5;/*	background-image: url(../images/sticker.png);*/
}
/*format*/




/*hide submenu*/






#mainPanel {
	text-align:left;
	width:100%;
	margin-top:0px;
}
/************************************Pathway & Search Starts*********************************/

#breadCrumb {
	text-align:left;
	margin:0 auto;
	width:770px;
	background: url(../images/path.jpg) repeat;
	background-color: #ffffff;
	height:54px;
	z-index: 0;
}
#pathwayLinks {
	float:left;
	width:570px;
	padding: 5px 0px 0px 10px;
}
a.pathway {
	text-decoration:none;
}
a.pathway:link, a.pathway:visited, a.pathway:active {
	color:#094144;
}
a.pathway:hover {
	color:#FFF;
}
span.pathway {
	color:#433626;
}
span.pathway img {
	margin-bottom:2px;
}
.search {
}
#searchBox {
	float:right;
	padding: 0px 10px 0px 0px;
}
#searchBox .inputbox {
	height:15px;
	padding: 0px 0px 0px 5px;
	border:none;
	color:Black;
}
/************************************Pathway & Search Ends*********************************/

/************************************Main Body Starts*********************************/

#mainBody {
	text-align:left;
	position:relative;
	margin:0 auto;
	width:770px;
	background: url(../images/content.jpg) repeat;
	height:100%;
	overflow:hidden;
}
.padding-1 {
	padding:10px 10px 10px 10px;
}
.padding-2 {
	padding: 10px 10px 10px 10px;
}
#leftPanel .moduletable form table {
	margin-top:10px;
}
/*input #mod_login_username {
	width:150px;
	margin-bottom:10px;
	height:20px;
	border:1px solid #F2C17E;
	padding-top:3px;
	padding-left:7px;
	background:url(../images/loginInputBG.gif) repeat #70593A;
	background-color:#70593A;
	color:white;
}
input #mod_login_password {
	width:150px;
	margin-bottom:10px;
	height:20px;
	border:1px solid #F2C17E;
	padding-top:3px;
	padding-left:7px;
	background-color:#70593A;
	color:white;
}*/
#leftPanel .moduletable form table input.button {
	margin:10px 0px;
	padding:3px 10px;
	/*background:url(../images/loginInputBG.gif) repeat #70593A;*/
	border:1px solid #F2C17E;
	color:white;
}
#contentPanel {
	width:700px;
	float: right;
	margin:35px;
	display:block;
}
#main-userModules {
	text-align:center;
	overflow:hidden;
	width:100%;
	background:#ffffff;
	margin-top:0px;
}
#userModules {
	text-align:left;
	background-color:#ffffff;
	margin:0 auto;
	width:770px;
	overflow:hidden;
	background: url(../images/user.jpg) repeat;/*padding:10px;*/
	/*border-top: 3px solid #9C9C9C;*/
}
#userModules h3 {
	color: #4d6880;
	padding-bottom:5px;
	margin-bottom:0px;
}
#userModules ul {
	list-style-type:none;
	/*list-style-image:url(../images/list-arrow1.gif);*/
	margin-left:20px;
	line-height:1.7em;
}
#userModules li {
	border-bottom:1px dotted #a6a6a6;
}
#userModules a {
	color:#edf3f8;
}
#userModules a:hover {
	color:#E1E1E1;
}
#user1Mod {
	float:left;
	width:50%;
}
#user1Mod .moduletable {
	margin:10px 5px 10px 10px;
	background-color:#90b5d5;
	padding:10px;
}
#user2Mod {
	float:right;
	width:49.9%;
}
#user2Mod .moduletable {
	margin:10px 10px 10px 5px;
	background-color:#90b5d5;
	padding:10px;
}
#main-footer {
	width:100%;
	text-align:center;
}
#footer {
	position:relative;
	width:770px;
	margin:0 auto;
	text-align:left;
	background: #ffffff url(../images/footer.jpg) no-repeat;
	background-color: #ffffff;
	height:130px;/*border-top:3px solid #FFCC99;*/
}
#footer-text {
	position:relative;
	width:750px;
	height:100px;
	top:0px;
	left:10px;
	color:#edf3f8;
	font-size:12px;
	
}
#footer-text span {
	color:#edf3f8;
	text-transform:uppercase;
}
#footer-text a {
	color:white;
}
#validate {
	text-align:center;
}
input#search_searchword {
	width:200px;
	height:20px;
	border:1px solid #4d6880;
	padding-top:3px;
	padding-left:7px;
	background-color: White;
	color:Black;
}
table.searchintro {
	width:100%;
	margin:20px 0px 10px;
	background:#edf3f8;
	padding:10px;
	border:1px dotted #b5cee3;
}
table.searchintro b {
	color:#4d6880;
}
span.highlight {
	background-color:#FF6347;
}
select#search_ordering {
	/*background:url(../images/loginInputBG.gif) repeat #70593A;*/
	border:1px solid #F2C17E;
	color:white;
}
/************************************Search Ends********************************/

/************************************mosImage Starts********************************/
.mosimage {
	background-color:#333333;
	border:1px solid #444444;
	margin:10px;
	padding:5px;
}
/************************************mosImage Ends********************************/

input.button {
	width: 50px;
	height:18px;
	margin: 0px 5px 0px 5px;
	border:1px solid #4d6880;
	background-color: #90b5d5;
	padding: 0px 0px 0px 0px;
}
table.blog {
	/*background:url(../images/contentBG.gif) repeat;*/
	padding:5px;
}
table.contentpaneopen, table.blog, table.contentpane {
	/*width:auto!important;*/
	width:100%;
	padding:5px;/*border-collapse:collapse;
	border-spacing:0;*/
}
div.contentpane, div.contentpaneopen {
/*width:100%;*/
}
.contentheading {
	font-size:20px;
	color:#4D6880;
	padding: 5px;
}
.heading {
	font-size:20px;
	color:#4D6880;
	padding: 5px;
	text-align: left;
}
td.buttonheading {
	font-size:10px;
	white-space:nowrap;
}
span.small, td.createdate, td.modifydate, div.mosimage_caption {
	font-size:12px;
	color:#999999;
}
td.createdate {
	padding-bottom:5px;
	border-bottom:1px dotted #e1e1e1;
}
span.content_rating, span.content_vote {
	font-size:12px;
	padding:0px;
	color:#E0E0E0;
}
span.content_rating img {
	margin:0px 2px 5px 0px;
}
.componentheading {
	/*margin-right:10px;*/
	height:25px;
	/*background: url(../images/compHeading.gif) repeat-x #83DBE0;*/
	background-position:0px 0px;
	font-size:20px;
	color:#4D6880;
	padding-top:5px;
	margin-bottom:20px;
}
div.message {
	/*width:515px;*/
	border:1px dotted #555555;
	padding:20px;
	margin-bottom:10px;
	color:#66CCFF;
	text-align:center;
}
th.pagenav_next, th.pagenav_prev {
	font-size:14px;
	font-weight:normal;
}
table.contenttoc {
	margin:0px 0px 10px 10px;
	width:200px;
	background-color:#333333;
	border:1px solid #444444;
}
table.contenttoc td {
	padding:2px 10px;
	border-bottom:1px dotted #555555;
}
table.contenttoc th {
	background-color:#999999;
}
input#contact_name, input#contact_email, input#contact_subject {
	width:150px;
	height:20px;
	border:1px solid #F2C17E;
	padding-top:3px;
	padding-left:7px;
	/*background:url(../images/loginInputBG.gif) repeat #70593A;*/
	background-color: White;
	color:white;
}
textarea {
	border:1px solid #4d6880;
	/*	background:url(../images/loginInputBG.gif) repeat #70593A;*/
	background-color: White;
	color:#4d6880;
	padding-top:3px;
	padding-left:7px;
}
td.contentdescription {
/*padding-bottom:15px;*/
}
tr.sectiontableentry1, td.sectiontableentry1 {
	background-color:#D8E0E4;
}
tr.sectiontableentry2, td.sectiontableentry2 {
	background-color:#edf3f8;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding:3px;
}
td.sectiontableheader {
	padding:5px;
	background-color:#90b5d5;
}
td.sectiontabletop {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: url(../images/table_top_lft.gif) no-repeat top left;
	height: 10px;
}
td.sectiontabletop p {
	margin: 0;
	float: right;
	padding: 0px 40px 0px 500px;
	display: block;
	background: url(../images/table_top_rght.gif) no-repeat top right;
	height: 10px;
}
td.sectiontableend {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 500px;
	background: url(../images/table_bot_lft.gif) no-repeat top left;
}
td.sectiontableend p {
	margin: 0;
	float: right;
	padding: 0px 40px 0px 0px;
	display: block;
	background: url(../images/table_bot_rght.gif) no-repeat top right;
}
table.adminform textarea {
	width: auto;
}
.searchresults {
	text-align:left;
}
.coptrgt {
		position: absolute;
	top:20px;
	left:10px;
	width:400px;
	height:40px;
border:1px ;
}/*
#designed {
	float: right;border: 1px solid #666;
}*/
#cpcslogoDef {
	position: absolute;
	top:20px;
	right:0px;
	width:125px;
	height:40px;
     border:1px ;

}
/*hover pad*/
#cpcslogoDef a, #cpcslogoDef a:visited{
position: absolute;
width: 100px;
height: 30px;
line-height: 30px;
text-align: right;
padding: 0 10px;
margin: 0;
border: 0px ;
text-decoration: none;
font-size: 0.8em;
/*background: #eee;*/


}

#cpcslogoDef a span {
	display:none;border: 0px ;
}
#cpcslogoDef a:hover {
color: #000;
border: 0px ;
}
#cpcslogoDef a:hover span {
position: absolute;
display:block;
top: -50px;
right: 0px;
width: 100px;
margin: 0px;
color: #fff;
background: #90B5D5;
text-align: center;
border: 4px solid #4E6881;

}

#pdf_download{
	clear: both;
	float: none;
}
/* 
* Vertical Login-Form Style 
*/

.moduletable-login {
	/*font-weight: bold;
	font-size: 110%;*/
}
.moduletable-login{
	float: left;
	/*border: thick dotted #000000;*/
}
.moduletable-login{
	float: left;
	/*border: medium solid #FF0000;*/
}

.moduletable-login #greeting {
	text-align: center;
	float: none;
	height: 22px;
	margin-bottom: 10px;
}

.moduletable-login #chaptan_submitbutton .button, #chaptan_submitbutton .button {
	background-image: url(../pot-login-button.jpg);
	font-size: 100%;
	font-weight: normal;
	height: 30px;
	width: 138px;
	line-height: 10px;border: 0px;
}

.moduletable-login #chaptan_username {
	background-image: url(../user_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	margin-bottom: 5px;
}

.moduletable-login #chaptan_username input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #777;
}

.moduletable-login #chaptan_pass {
	background-image: url(../pass_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	margin-bottom: 10px;
}

.moduletable-login #chaptan_pass input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #777;
}

.moduletable-login #chaptan_rememberme {
	margin-bottom: 5px;
}

.moduletable-login #chaptan_submitbutton , #chaptan_submitbutton {
	/*margin-bottom: 5px;*/
	text-align: center;
	
}

.moduletable-login #chaptan_lostpass {
	margin-bottom: 5px;
}

.moduletable-login #chaptan_register {
	margin-bottom: 5px;
}

.moduletable-login #chaptan_posttext {
	margin-bottom: 5px;
}