/*==================================================
Clear
==================================================*/
.clear
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}

.inline
{
	display: inline !important;
}
/*==================================================
Code
==================================================*/
#alert_message
{
	border: 1px solid #00ff00;
	background-color: #BEF781;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	background-image: url("/images/admin/checkbox.png");
	background-repeat: no-repeat;
	background-position: 5px, 5px;
}
#warning
{
	border: 1px solid #FF0000;
	background-color: #f9e5f1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	background-image: url("/images/admin/warning.png");
	background-repeat: no-repeat;
	background-position: 5px, 5px;
}

.Completed
{
	border: 1px solid #00ff00;
	background-color: #BEF781;
	font-weight: bold;
	color: #000000;
}
/*==================================================
Code
==================================================*/
code
{
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

/*==================================================
Images
==================================================*/
img .alignleft
{
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img .alignright
{
    display: inline;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
/*==================================================
Admin Sliding Toolbar
==================================================*/
/* Panel Tab/button */
.tab
{
	background: url(/images/sliding_toolbar/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login
{
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left
{
	background: url(/images/sliding_toolbar/tab_l.png) no-repeat left;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right
{
	background: url(/images/sliding_toolbar/tab_r.png) no-repeat left;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li
{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: url(/images/sliding_toolbar/tab_m.png) repeat-x;
}
.tab ul.login li a
{
	color: #15adff;
}
.tab ul.login li a:hover
{
	color: white;
}
.tab .sep
{
	color:#414141;
}
.tab a.open, .tab a.close
{
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
.tab a.open {background: url(/images/sliding_toolbar/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/sliding_toolbar/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/sliding_toolbar/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/sliding_toolbar/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel
{
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#panel
{
	width: 100%;
	height: 30px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel a
{
	color: #15adff;
	text-decoration: none;
	border-bottom: 1px solid #15adff;
}
#panel a:hover
{
	color: #ffffff;
	border-bottom: 1px solid #15adff;
}
#panel .content
{
	margin: 0 auto;
	padding: 10px;
	text-align: right;
}
