h2	{
	font-family: Arial, Helvetica, sans-serif;
	/* height: 30px; */
	color: #425163;
	font-size: 16px;
	font-weight: bold;
	}

body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

/*template head*/
td.head {
	background: url("../images/ai_head_back.png") repeat-x;
	height: 315px !important;
}

td.head_left {
	background: url("../images/ai_head_left.jpg") no-repeat;
	width: 139px !important;
	height: 315px !important;
}

td.head_right {
	background: url("../images/ai_head_right.jpg") no-repeat;
	width: 14px !important;
	height: 315px !important;
}

td.head_top {
	background: #31385A;
	height: 78px !important;
}

td.head_top_flower {
	background: #31385A;
	background: url("../images/ai_flower.jpg") no-repeat;
	width: 68px !important;
	height: 78px !important;
}

td.head_center {
	background: url("../images/ai_head.jpg") no-repeat;
	width: 822px !important;
	height: 237px !important;
}

td.body {
	background: url("../images/ai_body.jpg") repeat-x;
}

td.body_belt {
	background: url("../images/ai_body_belt.jpg");
	width: 63px !important;
}

td.bottom {
	background: #4C649A url("../images/ai_bottom.jpg") repeat-x;	
	height: 129px !important;
}

td.bottom_belt{
	background: url("../images/ai_bottom_belt.jpg") no-repeat;
	width: 63px !important;
	height: 129px !important;
}

td.bottom_center{
	background: url("../images/ai_bottom_center.jpg") repeat-x;
	width: 790px !important;
	height: 129px !important;
}

td.bottom_right_border{
	background: url("../images/ai_bottom_right_border.jpg") no-repeat;
	width: 32px !important;
	height: 129px !important;
}

td.b_c1_r1t3 {
	background: url("../images/ai_cloth.jpg") no-repeat;
	width: 159px;
	height: 129px;
	 
}

/*template module-table*/
table.moduletable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

table.moduletable th{
	color: maroon;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

table.moduletable td {
	color: #000000;
	text-align: left;
	font-size: 10px;
	padding: 6px 0px 6px 6px;
}

/*for ribbon*/
table.moduletable-ribbonblue {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

table.moduletable-ribbonblue td {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background: url("../images/ribbonblue.jpg") no-repeat;
	height: 27px;
}

table.moduletable-ribbongold {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

table.moduletable-ribbongold td {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background: url("../images/ribbongold.jpg") no-repeat;
	height: 27px;
}

table.moduletable-ribbongreen {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

table.moduletable-ribbongreen td {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background: url("../images/ribbongreen.jpg") no-repeat;
	height: 27px;
}

/*for latest*/
table.moduletable-latest {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

table.moduletable-latest th{
	color: #000000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

table.moduletable-latest td {
	color: #000000;
	text-align: left;
	font-size: 12px;
	padding: 0px;
}

/*sape */
a.sape {
	padding: 4px;
	color: #c64934;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

tr.sape {
    height: 10px;
}

TD.sape {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #990000;

}


/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}



a.mainlevel:link, a.mainlevel:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #FF0000;
}

a.mainlevel#active_menu {
	color:#ff0000;
}

a.mainlevel#active_menu:hover {
	color: #000000;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

/*template mainlevel-specified*/
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	padding: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.mainlevel-nav:hover {
	color: #FF0000;
	text-decoration: none;
}

a.mainlevel-nav2:link, a.mainlevel-nav2:visited {
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.mainlevel-nav2:hover {
	color: #FF0000;
	text-decoration: none;
}

/*From rhuk_solarflare_ii*/
table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   font-size: 12px;
   text-align: left;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-size: 12px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {	
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	height: 21px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #425163;
	font-size: 12px;
	font-weight: bold;
	/* white-space: nowrap; */
}

.contentpagetitle {
	color: #425163;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}

.contentdescription {
	color: #000000;
	font-size: 12px;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	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 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  font-size: 12px;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {
}

.sectiontableentry1 {
	background-color : #ffffff;
	font-size: 12px;
	font-family: Arial, Hevlvetica, sans-serif;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
	font-size: 12px;
	font-family: Arial, Hevlvetica, sans-serif;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

.back_button {
	float: left;
	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;
}

.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;
}

#footer {
	text-align: center;
	padding: 3px;
}

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 2px;
}



.highlight {
	background-color: Yellow;
	color: Blue;
	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: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}