/* 
Joomla.css
Template Specific Css rules 
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */ 



li {
	margin-left:20px;
	list-style-image:url(../images/star.png);
	}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
   border: 0;
 color: #DDD;
background-color: #DDD;
height: 1px;}
/* ######### GENERAL #######*/
form { 
	display:inline;
	margin:0; padding:0;
}
h1{
	font-weight:normal;
	font-size:24px;
	color:#666;
}
h2{	font-weight:normal;
	font-size:16px;
	color: #666;
}
h3{
	font-weight: normal;
	font-size:18px;
	color:#FF9715;
}

h4{
	font-weight:normal;
	font-size:13px;	
}
h5{
	font-weight:normal;
	font-size:14px;
}
img {
	border:none;
	
}
ol{
	margin-left:40px;
}
blockquote {
	margin: 10px;
}
blockquote div {
}
pre {
}
/* Normal link */
a.sam:link, a.sam:visited {
	color: #228488;
	text-decoration: none;
}
a.sam:hover, a.sam:active {
	text-decoration: underline;
}
a:link, a:visited {
	color: #228488;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}
/*======================= ARTICLE =============================*/
.contentheading{
	
	font-size: 18px;
	font-weight: lighter;
	color: #000;
	position:relative;
	padding-bottom:10px;
}

.small, .createdate, .modifydate{
	
	font-size: 80%;
	color: #999999;	
}
td.modifydate,
.modifydate {
	padding:12px 0;}
.readon, .readon:link, .readon:visited{
	background-color: transparent;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top:10px;
}

.readon:hover{
background:#333333;
	text-decoration: none;
}

.contentpaneopen li{
	background-image: url(../images/middle-list-bg.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 0px 0px 10px;
}

.contenttoc{
	background-color: #FAFAFA;
	border: 1px solid #EEE;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
}
.pagenavcounter{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.pagenavbar div a{
	padding: 2px 5px 2px 5px;
}
.pagenavbar div a:hover{
	background-color: #DDD;
	color: #000000;
	padding: 2px 5px 2px 5px;
}
.pagenav{
	
	font-size: 14px;
	color: #CCC;
	padding: 2px 5px 2px 5px;
	margin:0;
}

.pagenav:link, .pagenav:visited{
	
	font-size: 14px;
	color: #333;
	padding: 2px 5px 2px 5px;
}

.pagination span, .pagination a {
	border:1px solid #ccc;
	padding:4px 6px;
	margin-right:2px;
	font-size:90%;
	background:;
	color:#666;}
.pagination a:hover,
.pagination a:focus {
	border:1px solid #999;
	padding:4px 6px;
}
.pagination li {
	margin:0;
	padding:0;}
ul.pagination {
	margin:10px 0 10px 0;}

.blog_more{
	border: 1px solid #DDD;
	background-color: #F0F0F0;
	padding: 5px;
	margin-bottom: 10px;
}

.blog_more:hover{
	background-color: #FFF;
}

.blog_more a:hover{
	padding: 0px 2px 0px 2px;
	color:#FF0000;
	text-decoration: none;
}
.article_column {
	padding:2px;}
/*======================= COMPONENT =============================*/
.componentheading{
	
	font-size: 18px;
	/*color: #F97914;*/
	color:#000000;
	font-weight: lighter;
	text-align:left;
	line-height:170%;
	margin-bottom:8px;
}

.contentpaneopen fieldset{
	padding: 5px 5px;
	border: 1px solid #DDD;
	margin-bottom: 5px;
}

.highlight{
	background-color: #FFFFCC;
	
}

.button{
	background: url(../images/button.gif) repeat-x;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border:none;
}

.button:hover{
	background:#333333;
	border:none;

}

.inputbox{
	border: 1px solid #CCC;
	color: #666;
	background: url(../images/bgform.png) no-repeat  0 -684px #fff;
}

.inputbox:hover,
.inputbox:focus,
.inputbox:active{
	background: url(../images/bgform.png) no-repeat  #fff;
}

td.sectiontableheader{
	background-image: url(../images/table-h3.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	display: block;
}

td.sectiontableheader a:hover{
	background-color:transparent;
}

td.sectiontableheader img{
	margin: 2px 0px 0px 5px;
}

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	padding: 5px;
	border-bottom: 1px solid #EAEAEA;
}

tr .sectiontableentry1 td a:hover, tr .sectiontableentry2 td a:hover{
	background-color: #FFFDBE;
	color: #FFA800;
}

tr .sectiontableentry1:hover, tr .sectiontableentry2:hover{
	background-color: #FFFFCC;
}
/*======================= BREADCRUMB =========================*/
.breadcrumbs{
	
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.pathway:link, .pathway:visited{
	font-size: 11px;
	text-decoration: none;
}
/*======================= LOGIN ==============================*/
#form-login{
	
	color: #666;
}

#modlgn_username{
	width: 90%;
	background-image: url(../images/username-bg.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	background-color: none;
	text-indent: 20px;
	padding: 2px 0px 2px 0px;
} 

#modlgn_username .inputbox:focus{
	width: 90%;
	background-image: url(../images/username-bg.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	background-color: #FFFDBE;
	text-indent: 20px;
	padding: 2px 0px 2px 0px;
} 

#modlgn_passwd{
	width: 90%;
	background-image: url(../images/passwd-bg.gif);
	background-color: none;
	background-position: 2px 1px;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding: 2px 0px 2px 0px;
}
#form-login .button{
	width:57px;
	height:20px;
	background-color: transparent;
	background-image: url(../images/button-login.gif);
	border: none;
	padding: 2px 5px 2px 5px;
	background-repeat: no-repeat;
}
#logintop label {
	font-size:10px;
	text-transform:uppercase;
	line-height:15px;}
#logintop #modlgn_username,
#logintop #modlgn_username .inputbox:focus,
#logintop #modlgn_passwd {
	width:150px; 
	margin-right:5px;}
	
