/* specific */

div {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	padding: 1px;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.justify{
	text-align: justify;
}

#justify{
	text-align: justify;	
}

hr{color: #DCDCDC;}

#row1{background-color: #FFFFFF;}
#row2{background-color: #EDEDED;}
#rowBg{background-color: #F9F9F9;}

/* CSS Document */

.sitename {
	/*text-align: left;*/
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #0c4da2;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
}



a.pathway {
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 2em;
}

ul#mainlevel-nav li
{
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 97px;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	text-align: center;
	background-position: 0px 0px;
	margin-left: 1px;
	background: transparent;;
	line-height: 125%;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #0c4da2;
	background-image: url(../images/top_menu.gif);
	background-position: 0px 0px;
	margin-left: 1px;
}



	ul#mainlevel-nav li a:hover
{
	color: #FFFFFF;
	background-image: url(../images/top_menu.gif);
	background-position: 0px 25px;
	}





table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

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





table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}



#active_menu {
	color: #5C5C5C;
	font-weight: bold;
}

a#active_menu:hover {
	color: #C2C2C2;
}

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

.error {
	text-transform: uppercase;
	padding: 3px;
	color: #CC3333;
	font-size: 11px;
	font-weight: bold;
}

.info {
	text-transform: uppercase;
	padding: 3px;
	color: #345395;
	font-size: 11px;
	font-weight: bold;
}

.warn {
	text-transform: uppercase;
	padding: 3px;
	color: #bd7925;
	font-size: 11px;
	font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: #F5F5F5 url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
	border-bottom: 2px solid #3cb0d6;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

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

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	/*text-align: left;*/
	font-size: 12px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ededed;
	font-size: 12px;
	color: #323232;
   
}

/* mambo core stuff */
a:link, a:visited {
	color: #0c4da2; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: Gray;	text-decoration: none;
	font-weight: bold;
}
.menu {
	font-size: 12px;
}
table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

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



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

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

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

.button {
  color: #3E3E3E;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: #F5F5F5 url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 23px !important;
  height: 24px;
  margin: 1px;
  border-bottom: 2px solid #3cb0d6;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.searchbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #F5F5F5;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.componentheading {
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 1px;
	border-bottom: 2px solid #00388C;
	}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	text-align: left;
	/*background: url(../images/contenthead.png) no-repeat top left;*/
	color: #0c4da2;
	text-indent: 8px;
	font-weight: bold;
	font-size: 18px;
	/*white-space: nowrap;*/
	padding-top: 3px;
	padding-left: 0px;
}



.contentpagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #0c4da2;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #00388C;
	text-align: center;
	padding-top: 4px;
	height: 20px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../images/module_heading.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

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: 10px;
	font-weight: bold;
}

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

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

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
   color: White;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 18px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background: #00388C;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/side_menu.gif) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #00388C;
	text-align: left;
	padding-top: 0px;
	height: 25px;
	width: 100%;
	text-decoration: none;
	line-height: 25px;
	text-indent: 35px;
	margin-top: 2px;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: White;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #3E3E3E;
	text-align: left;
}

a.sublevel:hover {
	color: #00388C;
	text-decoration: none;
}
.highlight {
	background-color: #00388C;
	color: White;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #00388C;
  padding: 1px 2px;
  color: White;
   font-size: 10px;
  border-top: 1px solid #cccccc;
}
a.readon:link, a.readon:visited {
	color: #3E3E3E; text-decoration: none;
	font-size: 11px;
	list-style: inside url(../images/read.gif);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	font-weight: normal;
	margin-bottom: 10px;
	}

a.readon:hover {
	color: #00388C;	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	list-style: inside url(../images/read.gif);
	list-style-type: disc;
	display: list-item;
	white-space: normal;
	margin-bottom: 10px;
	}


.pac {
	font-size: 40px;
	color: Black;
	text-transform: uppercase;
	text-align: center;
}

.pacName {
	font-size: 30px; /*font-weight: 900; text-justify : distribute-all-lines;*/
	text-align: center;
}

.btnPac { /*font-weight: 900; text-justify : distribute-all-lines;
	text-align : justify;*/
	color: Black;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
}

.grissmall
{
	font-size: 11px;
	color: #898989;
	text-align: justify;
}