/*
Template name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* 
{
	margin: 0;
	padding: 0;
}

.submitbutton, .submitbutton a 
{
	background: #949490;
	color: White;
	font-family: Lucida Sans, MS Sans Serif;
	font-size: 10pt;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border: outset 2px;
}

.submitbutton a:hover 
{
	color: #FFE;
}

.box
{
	padding: 0px 3px 0px 3px;
	border: solid 1px black;
	width: 25px;
	text-align: center;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('/Registration/Image/body.jpg') no-repeat center top;
	color: #444;
	font: normal 10pt Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 6px;}

li {list-style: none;}

h1, h1 span {font: normal 16pt Tahoma,sans-serif;}
h2, h2 span {font: bold 12pt Tahoma,sans-serif;}
h3, h3 span {font: bold 10pt Tahoma,sans-serif;}

form, input 
{
	margin: 0; 
	padding: 0; 
	display: inline;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('/Registration/Image/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3,h1 span,h2 span,h3 span 
{
	padding-top: 6px; 
	color: #553; 
	margin-bottom: 4px;
	display: inline;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 10pt;
	margin: 0 auto;
	padding: 10px;
	width: 850px;
}

.outer-container {
	background: url('/Registration/Image/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222; /* url('/Image/header.jpg') no-repeat;*/
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
}

.header .title {
	color: #FFF;
	padding-top: 15px;
}

.header .title .sitename {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 28pt Tahoma,sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 10pt Tahoma,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Tahoma,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main 
{
	background: url('/Registration/Image/main.jpg') repeat;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0px 0px;
}

/* content */
.content {
	float: right;
	width: 670px;
	min-height: 350px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	list-style: url('/Registration/Image/listitem.gif');
	margin-left: 18px;
}

.content p 
{
	padding: 3px 0px 12px 0px;
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
	background-color: #f7f7f2;
}
.navigation h2 {
	font: bold 10pt Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.navigation li {
	border-bottom: 1px solid #EAEADA;
}

.navigation li a {
	font-size: 10pt;
	color: #554;
	display: block;
	padding: 8px 0 8px 15px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 10pt sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	height: 15px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}


.error, .error li
{
	color: Red;
	font-weight: bold;
	padding-left: 5px;
	list-style: disc none;
}

.error li
{
	font-weight: normal;
}


table
{
	padding: 2px 2px 2px 5px;
}

table.gridview
{
	border-width: 0px;
}

table.gridview tr td, table.gridview tr th
{
	text-align: left;
	padding: 2px 2px 2px 5px;
}

table.gridview tr th, table.gridview tr th a
{
	font-weight: bold;
	background-color: Black;
	color: white;
	text-decoration: none;
}

table.gridview tr td.right, table.gridview tr th.right
{
	text-align: right;
}

table.gridview tr td.center, table.gridview tr th.center
{
	text-align: center;
}

table.gridview tr.alternating 
{
	background-color: #e6e6e6;
}

table.gridview tr.pager td
{
	text-align: right;
	text-decoration: underline;
}

table.gridview tr td a 
{
	color: #444;
	padding: 2px 2px 2px 2px;
	display: block;
	text-decoration: none;
}

table.gridview tr td a:hover 
{
	background: #a2b0d1;
}


table.registrant tr td
, table.presenter tr td
, table.equipment tr td
, table.seating tr td
, table.strands tr td
{
	padding: 3px 0px 3px 0px;
}

table.registrant tr td.label
, table.presenter tr td.label
, table.equipment tr td.label
, table.seating tr td.label
, table.strands tr td.label
{
	width: 150px;
}

table.registrant tr td.input
, table.presenter tr td.input
, table.equipment tr td.input
, table.seating tr td.input
{
	width: 375px;
}

table.registrant tr td.input input
, table.registrant tr td.input div select
{
	width: 200px;
}

table.presenter tr td.input input
, table.presenter tr td.input select
{
	width: 200px;
}

table.equipment tr td.input input
, table.equipment tr td.input select
{
	width: 200px;
}

table.presenter tr td.inputcolumn
{
	width: 215px;
}

table.presenter tr th.inputcolumn
, table.equipment tr th
, table.strands tr td.label
{
	font-weight: bold;
	text-align: left;
	vertical-align: text-top;
}

table.equipment tr td.inputcolumn
, table.strands tr td.input
{
	width: 425px;
}

table.presenter tr td.inputcolumn input
, table.equipment tr td.inputcolumn input
{
	width: 200px;
}

table.equipment tr td.inputcolumn input
{
	width: 415px;
}

table.equipment tr td.narrowinputcolumn
{
	width: 65px;
}

table.equipment tr td.narrowinputcolumn input
, table.equipment tr td.narrowinputcolumn select
{
	width: 50px;
}

table.registrant tr td.disabled input
{
	width: 20px;
}

table.advancedmeeting tr td input
{
	width: 20px;
}

table.advancedworkshop
{
	width: 650px;
}

table.advancedsession tr td.label
{
	width: 200px;
	padding: 2px 0px 2px 0px;
}

table.advancedsession tr td.input
{
	width: 85px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

table.advancedsession tr td.input select
{
	width: 55px;
}


table.paymentmethod tr td
{
	padding: 1px 0px 1px 0px;
}

table.paymentmethod tr td.checkbox
{
	text-align: center;
	width: 30px;
}

table.paymentmethod tr.total td
{
	border-top-style: solid;
	border-top-width: 2px;
	font-weight: bold;
}

table.paymentmethod tr td.option
{
	width: 535px;
}

table.paymentmethod tr td.price
{
	text-align: right;
	width: 50px;
}


table.paymentcard tr td.radio
{
	text-align: center;
	vertical-align: top;
	width: 30px;
}

table.paymentcard tr td.label
{
	width: 125px;
}

table.paymentcard tr td.input
{
	width: 400px;
}

table.paymentcard tr td.input div .cardtype
{
	width: 160px;
	padding: 0px 0px 0px 0px;
	display: inline;
	vertical-align: middle;
}

table.paymentcard tr td.input div .cardtype input
{
	width: 20px;
}

table.paymentcard tr td.input div .cardnumber
{
	width: 175px;
}

table.paymentcard tr td.input div .cardexpmonth
{
	width: 100px;
}

table.paymentcard tr td.input div .cardexpyear
{
	width: 65px;
}


table.login tr td.label
{
	width: 75px;
}

table.login tr td.input
{
	width: 250px;
}


table.mailinglist tr td.label
{
	width: 150px;
}

table.mailinglist tr td.input
{
	width: 375px;
}

table.mailinglist tr td.input input, table.registrant tr td.input div select
{
	width: 200px;
}