#form-login .button:hover{
	background-position: 0px -20px;
}
#form-login a {
	font-size:90%;}
/*============== content toc =================*/
table.contenttoc{
	margin:10px;
	padding:3px;
	text-align:left;
	float:right;	
}
.contenttoc a {
	padding-left:0;
	font-weight:bold;
	font-size:90%;
	}
table.contenttoc td {
	text-align:left;
	}

a.toclink{
	color: #333333;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px; 
}

.cc3 a.toclink:hover{
	background-color: #FAFAFA;
	background-image: url(../images/arrow2.gif);
	color: #F97914;
}
/*=================== banner ================================*/
.bannerheader {
	font-style:italic;}
.banneritem_text {
	padding: 4px;
	font-size:11px;
}
.banneritem_text a {
	font-weight:700;
	}
div.moduletable .bannerfooter_text,
div.moduletable_text .bannerfooter_text  {
	padding: 4px;
	font-size:80%;
	text-align: right;
}
.bannerfooter_text {
	text-align:right;}
 .bannerfooter_text a {
 font-size:11px;
 text-align:right;}


/*===================== footer menu ============================== */
ul#mainlevel-nav {       
	list-style : none;
	padding-bottom:5px;
	clear:right;   
} 
ul#mainlevel-nav li {
	display:inline;
	font-weight : normal;
	text-align : left; 
	list-style : none;
	float:left;     
} 
/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px;  list-style: none;}
#system-message dd ul li { list-style-image:none; margin-left:0;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #fff; background: #FFA300; }
#system-message dd.error ul li { list-style-image:none; margin-left:0;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #fff; background: #FFA300; list-style: none;}
#system-message dd.notice ul li { list-style-image:none; margin-left:0;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}


.buttonheading a:hover,
td.buttonheading a:hover {
	background: none;}/* 
Style-4.css
Template Styling Css rules 
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */ 
/*General*/
.bodies {
	font-weight:normal;
	color:#666666;	
	background-image:url(../images/style4/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
td,p,div,tr{
	color:#202020;
	/*color:#666666;*/
	}
/*custom.css*/
#wrp3 {

}
/* ------------ global round wrapper ---------------- */
.rtop{
	overflow: hidden;
	background: #FFFFFF url(../images/style4/rtop.gif) top repeat-x;
	margin-top: 20px;
}

.rright{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rright.gif) right repeat-y;
}

