/* Standard Tag Properties*/
body
{
	margin: 0;
	font-family: helvetica, arial, verdana, sans;
	color: #333333;
	background-image: url(/img/bgTile.jpg);
}

a
{
	outline: none;
}

img
{
	border: none;
}

/* Login Interface Properties */

#loginPanel
{
	height: 140px;
	background-color: #CCCCCC;
	margin: 0;
	padding: 20px;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: #606060;
}

#loginPanel .loginField
{
	width: 230px;
	height: 20px;
	border: 1px solid #a3a4a5;
	margin-right: 20px;
	padding: 4px;
}

#loginTitlePanel
{
	background-color: #fff;
	border-bottom: 1px solid #a3a4a5;
}

#loginBtnCell
{
	padding: 20px;
	text-align: right;
}

/* Basic Interface Properties*/

#topGrid
{
	height: 20px;
	width: 100%;
	background-image: url(../img/topGridTile.gif);
}

#topPanel
{
	height: 90px;
	width: 100%;
	background-image: url(../img/topPanelTile.gif);
}

#clickLogo
{
	float: left;
}

#clickContact
{
	float: right;
}

#siteNav
{
	background-color: #CCCCCC;
	height: 30px;
	border-bottom: 1px solid #a3a4a5;
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
}

#leftNavPanel
{
	font-size: 12px;
}

#siteNavSelect
{
	float: left;
	padding-top: 6px;
}

#siteNavButtons
{
	float: right;
}

#manageEmailBtn
{
	margin-right: 10px;
}

#usersBtn
{
	margin-right: 10px;
}

#leftNav
{
	vertical-align: top;
	width: 200px;
	background-image: url(/img/sideGridTile.gif);
	border-right: 1px solid #a3a4a5;
}

#stylesTitle
{
	height: 39px;
	background-color: #fff;
}

#pagesTitle
{
	height: 39px;
	background-image: url(/img/pagesTitleTile.gif);
	background-repeat: repeat-x;
}

.createBtnDiv
{
	height: 31px;
	background-image: url(/img/createBackTile.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#mainContentArea
{
	background-color: #fff;
}

#stylesList, #modulesList
{
	list-style-type: none;
	margin: 0;
	padding: 0px 10px 20px 20px;
	line-height: 20px;
}

#modulesTitle
{
	margin-bottom: 10px;
}

#footerPanel
{
	height: 90px;
	background-image: url(/img/footerTile.gif);
}

#pageProPanel
{
	padding: 10px;
	vertical-align: top;
}

#pageProPanel iframe
{
	width:800px;
	height:800px;
}

/* Tree View */

.TreeView a, #stylesList a, #modulesList a
{
	text-decoration: none;
	font-size: 12px;
}

.TreeView a:link, #stylesList a:link, #modulesList a:link, .TreeView a:visited, #stylesList a:visited, #modulesList a:visited, .TreeView a:active, #stylesList a:active, #modulesList a:active
{
	color: #333333;
}

.TreeView a:hover, #stylesList a:hover, #modulesList a:hover
{
	color: #00aeef;
}

.TreeView LI
{
    /* The padding is for the tree view nodes */
    float: left;
    width: 100%;
    list-style: none;
	line-height: 20px;
}

.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0px 10px 20px 20px;
}

LI.Expanded 
{
    background: url(/img/minus.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: -22px;
}

LI.Expanded ul
{
    display: block;
}

LI.Collapsed 
{
    background: url(/img/plus.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: -22px;
}

LI.Collapsed ul
{
    display: none;
}

.Highlighted
{
    color: red;
}

.AlternateHighlight
{
    color: blue;
}

/* Tools Tips */

.tip {
	color: #fff;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/img/bubble.png) bottom right;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/img/bubble.png) bottom right;
}
