/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/
body {
	font-family:arial,verdana,sans-serif;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	text-align: center;
	background:url("../images/background.png") repeat-x scroll 0 0 #EDF0F4;
}

a {
	text-decoration: underline;
	padding: 1px;
}

a:link {
	color: #03c;
}

a:visited {
	color: #03c;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.image:link,a.image:visited,a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

IMG {
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
}


ol,ul,li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

li {
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
}

li img {
	padding-right: 3px;
}

h1 {
	font-family: "Lucida Grande", arial, sans-serif;
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: "Lucida Grande", arial, sans-serif;
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 14px;
	padding: 0;
}

h2.subheader {
	padding: 0 0 2px 0;
	margin: 15px 0 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #000;
	color: #000;
}

h3 {
	margin: 20px 0 0 0;
	color: #666;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 14px;
	padding: 0;
}

code,pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier,
		monospace;
	background: inherit;
	color: #333;
	font-size: 80%
}

pre {
	width: 100%;
	overflow: hidden;
}

textarea {
	border: 1px solid #A4A4A4;
	color: #808080;
	font-size: 11px;
	margin-top: 2px;
	padding: 0;
	width: 400px;
}

/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
* html code {
	font-size: 105%;
}

/*-------------------------------------------------
Layout structure
-------------------------------------------------*/

#container {
	min-width:800px;
	padding: 0px 10px 10px 10px;
}

#content {
	margin-top: 10px;
}

#left_content {
	float:left;
	width:76%;
}

#right_content {
	float:right;
	width:23%;	
	color:#444444;
	font:14px Verdana,Arial,sans-serif;
}

#right_content h1{
	text-align: center;	
	color: #445566;
	font-size: 15px;
	margin: 10px 0px;
	font-family: Georgia,sans-serif;
	font-weight: bold;;	
}

#right_content A{
	color: #445566;
	text-decoration: none;	
}

#right_content A:HOVER{
	text-decoration: underline;
}

#right_content b{
	color: #0044AA;
	text-decoration: none;
	font-weight: normal;	
}

#round_content{
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	overflow:hidden;
	padding:4px 10px;	
	height: auto;
	min-height: 1300px;	
	text-align: left;
}

#round_content_auto{
	border-bottom: 1px dashed #C4C4C4;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.round_border {
	display:block;
}

.round_border * {
	background:none repeat scroll 0 0 #FFFFFF;
	display:block;
	height:1px;
	overflow:hidden;
}

.round_border_layer1 {
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	margin:0 1px;
}

.round_border_layer2 {
	border-left:1px solid #D3D4D5;
	border-right:1px solid #D3D4D5;
	margin:0 2px;
	padding:0;
}

.round_border_layer3 {
	background:none repeat scroll 0 0 #C4C4C4;
	border-left:1px solid #D3D4D5;
	border-right:1px solid #D3D4D5;
	margin:0 3px;
	padding:0 1px;
}


#left_area {
	float:left;
	width:23%;
	background:url("../images/background.png") repeat-x scroll 0 0 #EDF0F4;
}

#right_area {
	float:right;
	width:76%;
}

div.menulist{
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	line-height:28px;
	margin-left:4px;
	padding:0 6px 0 0;
}

div.menulist A{
	color:#000000;
	font-size:13px;
	text-decoration:none;	
	background: url(../images/list_icon.png) 2px 5px no-repeat;
	padding-left: 17px;		
}

div.menulist A:HOVER{
	color:#445566;
	text-decoration: underline;	
}

div.menulist A.curr{
	color:#445566;
	font-size:13px;	
	background: url(../images/icon_post.gif) 2px 5px no-repeat;
	font-weight: normal;	
}



/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#Header {
	margin: 0;
	position: relative;
}

#Header A{
	text-decoration: none;
}

#round_content_header{
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	overflow:hidden;	
	height: auto;
	padding: 0px 2px;	
}

#Header h1 {
	padding: 10px 0 10px 50px;
	font-size: 30px;
	font-weight: bold;
	color: #ABABAB;
	text-align: left;
	background: url('../images/logo.jpg') no-repeat 0px 0px;
	height:35px;
	font-family: fantasy;
	font-style: normal;
}

#Header h1 span {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: none;
	font-family: "Lucida Grande", arial, sans-serif;
}