.rbottom{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rbottom.gif) bottom repeat-x;
}

.rleft{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rleft.gif) left repeat-y;
}

.rlefttop{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rlefttop.gif) left top no-repeat;
}

.rrighttop{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rrighttop.gif) right top no-repeat;
}

.rrightbottom{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rrightbottom.gif) right bottom no-repeat;

}

.rleftbottom{
	width: 100%;
	overflow: hidden;
	background: url(../images/style4/rleftbottom.gif) left bottom no-repeat;
}

.rinside{
/*	overflow: hidden;*/
	margin: 15px;
	
}
/*====================================== Topemnu =====================================*/
.topmenu{
	height: 28px;
	margin-top: 10px;
}

#topmenu{
	margin-left: 5px;
}

.menumid{
	height: 28px;
	background-image: url(images/menumid.gif);
	background-repeat: repeat-x;
}

.menuleft{
	height: 28px;
	background: url(images/menuleft.gif) left no-repeat;
}

.menuright{
	height: 28px;
	background: url(images/menuright.gif) right no-repeat;
}


/* =============================== Top Search Modul =============================*/
.msrcbg{
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}

.msrcmid{
	overflow: hidden;
	background: url(images/msrcmid.gif) bottom repeat-x;
}

.msrcinside{
	overflow: hidden;
	margin: 14px 10px 10px 10px;
	height:25px;
}

.msrcinside1{
	float: left;
	overflow: hidden;
}

.msrcinside2{
	width: 200px;
	float: right;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: left;
	height:25px;
}

.msrcbottom{
	height: 4px;
	overflow: hidden;
	background: url(../images/style4/msrcbottom_mid.gif) repeat-x;
	
}
.msrcbottom_left {
	height:4px;
	width:100%;
	overflow:hidden;
	background: url(../images/style4/msrcbottom_left.gif) no-repeat left;
	}
.msrcbottom_right{
	height:4px;
	width:100%;
	overflow:hidden;
	background: url(../images/style4/msrcbottom_right.gif) no-repeat right;}
.msrcbottom_inside {
	height:4px;}
/*tpvmcatsearch*/
#tpsearchvmcat {
	padding-left:100px;
	background: url(../images/style4/tpvmsearchbg.gif) no-repeat left;
	}
#tpsearchvmcat .button {
		background: url(../images/style4/tpvmsearchbutton.gif) no-repeat;
		width:34px;
		height:23px;
		border:none;
		text-indent:-1000px;
		}
/*tpmenu*/

#tp-cssmenu li.active a,
#tp-cssmenu li.activesfhover a {
	/*background: url(../images/bgactivetopmenu.gif) top repeat-x #0e5e63;*/
	background-color:#0e5e63;
	color:#FFFFFF;
}
#tp-cssmenu li.active {
/*background: url(../images/bgactivetopmenu.gif) top repeat-x #000000;*/
background-color:#0e5e63;
	color:#FFFFFF;}
#tp-cssmenu li.activesfhover {
		/*background: url(../images/bgactivetopmenu.gif) top repeat-x #000000;*/
		background-color:#0e5e63;
	color:#FFFFFF;}
#tp-cssmenu li.active ,#tp-cssmenu li.activesfhover:hover {}
#tp-cssmenu li.active a,#tp-cssmenu li.active a:hover,#tp-cssmenu li.activesfhover a,#tp-cssmenu li.activesfhover a:hover {}
#tp-cssmenu li.activesfhover li a,
#tp-cssmenu li.activesfhover li a:hover {
			/*background: url(../images/bgactivetopmenu.gif) top repeat-x #000000;*/
			background-color:#0e5e63;
	color:#FFFFFF;
	}
	/*homepage*/
table.home td
{
font-size:11px;
}	
.visit
{
margin-left:10px;
width:850px;
}
table.visit td
{
border:1px solid #9CADBD;
position:relative;
padding-left:10px;
}
.vw
{
width:200px;
}
.vw1
{
width:301px;
}
.head 
{
background-color:#5AA1A3;
color:#ffffff;
}
/* 
arial.css
Font Family Css rules 
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */ 
 td,p,div,tr{
	font-family:Arial,Tahoma,Verdana;
	line-height:150%;
	}/* 
Standard.css
Font Size Css rules 
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */ 
 td,p,div,tr{
	font-size:12px;
	}fright /* 
Custom.css
Template Specific Css rules 
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */ 
#maincpwrapper {
	}
