/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0 5px;
	background: #FFFFFF;
	/* background-attachment:fixed; */
	/* background-position:center; */
	font-family: Arial, Helvetica, Sans Serif;
}

/* 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;
}
#bodyArea{
	 width: 1250px;
	 margin: 0 auto 0 auto;
}
.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
  width: 1250px;
}

#headBanner
{
	max-width: 1250px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}

#headBanner .bannerRight{
	background: url(../images/right_corner_bg.jpg) no-repeat right;
}

.userArea{
	margin: 0;
	font-size: 9px;
	text-align: left;
}

.userArea ul{
	padding: 0 0 0 11px;
	margin: 0 0 0 5px;
	font-size: 9px;
}

.userArea a{
	font-weight: normal;
}

.main_menu{
	padding: 0 0 0 100px;
}

#breadcrumb_pannel {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	/*border: 1px solid #ccc;*/
	margin-bottom: 2px;
}

#breadcrumb_pannel img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
  padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 100%;
	height: 150px;
	background: url(../images/banner_tapting.jpg) no-repeat;
}

.content_table
{
	margin: 7px 0;
	min-width: 808px;
}
td.content_col
{
	border-left: 1px solid #D4D4D4;
	padding: 0 7px 0 7px;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	/*width: 635px;*/
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

/*
table.content_table td {
	padding: 0px;
	margin: 0px;
}
*/

#banner_inner {
	float: left;
	padding: 0px;
	height: 100px;
}

ul.recentdiscussion{
	color: #919191;
}

ul.recentdiscussion, ul.recentdiscussion li{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.recentdiscussion li{
	padding: 1px 0 1px 0;
}

.maintitle {
	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;
}

/** old stuff **/

.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, .footer a {
	text-align: center;
	padding: 3px;
	color: #FFF;
	text-decoration:none;
}



td {
	font-size: 11px;
}


table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  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 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;
}

input{
	font-size: 10px;
	padding: 1px;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

}

/* added here */
h1{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}


h2{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

h3{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}
/* till ehre */

.contentheading {
	height: 30px;
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

.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;
}


.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;
}

/* added */

.eTitle{
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}

#contentMain{
	/*padding: 10px;*/
}

#childPage{
	padding: 10px;
	border-top: 3px solid #ecb748;
}

.childRow{
	border-bottom: 1px solid #cccccc;
}

.trTitle{
	background-color: #b5b5b5;
	height: 30px;
	padding: 5px;
	font-weight: bold;
}


.rCol{
	color: #ff0000;
}

.cBar{
	padding: 5px;
	height: 25px;
}

.cBar a{
	border: 1px solid #f00;
	padding: 2px;
}

.cBar a:hover{
	border: 1px solid #f00;
	background-color:#FEC10A;
}

#commandBar{
	padding: 5px;
	border: 1px solid #aaa;
	margin: 5px 0 5px 0;
}

#footer{
	font-size: 10px;
	text-align: center;
}

.vrspacer{
	font-size: 10px;
	width: 10px;
	clear: both;
}

/* Banner box style */

.banner_box{
	border: 1px solid #E1E1E1;
	margin: 0 0 15px 0;
}

.banner_box.event .eventRow{
	padding: 6px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #E1E1E1;
}
.banner_box.event .eventRow.noborder, .noborder{
	border: none;
}

.banner_box.event .meta_event{
	font-weight: bold;
}

.banner_box.latest_photo, .banner_box.random_photo{
	text-align: center;
}

.banner_box.latest_album ul{
	padding: 0;
	margin: 3px 0 20px 0;
	list-style: none;
	color: #B7B7B7;
}

.banner_box.latest_album ul li{
	margin: 0 5px 0 5px;
	padding: 2px;
	list-style: none;
	width: auto;
	border-bottom: 1px solid  #F4F4F4;
}

/* Photo gallery */
.album_browse td{
	background: #E1E1E1;
}

.photo_update{
	border: 2px solid #AEAEAE;
}
.photo_update.pagination{
	background:  #AEAEAE;
	padding: 5px;
}

.photo_update.pagination a.current{
	font-size: 14px;
}

.photo_show.pagination{
	margin: 0;
	padding: 3;
}

.album_browse .stat_info, .photo_show.pagination, .photo_update_heading .stat_info{
	color: #606060;
}
.photo_update_heading{
	background:  #AEAEAE;
}

.photo_update_heading h1{
	color:#000;
	padding: 0;
	margin:0;
}

.photo_show{
	background: #AEAEAE;
	padding: 3px;
	margin: 8px;
}
.photo_big{
	border-left: 1px solid #606060;
	border-left: 1px solid #606060;
	background: #B7B7B7;
}
.comment{
	padding: 5px 0 5px 0;
}

.metainfo{
	background: #EEEEEE;
	padding: 8px;
}
.photo_show span.meta_label{
	width: 80px;
	float: left;
	display: block;
}

/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:220px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:220px;
	height: 220px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color:red;
}
