﻿html {
	background:url('../../Images/hexagonal_grid_wallpaper_neg2.png') no-repeat top center fixed;
	background-color:white;
	background-size:1024px 808px;
}

body {
	color: #333333;
}

a {
	color: #333333;
}

a:link, a:visited,
a:active, a:hover {
    color: #333333;
}

input {
	background-color: white;
	color: #333333;
}

textarea {
	background-color: white;
	color: #333333;
}

table.gridview tbody tr td {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}
select {
	background-color:white;
	color: #333333;
}


.watermarked {
	color: lightgray;
}
.pagetitle {
	color: darkgray;
}
.lowlight {
	color: darkgray;
}
.accent {
	color: #DC1D25;
}
.accentdark {
	color: #9F1D25;
}
.standard {
	background-color: white;
	color: #333333;
}
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: #FFFFFF; /*#BDD2FF;*/
	color: #333333;
}
/* provide background colour for submenu strip */
/* you should just set the menu's container bg colour rather than use pseudo-elements */
.sf-navbar:before {
	background-color: #FFFFFF;
}
.sf-navbar li {
	background: #DDDDDD; /*#AABDE6;*/
	color: #333333;
}
.sf-navbar ul li {
	background: #FFFFFF;
}
.sf-navbar li.current {
	background: #FFFFFF;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar ul li.current {
	background: #FFFFFF;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
.sf-navbar ul ul li {
	background: #FFFFFF;
}
.sf-navbar ul ul li:hover,
.sf-navbar ul ul li.sfHover,
.sf-navbar ul ul li.current {
	background: #FFFFFF;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(255,255,255,.2);
}
.sf-menu a {
	border-left: 1px solid #000;
	border-top: 1px solid #000000; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(0,0,0,.5);
}
.sf-menu a {
	color: black;
}
.sf-menu li { 
	background: #FFFFFF; /*#BDD2FF;*/
}
.sf-menu ul li {
	background: #CCCCCC;
}
.sf-menu ul ul li {
	background: #CCCCCC; /*#9AAEDB;*/
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #BABABA; /*#CFDEFF;*/
}
.logo {
	background:url('Images/AccutronConferenceManagement.png') no-repeat top left fixed;
}

.expandabledivheader {
	background-color: #DDDDDD;
}
.expandabledivheader:hover {
	background-color: #DDCCCC;
}