/* CSS doc for Think Big Live

/* For main content */

body {
margin:0;
padding:0;
background-color:#333333;
}

table.outer{
	border-left-color:#660000;
	border-right-color:#660000;
}

/*Navigation*/

table.content {
	background-color:#FFFFFF;
}

img {
	border:0;
}


ul.navbot li {
	display: inline;
	padding:0;
	margin:0;
}

/*Gig dates*/
.gig-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.25em;
	color: #800000;
	padding:10px;
}

/*Gig calendar*/
.gig-table {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
left:auto;
border:none;
}

/*Each month title */
.month {
font-family:Arial, Helvetica, sans-serif;
font-style:bold;
color:#800000;
}

.special-event {
padding:2;
color: #FF0000
}

.contact-form {
padding-left:15px;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:.6em;
background-color:#CCCCCC;
}


p	{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
    color: #000000;
	margin-top:0; margin-bottom:0}

/*  Page titles  */ 	
H1      { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #b36b00;
	display: inline;
	font-variant: small-caps;} 
	
/*  Column headings  */
H2      {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #B36B00;  /*  orange  */
	margin-top:0in; margin-bottom:0in}
	
	
.smText {
        font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
        color: #000000;
	margin-top:0; margin-bottom:0}

.orngText {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #B36B00;  /*  orange  */
	text-align: left;
	margin-top:0; margin-bottom:0}
	
.smOrngText {
	font-family: verdana, helvetica, arial, sans-serif;
        font-size: 10px;
	color: #B36B00; /*  orange  */
	margin-top:0; margin-bottom:0}
	
		
/*  Default link styles, other pseudo-classes inherit this sytling unless changed  */ 	
a:link {
	color: #000099;  /* dark blue  */
	font-size:12px;
	text-decoration: underline;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-top:0; margin-bottom:0}
a:visited {
	color: #AA0000;/*  dark red  */
	font-size:12px;
	text-decoration: underline;
	font-family: verdana, helvetica, arial, sans-serif;}
a:hover {
	color: #AA0000; /* dark red  */
	font-size:12px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;}
a:active {
	color: #B36B00;  /*  orange  */
	font-size:12px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;}

/*  Browser links (same as default for now)  */ 	
a.browse:link {
	color: #000099;  /* dark blue  */
	text-decoration: underline}
a.browse:visited {
	color: #AA0000;/*  dark red  */
	text-decoration: underline}
a.browse:hover {
	color: #AA0000;/*  dark red  */
	text-decoration: none}
a.browse:active {
	color:#B36B00;  /*  orange  */
	text-decoration: none}

/*  small text links  */
a.smText:link {
	color: #B36B00; /*  orange  */
	font-size: 10px;
	text-decoration:underline;}
a.smText:visited {
	color: #B36B00; /*  orange  */
	font-size: 10px;
	text-decoration:underline}
a.smText:hover {
	color: #AA0000; /*  dark red  */
	font-size: 10px;
	text-decoration: none}
a.smText:active {
	color: #AA0000; /*  dark red  */
	font-size: 10px;
	text-decoration: none}

/*  folder/file grid alternating row colors  */
.folderrow1 {
	background-color: #FFFFFF;}
.folderrow2 {
        background-color: #DDDDDD;}
.filerow1 {
        background-color: #FFFFFF;}
.filerow2 {
        background-color: #DDDDDD;} 

/*  various borders  */
.border1 {border: 1px solid #4A2376; border-collapse: collapse}    
.border2 {border: 2px solid #4A2376; border-collapse: collapse} 
.borderBot {border-bottom: 1px solid #4A2376}   

/*  cell padding for column headers  */
.hpadding {padding: 0px 10px 0px 10px}

/* Style for Depressible CSS Buttons contains box model hack
as described at http://css-discuss.incutio.com/?page=BoxModelHack.
Depressible Button code from http://www.htmlcenter.com/tutorials/tutorials.cfm?ID=154&type=css */
/* SelectButton is located on View Image Popup */
#selectButton a {
	color: #000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border:4px outset #ffffdd;
	background-color:#eeeeee;
	display: block;
	width: 80px !important;
	width /**/:100px;
	padding: 3px 5px;
	margin: 1px;}

#selectButton a:hover {
	background-color: #b36b00;
	color:#ffffff;
	padding-left:4px;
	border:4px inset #eeeeee;
	}




	