#pagewrapper {
	margin:auto 0;
	}
.clrfix {
	clear:both;
	}

/* --------- header --------- */
.header{
	height:100px;
	overflow: hidden;
}

#logo{
	width: 350px;
	overflow: hidden;
	float: left;
	background: url(../images/logo.png) top left no-repeat;
	height:65px;
}

.topbanner{
	width: 470px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.toplink{
	width: 290px;
	overflow: hidden;
	float: right;
	margin-top:80px;
}

	

	
/* =========================== Top Full Width Banner ============================*/
.bannertop{
	overflow:hidden;
	margin-top:10px;
}

/* ================================ Breadcrumb ====================================*/
.brelefttop{
	overflow: hidden;
	/*background: url(../images/brelefttop.gif) #DBDBDB left top no-repeat;*/
	background:#FFFFFF;
	margin-top: 10px;
}

.brerighttop{
	overflow: hidden;
	/*background: url(../images/brerighttop.gif) right top no-repeat;*/	
}

.brerightbottom{
	overflow: hidden;
	/*background: url(../images/brerightbottom.gif) right bottom no-repeat;*/
}

.breleftbottom{
	overflow: hidden;
	/*background: url(../images/breleftbottom.gif) left bottom no-repeat;*/
}

.breinside{
	overflow: hidden;
	margin: 4px;
}
.breinner {
float:left;
}
.currency {
	width:270px;
	float:right;
	margin:0;
	}
.currency br {
	display:none;}
/*=================================== MAINAREA =========================================*/
.maincontainer{
	overflow: hidden;
	margin-top: 10px;
	text-align:left;
	margin-right:4px;
}

/*=================================== LEFT =========================================*/
.columnleft{
	width: 195px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.cltop{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-border.gif) top repeat-x;
}

.clright{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-border.gif) right repeat-y;
}

.clbottom{
	width: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../images/m-border.gif) bottom repeat-x;
}

.clleft{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-border.gif) left repeat-y;
}

/*--------------------------------------------------*/
.cllefttop{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-lefttop.gif) left top no-repeat;
}

.clrighttop{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-righttop.gif) right top no-repeat;
}

.clrightbottom{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-rightbottom.gif) right bottom no-repeat;
}

.clleftbottom{
	width: 100%;
	overflow: hidden;
	background: url(../images/m-leftbottom.gif) left bottom no-repeat; 
}

.left{
	width: 179px;
	margin: 8px;
	overflow: hidden;
	text-align:left;
}
/*=================================== Center =========================================*/	
.columncenter{
	overflow: hidden;
	float: right;
	
}

.message, .cc1, .cc2, .cc3, .cc4{
	overflow: hidden;
	margin-bottom:10px;
	
}
.cc1 {
	margin-top:0;
	margin-bottom:0;}
.mainbods {
	float:left;
	
	}

/*================================== MODULE SEARCH BOTTOM =========================== */
.msebottom{
	overflow: hidden;
	margin-top: 10px;
}

.mseblefttop{
	overflow: hidden;
	background: url(../images/mblock-left-top.gif) #D9D9D9 left top no-repeat;
}

.msebrighttop{
	overflow: hidden;
	background: url(../images/mblock-right-top.gif) right top no-repeat;
}

.msebrightbottom{
	overflow: hidden;
	background: url(../images/mblock-right-bottom.gif) right bottom no-repeat;
}

.msebleftbottom{
	overflow: hidden;
	background: url(../images/mblock-left-bottom.gif) left bottom no-repeat;
}

.msebinside{
	overflow: hidden;
	margin: 8px;

}

/*================================= bottom modules - user11/user12/user13 ======================================*/
.columnbottom {
	margin-top:10px;}
.modbottom{
	margin: 8px;
	overflow: hidden;
	text-align:left;
}

#wrp3_inner {
	padding:10px 10px 10px 10px;}
#u11,#u12,#u13 {
	float:left;
	overflow:hidden;}	
