﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	font-weight: inherit;
  	font-style: inherit;
  	font-size: 13px;
  	font-family:Arial;
  	vertical-align: baseline;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.clear
{
   clear:both;	
}

.Header
{
	background-color:#416094;
	height:90px;
	color:#ffffff;	
}
.footer
{
	background-color:#416094;
	height:30px;
	color:#ffffff;	
	text-align:center;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	margin-top:20px;
}

h1
{
	font-size:26px;
	line-height:90px;
	padding-left: 10px;
	display:block;
	width:300px;
	float:left;
}

.LineA
{
   border-top: solid 1px #ffffff;
   height:1px;
   border-bottom: solid 1px #416094;   	
}

.Logout
{
    color:#ffffff;
    float:right;  
    padding: 10px 20px 0 0;
    font-weight:bold;
}

.Logout a, .Logout a:hover, .Logout a:visited
{
    color:#fff;	
    font-size: 14px;
    font-family:Arial;        
}

.ContentMain
{
	position:relative;
}

.LeftPanel
{
	width:200px;	
	position:relative;
	float:left;
	margin: 40px 0 40px 10px;
	height: 600px;
}

.RightPanel
{
	position:relative;
	float:left;	
	width:760px;	
	margin: 19px 0 0 60px;
	padding: 20px 0 0 0;
}

.Menu
{
	border:solid 1px #191919;
	padding: 5px 5px 20px 5px;
	font-family:Arial;
	font-size: 13px;
}

.Menu div
{
    margin:5px 5px 0 5px;	
}

.Menu .title
{
   background-color:#367986;
   color:#ffffff;
   font-size:16px;
   font-family:Arial;
   font-weight:bold;
   text-align:center;	
}
 
.Menu .Seperator
{
	
}

div.ImageCategory
{
   border:solid 1px #191919;
   padding: 10px;	
}

div.ImageCategory th, div.ImageCategory td
{   
   padding: 6px 0 6px 0;
}

.AddCategory
{
   border:solid 1px #FFA693;
   background-color:#FFD9AE;
   margin: 0 0 0 1px;
   padding: 2px;	
   width: 667px;
}

.ImgsList
{
   border:solid 1px #191919;
   padding: 5px;	
}

.LoginBody
{
   background: url(../img/background/gradient.png) repeat-x;
}

.LoginHeader
{
   color:#ffffff;
   font-size:46px;
   text-align:center;
   width:100%;
   height: 50px;
   margin: 30px 0 0 0;
}