/* CSS Document */

.title {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  width: 40px;
  padding: 4px;
}

.pagenav {
	align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}


ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 3px; 
}


td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* mambo core */
a:link, a:visited {
	color: #333366; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ab9b67;	text-decoration: none;
	font-weight: bold;
}


table.contentpaneopen {
	width: 100%;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
  	padding-top: 4px;
}

table.contentpane td.contentheading {
	padding-left: 4px;
  	padding-top: 4px;
}

.button {
	border:1px solid #AB9B67;
	background-color: #ffffff;
	color: 333366;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	height: 17px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 1px;
}

.inputbox {
	
	border:1px solid #AB9B67;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}

.componentheading {
	height: 30px;
	color: #565785;
	text-align: left;
	padding-top: 2px;
	font-weight: bold;
	font-size: 16px;
	/*text-decoration: underline;*/
	font-family: Arial;
	padding-left: 2px;}

.contentheading {
	height: 30px;
	color: #565785;
	text-align: left;
	padding-top: 2px;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	/*text-decoration: underline;*/
	font-family: Arial;
	padding-left: 2px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}



table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

table.moduletable th {
	background: url(/images/store/prsancc/mod_bg.gif) no-repeat;
	color: #333366;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
}

table.moduletable td {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	padding-left: 5px;
	vertical-align: top;
}

table.pollstableborder td {
  padding: 2px;
}


.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
	background: url(/images/store/prsancc/arrow.gif) no-repeat;
	vertical-align: top;
	font-size: 9px;
	font-weight: bold;
	color: #333366;
	text-align: left;
	padding-left: 10px;
	height: 10px !important;
	width: 100%;
	font-family: Verdana;
	line-height: 9px;
}

a.mainlevel:hover {
	background: url(/images/store/prsancc/arrow.gif) no-repeat;
	/*background-position: 0px -25px;*/
	text-decoration: none;
	color: #AB9B67;
	font-family: Verdana;
	font-size: 9px;
	}

a.sublevel:link, a.sublevel:visited {
	font-size: 9px;
	font-weight: bold;
	color: #333366;
	text-align: left;
	height: 10px !important;
	vertical-align: top;
}

a.sublevel:hover {
	color: #AB9B67;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.left_menu {
	background-image: url(/images/store/prsancc/left_menu_bg.jpg);
	background-repeat: repeat-y;
}.keywords {
	font-family: Arial, Helvetica, sans-serif;
	color: #AB9B67;
	font-size: 10px;
	text-align: -5;
	padding-right: -4px;
}
.search {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
}
.top_menu {
	background-image: url(/images/store/prsancc/tig_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
.main_body {
	margin-right: 8px;
}
/* Tabbed Setting */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #044497;
  padding          : 5px;
}
.offtab {
  background-color : #F0F0F0;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #6BA9FD;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  background-color : #FFF;
}