/*================================= Column Right ==================================*/
.columnright{
	width: 200px;
	overflow: hidden;
	float: right;
}
/*mootool showhide module function*/
h3.show {
	background:url(../images/min.gif) right no-repeat;
	cursor:pointer;}
h3.hide {
	background:url(../images/plus.gif) right no-repeat;
	cursor:pointer;}

/*================================ FOOTER ===================================================*/
.footer{
	overflow: hidden;
	margin:10px auto auto auto;
	text-align:center;
	background:#5aa1a3;
	width:1000px;
}

.fleft{
	width: 700px;
	overflow:hidden;
	float: left;
	margin-right: 5px;
}

.fright{
	
	overflow: hidden;
	float:left;
	width:100%;
}

.logotp{
	width: 100%;
	height: 30px;
	line-height:30px;
	font-size: 11px;
	color: #ffffff;
}

.logotp a:link, .logotp a:visited{
	
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
/*=========================  mootips ===============================*/

.tool-tip {
	width: 222px;
	z-index: 13000;
	background:url(../images/bgtooltips.png) top center no-repeat;
	height:156px;
	overflow:hidden;
}
.tool-title {
	font-size: 11px;
	font-family:arial;
	text-transform: uppercase;
	font-weight:700;
	margin: 0;
	color: #003333;
	padding: 20px 15px 5px 15px;
	text-align:center;
}
 .tool-text {
	font-size: 10px;
	font-family:"Lucida Grande", Trebuchet, Tahoma, Arial;
	color: #666666;
	padding: 10px 40px;
	text-align:center;
}
/*================================ Virtuemart CSS ==============================*/

.msrcinside1 .inputbox {

}
.tpvmcatselect {
}

/* mod_cart vm */
.msrcinside2 br  {
		display:none;
	line-height:1px;}
.msrcinside2 .inputbox  {
	width:50px;	}
.addtocart_button,
.addtocart_button_module {
	text-align:center;
	background-position:bottom left;
	width:100px;height:22px;
	cursor:pointer;
	color: #999999;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url( ../../../components/com_virtuemart/themes/ecommerce_plazza/images/sp_add2cart_mod.gif ) no-repeat  transparent;
	vertical-align: middle;
	overflow:hidden;
	font-size:80%;
	text-transform:uppercase;
	padding-left:15px;
	text-indent:-5000px;
	display:block;
}

.addtocart_button:hover,
.addtocart_button:focus,
.addtocart_button_module:hover,
.addtocart_button_module:focus {
	background: url( ../../../components/com_virtuemart/themes/ecommerce_plazza/images/sp_add2cart_mod.gif ) 0 -22px no-repeat  transparent;

}
input.addtocart_button_module:hover  {
	color: #333333;	
}

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
	text-align:center;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
div.buttons_heading {
	width:120px;}
.vmCartModule img {
	display:none;}
.vmCartModule br {
	line-height:1px;}
/*========================= minifp =====================================*/
td.minifp p {
	font-size:90%;
	}
	.leader
	{
	border-width:1px;
	border-style:solid;
	border-color:#9cadbd;
	margin-left:15px;
	}
	.leader td
	{
	padding-left:5px;
	border-width:1px;
	border-style:solid;
	border-color:#9cadbd;
	}
.heading 
{
background-color:#5aa1a3;
}
.heading td {color:#FFFFFF;}
.heading th{padding-left:7px;}

table.visiting { width:940px;}
table td.writers { width:15%;}
table.home td {
padding-left:14px;
padding-top:5px;
}
th.table-heading { background-image:url(images/th.png); 
background-repeat:no-repeat; 
background-position:center; 
font-size:14px;
width:175px;
height:30px;
}

th.table-heading a{color:#FFFFFF;
text-decoration:none;}

th.table-heading a:visited{
text-decoration:none;
color:#FFFFFF;
}

td.seperator {
background-image:url(../images/vline.gif);
background-repeat:repeat-y;
background-position:center center;
}

table.alignment {
margin-left:78px;
}
.visiting
{
width:250px;
}
.newarrival {
border:1px solid #9CADBD;
margin-left:15px;}
.heading1
{
position:relative;
margin-left:15px;
}

/*------Team SCILET Table------*/
table #team, table #team td{
border:1px solid #9cadbd;
margin-left:15px;
}
table #team td{
padding:0 0 0 5px;
}
th.arrival {
background-color:#5AA1A3;
color:#FFFFFF;
padding-left:7px;
}
.breinner a {
border-right:1px solid #208388;
padding-right:10px;
}
table.journals1{margin:auto;}
table.journals1 td{
border:1px solid #9CADBD;
padding-left:5px;
}
table.journals{/*margin-left:10px;*/margin-left:30px;}
table.journals td{
border:1px solid #9CADBD;
padding-left:5px;
}
table.visitors{
/*margin-left:10px;*/
margin:auto;
width:710px;
}
table.visitors td{
padding-left:5px;
}
.blog
{
margin:auto;
}/* 
Module.css
Specific Css rules for Module layout 
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */ 
/*============================== GENERAL ================================================*/

