/***************************************************************/
/* General page styling */

/* Element name selectors */
a, a:link, a:active, a:visited
{
	color: #006600;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
fieldset
{
    border: 0px;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

h1 {
    font-size: 15px;
    color: #000;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    color: #fcd0cd;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 9px;
    font-weight: normal;
    color: #fff;
}

hr {
    color: #000;
    height: 1px;
    margin: 0;
    width: 450px;
    text-align: left;
}

p {
    margin: 0px 0px 18px 0px;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

table {
    border-collapse: collapse;
}

/* Class attribute selectors */
.buttonDefault {
    color: #000;
    background-color: #c0c0c0;
    font-weight: bold;
    margin-top: 0px;
    cursor: pointer;
}

.buttonEmpty {
    background-color: #333;
    border: 2px outset #f4793a;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.buttonGreen {
    color: #fff;
    background-color: #93BB49;
    border: 1px outset #93BB49;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
}

.cancelPolicy {
    display: block;
    width: 700px;
    color: #000;
    background-color: #e3e3e3;
    border: solid 1px #000;
    margin-right: 10px;
}

.cancelPolicy span {
    display: block;
    padding: 10px;
}

.formHint {
    font-size: 11px;
}

.input {
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background-color: White;
    border: solid 1px #7f9db9;
    margin: 1px;
    padding: 2px;
}

input.input {
    height: 22px;
}

.updateProgress {
    display: block;
    color: #b1180f;
    height: 16px;
}

#divContinue {
    width: 500px;
    text-align: center;
    margin: 25px 0 15px 0;
}


/* ContinueButton.cs */
.disabledProgressIndicator {
    padding: 0px 1px 0px 17px;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
    cursor: none;
    background: #f1f1f1 url( '/TechEd2008Developers/Images/progressindicator.gif' ) no-repeat 3px 1px;
}

/* CyberSourceTransactionForm CCTestMode */
.ccTestModeBox {
    background-color: #EEEEEE;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
}

/* Digital Asset Manager */
.editAssetCaption {
    margin-top: 6px;
    display: block;
}

.pnlEditAsset {
    background: #fff url( '/TechEd2008Developers/Images/panel_bg.gif' ) 0 100% repeat-x;
    width: 550px;
    border: solid black 1px;
}

.pnlEditAssetTitleBar {
    padding: 1px;
    padding-right: 5px;
    background-color: #999999;
    width: auto;
    text-align: right;
}

.pnlEditAssetTitleBar a, .pnlEditAssetTitleBar a:link, .pnlEditAssetTitleBar a:hover, .pnlEditAssetTitleBar a:visited {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


/* RegistrationFixedWidth.master */
#wrapper {
    width: 100%;
    height: 100%;
    background-color: #e1e1e1;
    text-align: center;
}

#wrapper td {
    font: normal 13px Verdana, Arial, Helvetica, sans-serif; /* Controls the default font attributes for all elements */
    line-height: 120%;
}

#fixedWidth {
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

#header {
    
    background-color: #333;
    padding: 0px; /*border-bottom: solid 1px #000;*/
   
}
#header img 
{
    margin: 0px;
}

#contentbar {
    padding: 0px;
    
    background-color: #999;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

#leftSidebar {
    width: 180px;
    height: 100%;
    background-color: #d1d1d1;
    border-right: solid 1px #000;
    vertical-align: top;
}

#leftSidebar div {
    width: 215px;
    padding: 5px;
}

#leftSidebar div div {
    padding: 0;
}

#contentColumn {
    height: auto;
    vertical-align: top;
    background-color: #fff; /*width: 750px;*/
    width: 650px;
    padding: 25px 10px 10px 20px;
}

#rightSidebar {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#footer
{
	width: 800px;
	background-color: #006633;
	border-top: solid 1px #000;
	padding: 8px;
	font-size: 11px;
	color: #fff;
	line-height: 12px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}

.eventDate {
    font-size: 12px;
    color: #fff;
}

#eventInfo {
    
    padding: 5px;
    height: 22px;
    width: 100%;
    background-color: #f4793a;
}

.eventName {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-right: 15px;
}

/* RegMenu.cs */
.regMenu {
    margin-top: 15px;
}

.regMenu a {
    color: #747474;
    padding: 5px 20px 5px 20px;
}

.regMenuItemStyle {
    border: solid 1px #d1d1d1;
    display: block;
    font-weight: bold;
}

.regMenuItemStyle a:link, .regMenuItemStyle a:active, .regMenuItemStyle a:visited {
    color: #000;
}

.regMenuHoverStyle {
    text-decoration: underline;
}

.regMenuSelectedStyle {
    border: solid 1px #acacac;
    background-color: #f1f1f1;
}

/* Summary.xslt */
.summaryHead
{
	/*background-color: #bbb; */
	padding-top: 15px;
}

.summaryHeadText
{
	color: #87b10f;
	font-size: 14px;
}

a.summaryModifyLink, a:visited.summaryModifyLink
{
    font-size: 14px;
    color: #87b10f;
	text-decoration: none;
}

a:hover.summaryModifyLink
{
	color: #87b10f;
	text-decoration: underline;
}

.summaryBlock
{
   
	width: 500px;
}

.summaryCaptionCell
{
    margin: 0px;
	vertical-align: top;
}

.summaryCaption
{
	
	
}

.summaryDataCell
{
    margin: 0px;
	text-align: left;
	vertical-align: top;
}

.summaryData
{	
    
	text-align: left;
}
.summaryOdd
{
    background-color: #f1f1f1;
}
.summaryDataCaption
{
    width: 500px;
    border: solid 1px #999;
}
.summaryExpired, .summaryRequired
{
	color: #ee0000;
	padding-left:18px;
	background:  url(/CRGSource_v2.5/Images/warn.gif) no-repeat;
	
}

th
{
	background-color: #006633; /*#efe4c4;*/ 
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-size: 11px;
	color: White;

}

tr.odd
{
	background-color:#dfd;
	opacity: .5;
	filter: alpha(opacity=50);
}
tr.even
{
	background-color:#ddd;
	opacity: .5;
	filter: alpha(opacity=50);
}
td.numeric
{
	text-align: right;
}
td
{
	border:solid 1px #000;
}
#infobox
{
	border:solid 1px 003000;
}
.rubrik
{
	margin: 3px 0px 3px 0px;
	background-color: #006633;
	color: #ffffff;
	text-align: center;
	padding: -0px;
	border-bottom: solid 1px #000;
	border-top: solid 1px #fff;
}