/*-------------------------------------------------
TABS
-------------------------------------------------*/
#Tabs {
	margin: 0 0 0 24px;
	height: 25px;
	padding: 0;
}

#Tabs ul {
	margin: 0;
	padding: 0;
}

#Tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

div#Tabs a:link,div#Tabs a:visited {
	text-decoration: none;
}

#Tabs a:hover {
	color: #fff;
	background: #333;
}

#Tabs ul#MainTabs a:link,#Tabs ul#MainTabs a:visited {
	float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current,#Tabs ul#MainTabs a:visited.current {
	background: #edf0f4 top repeat-x;
	border-bottom: 1px solid #edf0f4;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

/*
footer styles
*/
#footer {
	margin-top: 10px;
	//height: 80px;
	float:left;	
	width:100%;	
}

#round_content_footer{
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	overflow:hidden;
	padding:4px 10px;	
	height: auto;	
}

#footer #copy{		
	font-size: 12px;
	margin: 8px 0px;	
}

#footer a {
	color: #666;
	font-size: 9px;
	text-decoration: none;
	color: black;
	line-height: 10px;
}

#footer a:hover {
	color: #fff;
	background: #666;
}

/* input styles */
.actionForm {
	padding: 0px;
}

.actionForm input {
	border: 1px solid #A4A4A4;
	color: #808080;
	font-size: 12px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.actionForm input.search {
	font-size: 12px;
	height: 20px;
	width: 360px;
}

.actionForm input.img {
	height: 22px;
}

.actionForm th {
	color: #343333;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 5px 3px 5px 5px;
	text-align: right;
}

.actionForm td {
	padding: 2px 3px 2px 5px;
	text-align: left;
}

.actionForm td.actionsBox {
	padding-top: 10px;
	line-height: 22px;
}

.actionbut, .actionForm input.button {
	background:url("../images/bg_button.gif") repeat-x scroll center top #EFEFEF;
	border:1px solid #666666;
	color:#000000;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:24px;
	margin:0;
	padding:0 5px 3px;
	text-align:center;
	width:auto !important;
}

A.actionbut, .actionForm A.actionbut, p A.actionbut{
	background:url("../images/bg_button.gif") repeat-x scroll center top #EFEFEF;
	border:1px solid #666666;
	color:#000000;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	height:30px;
	margin:0px;
	padding:0px 5px 3px 5px;
	text-align:center;
	width:auto !important;
	text-decoration: none;
}

A.actionbut:HOVER, .actionForm A.actionbut:HOVER, p A.actionbut:HOVER{
	text-decoration: none;
}

.actionForm A.link{
	color:#006699;
	outline:medium none;
	text-decoration:none;
	background: none;
	padding-left: 0px;
}

/* error msg styles */
.error {
	font-size: 11px;
	color: #da3838;
}

.green{
	color: #00903B;
}

.red {
	color: #990000;
}

.note{
	margin-top: 15px;
	text-align:center;
	font-size: 12px;
	background-color: #F4F7FA;
	vertical-align: middle;
	border: 1px solid #B0C2CC;
	min-height: 20px;
	height: auto !important;
	padding: 2px 4px 4px 4px;
	
}

.note A:HOVER{	
	color:#000000;
}

.notesuccess{
	text-align: left;
	color: green;
}

.noteleft{
	text-align: left;
	color: black;
}

.notefailed{
	text-align: left;
	color: #da3838;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


#Tabs a:link,#Tabs a:visited {
	background-color: #900;
	color: #fff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #900;
}

#Tabs ul#MainTabs a:link.current,#Tabs ul#MainTabs a:visited.current,div#CategoryList a.current:link,div#CategoryList a.current:visited
	{
	color: #900;
}

#Tabs a:hover {
	color: #fc0;
	background-color: #600;
	border-bottom: 1px solid #600;
}

#Tabs li#AdminTab a:link,#Tabs li#AdminTab a:visited {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: underline;
}

#Tabs li#AdminTab a:hover {
	color: #900;
}

#Tabs li#AdminTab a.current {
	color: #900;
	text-decoration: none;
}

#features a{
	font-size: 12px;
}

#top_banner {
	margin-bottom:2px;
	margin-top:2px;
	position:absolute;
	right:2px;
	top:3px;
}

