﻿
html { margin: 0px; padding: 0px; }
body {
	margin: 0px; 
	padding: 0px;
	color: #000000;
	background: #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper { margin: 0; padding: 0; }

#footer 
{
    margin: 25px 10px 0 10px;
	border-top: solid 1px #ccc;
	padding: 5px;
	color: #333;
	text-align: center;
}

p {
    margin-bottom: 8px;
}

a { color:Black;}
a:link { color: black; }
a:visited { color: black; }
a:active, a:hover { color: black;}

.aicon {
    color: #ccc;
    text-decoration:none;
    padding: 3px;
}

.aicon:hover {
    color:red;
}

#centercontent 
{  
	margin: 0;
	padding: 10px;
	margin-left: 210px;
}

.clear {clear:both; }

img {
    border-style:none;
}

/* layout styles */
#header {
	height: 70px;
}

#logo 
{
    background-color: White;
	position: absolute;
	left: 0px;
	top: 2px;
}
/* top menu  ------------ */
#topmenu { /* styles for top menu */
	position: absolute;
	top: 8px;
	right: 8px;
	text-align:right;
	color: #333;
}
#topmenu a{
    color:#DD2C0D;
}
	#topmenu ul { list-style: none; padding: 0px; margin: 0px; }
	#topmenu li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
	#topmenu li.first { border-left: none; }
	#topmenu li a:link, #menu1 li a:visited { 
		padding: 0px 2px 0px 5px; 
		color: #000; 
		text-decoration: none; 
	}
	#topmenu li a:active, #menu1 li a:hover {
		color: #000;
		text-decoration: underline;
	}
	
/* horizontal search bar */
#bar { /* styles for horizontal top bar */
	background: #d4d9de;
	height: 27px;
	padding: 7px 20px 3px 20px;
	font-size: 110%;
	text-align:right;
}
	
#mainmenu { /* styles for section or tab menu */
	position: absolute;
	top: 43px;
	left: 242px;
	width: 650px;

}
	html>body #mainmenu {
		position: relative; /* Necessary for menu to position in Opera */
	}
	#mainmenu ul { list-style: none; padding: 0px; margin: 0px; }
	#mainmenu li { display: inline; }
	#mainmenu li a:link, #mainmenu li a:visited { 
		background: url('http://admin.datafrenzy.com/includes/images/tab.gif') no-repeat 0px 1px;
		display: block;
		float: left;
		margin-right: 1px;
		width: 116px;
		height: 27px;
		color: #737685; 
		font-weight: bold;
		text-decoration: none; 
		text-align: center;
		padding-top: 6px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 21px;
		width: 115px;
	}
	html>body #mainmenu li a:link, html>body #mainmenu li a:visited { width: 115px; height: 21px; }
	html>body #mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected {
	background: url('http://admin.datafrenzy.com/includes/images/tab.gif') no-repeat 0px -92px;
	}

    #mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected {
	background: url('http://admin.datafrenzy.com/includes/images/tab.gif') no-repeat 0px -92px;
	}

/* leftcontent menu  ------------ */
#leftcontent {
    background: url(http://admin.datafrenzy.com/includes/images/bg_subnav.gif) repeat-x;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    float:left;
    width: 190px;
    padding-bottom: 20px;
    margin-left: 10px;
}

#leftcontent h3 {
	border-bottom: solid 1px #CCCCCC;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0d599a;
	padding: 3px 5px;
	margin: 15px 0px 5px 0px;
}


#leftcontent a.subnavLink:link,
#leftcontent a.subnavLink:visited {
	padding: 1px 1px 1px 10px;
	margin-bottom: 2px;
	color: #505050;
	text-decoration: none;
	display: block;
	font: 11px Verdana, Arial, Helvetica;
}
#leftcontent a.subnavLink:hover 
{
	background: #d6dde6;
}

h1 {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    padding: 3px 0 4px 5px;
    word-spacing: 2;
    margin-top: 4px;
    margin-bottom: 3px;
}

h2 {
	font: bold 125% Verdana, Arial, Helvetica, sans-serif;
    color: #65738C;
    padding: 3px 0 4px 5px;
    word-spacing: 2;
    margin-top: 5px;
    margin-bottom: 3px;
}

