﻿body,html
{
    width:100%;
    margin:0px;
    padding:0px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    background-color:#e4e4e4;
}

ul.topnav {
	list-style: none;
	padding:0px;
	margin: 0;
	float: left;
	width: 100%;
	background: #222;
	font-size: 1.2em;
	background: url('../Content/Images/menu_bgr.png') repeat-x;
	z-index:999;
	position:  fixed;
}
ul.topnav li 
{
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
    margin-right:10px;
	z-index:999;
}
ul.topnav li a
{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	z-index:999;
}
ul.topnav li a:hover
{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span 
{ 
	width: 7px;
	height: 35px;
	float: left;
	background: url('../Content/Images/pointer.png') no-repeat center top;
}
ul.topnav li span.subhover 
{
    background-position: center bottom; 
    cursor: pointer;
    } 
ul.topnav li ul.subnav 
{
	list-style: none;
	position: absolute;
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border: 1px solid #111;
	z-index:999;
}
ul.topnav li ul.subnav li
{
	margin: 0; padding: 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	clear: both;
	width: 150px;
	z-index:999;
}
html ul.topnav li ul.subnav li a 
{
	float: left;
	width: 125px;
	background: #333 url(dropdown_linkbg.gif) repeat-x 10px center;
	padding-left: 20px;
	z-index:999;
}
html ul.topnav li ul.subnav li a:hover 
{ 
	background: #222 url(dropdown_linkbg.gif) repeat-x 10px center;
}

#main
{
    padding:20px;
}

.editor-field
{
    margin-bottom:10px;
} 
.editor-label label
{
    font-size:10pt MIN;
}
.editor-field-article
{
    margin-bottom:10px;
}


.editor-field textarea
{
    height:180px;
}

.editor-field-article textarea
{
    height:180px;
}

.editor-field-article input,textarea,select
{
    width:100%;
    margin:auto;
} 
.editor-field input,textarea,select
{
    width:100%;
    margin:auto;
}

.editor-enable-article 
{
    margin-bottom:20px;
}


.editor-enable-article input
{
    float:left;
}

.editor-enable-article label
{
    margin-left:10px;
}
.editor-field-photo
{
    height:250px;
}

.photoplace
{
    background-position:center center;
    margin-left:auto;
    margin-right:auto;
    height: 200px;
    border: 4px double #AAAAAA;
}

.photoplace img
{
    border:4px #f4f4f4; 
    margin-left:auto; 
    margin-right:auto; 
    max-width:200px;
}
    
.field-validation-error
{
     color:Red;    
}

table tr td
{
vertical-align:top;
text-align:left;
}

.table
{
width:100%;
}
.table thead tr
{
text-align:center;
color:#fff000;
background:url("images/ui-bg_glass_40_111111_1x400.png") repeat-x scroll 50% 50% #111111; 
}

.table thead tr td
{
text-align:center;
color:#fff000;
padding:5px;

}

.table tbody tr td
{
padding:10px;
border-style:outset;
border-color:Black;
border-width:1px; 
}

.table tbody tr td a,.table tbody tr td a:visited
{
color:Black;
}

.table tbody tr td a:hover
{
color:#fff000;
text-decoration:none;
}

.table .ajax-loader
{
display:none;
}

.delcircle
{
    padding:0;
    margin-left:2px;
    margin-top:4px;
    display:inline-block;
    width:16px;
    height:16px; 
    float:left;
}

a.bodyclass, a.modclass, a.compclass
{
    display:inline-block;
    float:left;
    height:16px; 
    margin-top:4px;
}

div.hrefcontainer
{
    display:block;
    float:left;
}

#interviews-editor tr td
{
    padding-top:0px;
    padding-bottom:0px;
}

.editCar
{
    background:url("icons/pencil.png") no-repeat scroll 50% 50% #111111; 
    display: block;
    height: 24px;
    line-height: 80px;
    margin: 1px auto;
    overflow: hidden;
    width: 24px;
}
#addImgModal
{
    z-index:1000;
}