#rand_review {
	margin-bottom:2px;
	margin-top:12px;
	position:absolute;
	right:28px;
	top:8px;
	border: 1px solid #FFBB00;
	width: 714px;
	height:66px;
	padding: 4px;
	background-color:#FDFEB8;
	text-align: left;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

#rand_review p {
	margin: 3px;
	padding: 0px;
}

input.contact{
	width: 300px;
}

fieldset {	
	border:0px;
}

legend {
	background:none repeat scroll 0 0 #ECF3FA;
	border : 1px solid #B0C2CC;
	font-family: Georgia,sans-serif;
	color: #445566;
	font-size: 13px;
	padding: 2px 8px;
}

.infobox p{
	color:#444444;
	font:1.2em Verdana,Arial,sans-serif;
}

div.blue{
	padding: 10px;
	background-color: #ecf3fa;
	margin: 10px 0px 2px 0px;
	font-size: 12px;	
}

div.gray{
	background-color: #edf0f4;	
	padding: 10px;
	margin: 10px 0px 2px 0px;
	font-size: 12px;
}

div.author{
	float: right;
	margin-right: 4px;
		
}

.infobox h1{
	color: #445566;
	font-size: 15px;
	margin: 10px 0px;
	font-family: Georgia,sans-serif;
	font-weight: bold;
}

.infobox h1.head{
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
}

.infobox h1.subhead{
	text-align: center;
}

.infobox b{
	color: #0044AA;
	text-decoration: none;
	font-weight: normal;	
}

.infobox A{
	text-decoration: none;
	background: url(../images/urlicon.gif) 2px 5px no-repeat;
	padding-left: 17px;	
	color: #000566;
	padding-bottom: 4px;
}

.infobox A:HOVER{
	text-decoration: underline;
}

.infobox A.nobimg{
	background: none;
	padding-left: 0px;	
}

.infobox th{
	text-align: right;		
}

.infobox td{	
	font:1.2em Verdana,Arial,sans-serif; 		
}

.breadcrumb{	
	margin-left:11px;
	margin-bottom: 6px;
	font-size: 12px;	
	color: #445566;
}

.breadcrumb A{	
	color: #445566;
}

.breadcrumb A.curr{
	text-decoration: none;
}

span.sf {
	background:url("../images/sf.gif") no-repeat scroll left center transparent;
	padding-left:20px;
}

span.licence {
	background:url("../images/page_white.gif") no-repeat scroll left center transparent;
	padding-left:20px;
}

span.phosting {
	background:url("../images/phosting.gif") no-repeat scroll left center transparent;
	padding-left:20px;
}

span.donate {
	background:url("../images/donate.png") no-repeat scroll left center transparent;
	padding-left:20px;
}

span.hosting {
	background:url("../images/webhosting.png") no-repeat scroll left center transparent;
	padding-left:20px;
}

#paging{
	float: left;
	width: 100%;
	padding: 14px 0px 0px 0px;
	font-size: 13px;
}

#paging A{
	text-decoration: underline;
}

#paging A:HOVER{
	text-decoration: none;
}

#paging .pagingdiv{
	float: right;
	width: 300px;
	text-align: right;
	margin: 0px 6px;
}

#paging .pagetext{
	float: left;
	text-align: right;	
}

.list {
	text-align: center;
	width: 100%
}

.tablist{
	width: 100%;
	border-bottom: 1px dotted #A4A4A4;
}

.tablist td{
	padding: 10px 0px;
	text-align: left;
}

.tablist td.right{
	text-align: center;
}

.tablist A{
	background: none;
	padding: 0px;
	margin: 0px;
}

.tablist A.head{
	font-size: 15px;
	color: #21759B;
}

.tablist A.download {
	-moz-border-radius:8px 8px 8px 8px;
	background-color:#52C116;
	border:1px solid #52C116;
	color:#FFFFFF;
	display:block;
	height:1.5em;
	line-height:1.5em;
	padding: 0px 0px 3px 0px;
	margin-top: 5px;
}

.tablist A.donate, .tablist input.donate {
	-moz-border-radius:8px 8px 8px 8px;
	background-color:#52C116;
	border:1px solid #52C116;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	padding: 3px 30px;
	margin-top: 5px;
	font-weight: bold;
}