h3 {
    font-size: 115%;
    border-bottom: solid 1px #ccc;
    color: #000;
    word-spacing: 2;
    margin-top: 5px;
    margin-bottom: 3px;
}

.twentypixspacer
{
    padding:10px;
}

.label {
    margin-top: 3px;
    font-weight:bold;
}

/*.button { padding:1px 3px 1px 4px; font-size:1.4em; margin-top:5px; cursor:pointer; background:#3b5998; color:#fff; border:1px solid #0e1f5b; border-left-color:#D9DFEA; border-top-color:#D9DFEA; }*/ 

 .button
{
    border-radius: 3px;
    border: 1px solid #7e8184;
    box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #000;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 1px #00aeef;
    font-size: 14px;
    padding: 5px;
    line-height: 16px;
    background-color: #00aeef; /*#4F8A10;*/
}

.button a {
    font-size: 90%;
    color:#316A9B;
    text-decoration:none;
}

.button a:hover {
    color:#ddd;
}

input, select, textarea {
    border: solid 1px #bbb;
    padding: 3px;
}

input:focus, select:focus, textarea:focus {
    border: solid 1px #999;
}


/* Paging */
.pages {
    font-size:14px;
    padding: 3px 2px 3px 2px;
}
        
.pages span{
    background-color:#ffe;
    border: solid 1px #ddd;
    padding:3px;
}

.pages a{
    border: solid 1px #ccc;
    padding:3px;
    text-decoration:none;
}

.pages a:hover{
    background-color:#EFF3FB;
    border: solid 1px #5A99DF;
    text-decoration:none;
    padding:3px;
}

/* Bread Crumbs */
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}		
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		
#crumbs li a {
	background:url(http://admin.datafrenzy.com/includes/images/breadcrumbs/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
}
					
#crumbs li a:link,#crumbs li a:visited {color:#777;text-decoration:none;}	
#crumbs a:link, #crumbsa:visited,#crumbs li a:hover, #crumbs li a:focus { color:#dd2c0d; }

.small {
    color: #666;
    font-size: 90%;
}

.trhead  { 
    background-color:#5A99DF; 
    color:white; height: 26px; 
    padding: 2px; 
    -moz-border-radius: 4px 4px 0 0;-khtml-border-radius:4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;
}

.tdrow {border-bottom: solid 1px #eee; }

.tdrowhighlight  {
    border-bottom: solid 1px #ddd;    
    background-color: #FFFFCC;
    font-weight:bold;
    font-size: 16px;
    text-align:center;
}

.allotment {
    float:right; 
    padding: 6px; 
    margin: 5px 5px 0 0;
    border: solid 1px #333; 
    font-size:16px; 
    background-color:#ffe;
    -moz-border-radius: 4px;
    -moz-transform: rotate(5deg);      
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.398438);
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 2px 2px 4px;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

.round 
{
    border:solid 1px #ddd;
    background-color:#EFF3FB;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.398438);
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 2px 2px 4px;
	margin-bottom: 10px;
	padding: 5px;
}


/* Tags */
.resumetags {
    margin-left: 10px;
}
.tag {
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;        
	margin-bottom: 4px;
	margin-right: 3px;
	font-size: 9px;
	padding: 2px;
}
        
.tagname {
    padding: 3px;            
}
        
.tagname a {
    text-decoration: none;      
}

.tagname a:hover {
       
}
        
.tagaction {
    border-left: solid 1px #ccc;
    padding: 3px;
}
        
.tagaction a{
    text-decoration: none;
}
.tagaction a:hover{
    color: red;
}

.diffColor {
    border-left: solid 1px red;
    border-right: solid 1px red;
}

.roundtableinfo
{
    background-color:#5A99DF; 
    color: White; 
    padding:5px;
    -moz-border-radius: 4px 4px 0 0;-khtml-border-radius:4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;
    text-align:center;
}

.ui-state-highlight{
            border:1px solid red;
            color:#363636;
        }
        #aspnetForm label.error { margin-left:0; background-color:transparent;border:0; background-image:none;color:Red; }
        #aspnetForm input.submit {
        }