﻿.topcmsbanner
{
    background-color:#ccc;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:2px;
}
.optionbutton {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
    background-image: url('admin_images/bg-cms-menu.jpg');
    width:80px;
    text-align:center;
	text-decoration: none;
	text-align: center;
	color: white !important;
	font-size: 11px;
	font-weight: bold;
	margin-left:1px;
}
.optionbutton:hover, .optionbuttonactive
{
	background-image: url('admin_images/bg-cms-menu-hover.jpg') !important;
}
/**************************/
.container
{
	width:780px;
	margin: 20px auto 20px auto;
	padding: 0 0 0 0;
}

.page
{
	
}

.box
{
	border: solid 1px #989295;
	padding:0;
}
.box .title
{
	background-color:#cccccc;
	height:25px;
	margin:0;
}
.box .title h2, .box .title h1
{	
	margin:4px;
	font-size:120%;
}
.menuoptionlist
{
    list-style: none;
}
.menuoption
{
	border: solid 1px #989295;
	padding:4px;
	background-color:#cccccc;
	margin:0;
	font-size:120%;
	font-weight:bold;
	width:350px;
	border-bottom: none;
}
.menuoption a
{
	color: #0000FF !important;
	text-decoration:none;
}
.menuoption:hover
{
	background-color:#dddddd;
}
.menuoption_line
{
	border-top: 1px solid #989295;
	margin-bottom: 10px;
	
}
.gridview
{
	margin: 10px;	
}

.gridview .table
{
	width:100%;
	font-size:7pt;
	line-height:150%;
}

.gridview .header
{
	background: #A5A5B5;
	text-align:left;
	height:20px;
}
.gridview .item
{	
	text-align:left;
}
.gridview .item-over
{
	background: #D5D5E5;
	text-align:left;
	cursor:pointer;
}

.form
{
	margin: 10px;	
}

.form th
{
	text-align:left;
	background-color:#c3c7c0;
	padding:5px;
	vertical-align:top;
}
.designicon 
{
    border:solid 1px #d5c4f9;
}
.designicon:hover
{
    cursor: pointer;
    border: #237e8e 1px solid;
}
.designicon:hover, .active
{
    border: #237e8e 1px solid;
}