.tablist input.donate {
	cursor:pointer;cursor:hand;
	height:2em;
	padding: 2px 17px 4px 17px;
}

.tablist td.act A {
	color:#515151;
	font-size: 13px;
	padding:0 0 2px 18px;
	text-decoration:none;
}

.tablist td.act A:HOVER {
	text-decoration: underline;
}

.tablist td.act A.view {	
	background:url("../images/icon_view.png") no-repeat scroll left center transparent;
}

.tablist td.act A.edit {	
	background:url("../images/icon_edit.png") no-repeat scroll left center transparent;
}

.tablist td.act A.delete {	
	background:url("../images/icon_delete.png") no-repeat scroll left center transparent;
}

.tablist td.status{
	 text-align: center;
	 vertical-align: middle;
	 color: #68b34a;
	 font-size: 13px; 	
}

#plg_left{
	float: left;
	width: 70%;
	text-align: left;
}

#subtabs {
	margin:0;
	padding:0;
}

#subtabs li{
	border:medium none;
	display:inline;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#subtabs li A {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:4px 8px 6px;
	background: none;
	background-color:#D6E4F0;
	border-color: #FFFFFF #FFFFFF #D6E4F0;
	border-style:solid;
	border-width:1px;
	color:#5b5d5f;
}

#subtabs li A:HOVER {
	background-color: #eeeeee;
	text-decoration: none;
}

#subtabs li A.curr {
	background-color:#eeeeee;
	color: #445566;
	font-weight: normal;
}

#plg_right{
	float: right;
	width: 29%;
}

#plg_right .dwld{	
	text-align: center;
}

.dwld A.download {
	-moz-border-radius: 4px;
	background-color:#52C116;
	border:1px solid #52C116;
	color:#FFFFFF;
	height:1.5em;
	line-height:1.5em;
	padding: 3px 50px;	
	margin: 0px;
	background-image: none;	
	font:1.4em Verdana,Arial,sans-serif;	
}

.dwld A.donate, .dwld input.donate {
	-moz-border-radius: 4px;
	background-color:#52C116;
	border:1px solid #52C116;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	padding: 3px 30px;	
	margin: 0px;
	background-image: none;	
	font:1.3em Verdana,Arial,sans-serif;
	font-weight: bold;	
}

.dwld input.donate {
	cursor:pointer;cursor:hand;
}

#fyi {
	background-color:#E1F0FD;
	border-top:1px solid #C0CDD8;
	margin-top: 30px;
	font-size: 10px;
}

#fyi .head {
	background-color:#D6E4F0;
	margin-top:0;
	color:#444444;
	font-size:11px !important;
	font-weight:bold;
	height:12px;
	line-height:1;
	margin-bottom:12px;
	padding:8px 12px;
}

.my_rating A{
	background: none;
	margin: 0px;
	padding: 0px;
}

#rating_txt{
	color: #850001;
}

.filter {
	background-color: #ECEAEA;
	border: 1px solid #A9A1A1;	
}

.filter th,.filter td {
	text-align: left;
}

.trans_list {
	border: 1px solid black;	
}

.trans_list th {
	text-align: center;
	background-color:#E0DFDF;
	height: 20px; 
}

.trans_list td {
	padding : 4px;
	border-left: 1px solid black;
	border-top: 1px solid black;		
}

.trans_list .odd{
	background-color: #ECEAEA;
}

.trans_list .even{
	background-color: #DFDBDB;
}

#round_content_auto .install_help {
	border-bottom:1px dashed #C4C4C4;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 22px;
}

#round_content_auto .install_help A {
	text-decoration: underline;
	color:#0044AA;
	font-weight: bold;
}

.user_alert {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FDFEB8 none repeat scroll 0 0;
	border:1px solid #FFBB00;
	float:left;
	font-size:14px;
	height:auto !important;
	margin:15px 0 0;
	padding:5px 10px;
	text-align:left;
	width:92%;
	line-height: 18px;
}

A.softaculous{font-weight: bold;background: none;padding:0px;}
.promotional_ads {text-align: center;}
.promotional_ads A {background: none;}
.sponsors td.content{font-weight: bold;height: 20px;}
.price_label{font-size: 16px;font-weight: bold;color: green;}
.infobox b.price_val{font-size: 16px;font-weight: bold;}