div.moduletable {
	text-align:left;
}

/*======================================== USER1 ============================================*/
.topbanner .moduletable{

	font-size: 11px;
	color: #333;
}

.topbanner .moduletable h3{

	font-size: 16px;
	font-weight: lighter;
	color: #000000;
}
/*=========================================== banner top =========================*/
#logintop div.moduletable h3{

	font-size: 10px;
	font-weight: lighter;
	color: #666;
	margin:5px 0 0 0 ;
	text-transform: uppercase;
	padding-right:15px;
	text-align:right;
	line-height:10px;
}
#logintop .lostp,
#logintop .lostu,
#logintop .reg {
	background:#666666;
	color:#FFFFFF;
	padding:2px 5px;
	margin:0 1px;
	font-size:10px;
	text-transform:uppercase;
	font-family:verdana;
	letter-spacing:-1px;}
#logintop .lostp:hover,
#logintop .lostu:hover,
#logintop .reg:hover {
	background:#FF0000;
	text-decoration:none;
	}
/*=========================================== USER2 ========================================*/
.toplink .moduletable{

}

.toplink .moduletable h3{

	font-size: 16px;
	font-weight: lighter;
	color: #000000;
}


div.moduletable_menu li {
	list-style:none;
	margin-left:0;
	padding:0;
	text-align:left;
}
div.moduletable_menu ul li
{
	background:none;}
/*================================== LEFT=============================*/

.left div.moduletable,
.left div.moduletable_menu,
.left div.moduletable_text {
	margin-bottom:10px;}
.left .moduletable a:link, .left .moduletable a:visited{
	text-indent: 5px;
	color: #666;
}

.left ul li{
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 0px 0px 5px;
}

.left ul li:hover{

}

.left .moduletable a:hover{
	color: #F97914;
	text-decoration: none;
}
.left .moduletable_menu h3,
.left .moduletable_text h3,
.left .moduletable h3{
	font-size: 12px;
	font-weight: bold;
	color: #9d9c9c;
	background-image: url(../images/mleft-h3.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 5px 10px;
	margin: 2px 0px 5px 2px;
	letter-spacing:0px;
}


/*=================================== Left Menu ====================================*/
.left ul.menu li { list-style-image: none;}
.left .mainlevel,.left .mainlevel:link,.left .mainlevel:visited,
ul.menu li a, ul.menu li#current a{
	
	color: #666;
	padding: 3px 0px 3px 2px;
	border-bottom:1px solid #ddd;
	display: block;
	background-image: url(../images/arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: 175px 5px;
}

.left .mainlevel:hover,.left .mainlevel:active,
ul.menu li a:hover, ul.menu li#current a{
	color: #F97914;
	text-decoration: none;
	background: url(../images/arrow.gif) right no-repeat;

}

.left #active_menu{
}

.left #active_menu.sublevel{
}

.left .sublevel, .left .sublevel:link, .left .sublevel:visited{
}

.left .sublevel:hover{
}

.left span.mainlevel{
}
.left span.mainlevel:hover{
}

/*============================= User5 ===================================*/
.cc1 .moduletable{
	
	font-size: 12px;
	color: #666;
}

.cc1 .moduletable h3{
	
	font-size: 16px;
	font-weight: lighter;
	color: #666;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDD;
}

