﻿table.PanelTable 
{
	/*width: 700px !important;*/
	width: 100% !important;
}
.pagetitle 
{
	font-family:Verdana,arial,Sans-Serif;
	font-size: 15px;
	font-weight: bold;
}

.alignright {	text-align: right !important; }
.aligncenter {	text-align: center !important; }
.alignleft {	text-align: left !important; }

/* ---- Table style in panel ---- */
table.details {width: 100%;}
table.details th {font-weight: bold; text-align:right; vertical-align:text-top; background-color: #ddd; width: 25%; padding-right: 5px; padding-top:5px;}
table.details th.heading {text-align: left; font-size:13px; border-bottom: solid 1px black;}
table.details td {width: 25%;}

table.lists {width: 100%;}
table.lists th {font-weight: bold; background-color: #ddd; height: 25px;}

/* ---- PANEL BORDER STYLES ---- */
.topborderSubtle {
	background-image: url(../images/panel/subtle/topborder.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
}
.topcornerSubtle {
	height: 22px;
	width: 11px;
}
.bottomborderSubtle {
	background-image: url(../images/panel/subtle/bottomborder.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 100%;
}
.bottomcornerSubtle {
	height: 11px;
	width: 11px;
}
.leftborderSubtle {
	background-image: url(../images/panel/subtle/leftborder.gif);
	background-repeat: repeat-y;
	width: 11px;
}
.rightborderSubtle {
	background-image: url(../images/panel/subtle/rightborder.gif);
	background-repeat: repeat-y;
	width: 11px;
}
.titleSubtle {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}

.topborderOriginal {
	background-image: url(../images/panel/original/topborder.gif);
	background-repeat: repeat-x;
	height: 39px;
	width: 100%;
}
.topcornerOriginal {
	height: 39px;
	width: 11px;
}
.bottomborderOriginal {
	background-image: url(../images/panel/original/bottomborder.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}
.bottomcornerOriginal {
	height: 7px;
	width: 7px;
}
.leftborderOriginal {
	background-image: url(../images/panel/original/leftborder.gif);
	background-repeat: repeat-y;
	width: 7px;
}
.rightborderOriginal {
	background-image: url(../images/panel/original/rightborder.gif);
	background-repeat: repeat-y;
	width: 7px;
}
.titleOriginal {
	color: #555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}

.panelcontent {
	width: 100%;
}
.iconcontent {
	width: 32px;
}
.PanelTable {
	/* width: 700px; */
	border: 0px none White;
	text-align: left;
}
.PageFilesTable {width: 100%;}
.PageContentLinksTable {width: 100%;}

.title {
	color: #555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}
.button 
{
	text-align: right;
}


/* ----- admin menu details ---- */
.toolboxtable 
{
	background-color :#AACF6F;
	width:185px;}
.toolboxtitle {background-color: #7fb21d; color:#fff;}
a.toolboxlink, a.toolboxlink:active, a.toolboxlink:link, a.toolboxlink:visited {font-family:verdana,arial,sans serif;font-size:10px;text-decoration:none; color: black;}
a.toolboxlink:hover {text-decoration:underline; color: #693;}


table.AdminSetupContent
{ 
	background-color:White;
	padding: 13px 13px 3px 13px;
	width:800px;
	text-align: left;
	}
h1.SetupTable {font-size:18px;}


select, textarea {width: 300px;}
.txt {width:300px;}

.w120 {width: 120px;}
.w300 {width: 300px;}
.w400 {width: 400px;}