/*=========================== Mid modules =====================================*/
.cc2top{
	width 100%;
	overflow: hidden;
	background-image: url(../images/m-border.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.cc2right{
	width 100%;
	overflow: hidden;
	background-image: url(../images/m-border.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.cc2bottom{
	width 100%;
	overflow: hidden;
	background-image: url(../images/m-border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.cc2left{
	width 100%;
	overflow: hidden;
	background-image: url(../images/m-border.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/*--------------------------------------------------*/
.cc2lefttop{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/m-lefttop.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.cc2righttop{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/m-righttop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.cc2rightbottom{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/m-rightbottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.cc2leftbottom{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/m-leftbottom.gif); 
	background-position: left bottom;
	background-repeat: no-repeat;
}

.cc2inside{
	margin: 5px;
	overflow: hidden;
}

/*Orange Header - Default Color*/
.cc2inside .moduletable{
	margin-bottom: 10px;
	padding-left: 5px;
}

.cc2inside .moduletable h3{
	background: url(../images/g-orange-h3.gif) no-repeat right;
	padding: 4px 0px 4px 8px;
	color: #FFFFFF;
	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin:5px 5px 5px 4px;

}
.cc2inside .moduletable h3 span {
	background: url(../images/g-orange-h3.gif) no-repeat left;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	line-height:15px;
	width:100%;
	margin:5px 5px 5px -12px;}

/*blue header*/
.cc2inside .moduletable-blue{
	margin-bottom: 10px;
	padding-left: 5px;
}
.cc2inside .moduletable-blue h3{
	background: url(../images/g-blue-h3.gif) no-repeat right;
	padding: 4px 0px 4px 8px;
	color: #FFFFFF;
	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin:5px 5px 5px 4px;

}
.cc2inside .moduletable-blue h3 span {
	background: url(../images/g-blue-h3.gif) no-repeat left;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	line-height:15px;
	width:100%;
	margin:5px 5px 5px -12px;}
	

/*red*/

/*blue header*/
.cc2inside .moduletable-red{
	margin-bottom: 10px;
	padding-left: 5px;
}
.cc2inside .moduletable-red h3{
	background: url(../images/g-red-h3.gif) no-repeat right;
	padding: 4px 0px 4px 8px;
	color: #FFFFFF;
	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin:5px 5px 5px 4px;

}
.cc2inside .moduletable-red h3 span {
	background: url(../images/g-red-h3.gif) no-repeat left;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	line-height:15px;
	width:100%;
	margin:5px 5px 5px -12px;}




/*============================== mod bottom =========================*/
.modbottom .moduletable h3{
	
	font-size: 13px;
	font-weight: bold;
	color: #F97914;
	background-repeat: no-repeat;
	padding: 3px 0px 5px 0px;
	margin: 0 ;
	letter-spacing:0px;
}

.modbottom div.moduletable,
.modbottom div.moduletable span, 
.modbottom div.moduletable div, 
.modbottom div.moduletable p  {
	font-size:11px;}

/*================================== RIGHT ===========================*/

.columnright .moduletable {
	margin-bottom:10px;
	}
.columnright .moduletable h3,
.columnright .moduletable_text h3 {
	font-size:13px;
	font-weight:600;
	color:#666666;
	padding:4px 0 4px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:0;
	margin-bottom:5px;}

/*================================= USER9 ======================================*/
.modbottom .module div div div h3{
	
	font-size: 12px;
	font-weight: bold;
}

.modbottom .module{
	background-image: url(../images/modbottom-tengah.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.modbottom .module div{
	background-image: url(../images/modbottom-atas.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.modbottom .module div div{
	background-image: url(../images/modbottom-bawah.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.modbottom .module div div div{
	width: 900px;
	margin: 5px 5px 5px 5px;
	padding-bottom: 5px;
	
	font-size: 11px;
	color: #666666;
}

.modbottom .module div div div div{
	border: 0;
	background-image: none;
	padding-top: 10px;
}



/*==================================== FOOTER ======================================*/
.fleft .moduletable{
	
	font-size: 11px;
	color: #666666;
}

.fleft .moduletable h3{
	font-size: 13px;
	font-weight: lighter;
	margin:0;
	color:#333333;
}





