@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document Hotspring Deck Designer 2008 ** MARK G. 06/24/08 
 
       |\__/,|   (`\
     _.|o o  |_   ) )
 ---(((---(((---------
 
&copy; SiteLab Int. 2008
*/

/*GLOBLAL------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

/*page shift hack*/
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #000000;
	background-color:#fff;
	text-align:center;
}

/* set default layout to 0 -------------------------------------------------------------*/
table, tr, td, ul, li, h1, h2, h3, h4, img, div, br, form {
	margin: 0px;
	padding: 0px;
	border:0px;	
}


/*links------------------------------------------------------------------------------------------*/

a {
	color: #075b73;
}

/*general lists-------------------------------------------------------------------------------------*/
ul {
	margin-left: 30px;
}

ul li{
	list-style: square;
}

/*tables -------------------------------------------------------------------------------------------*/

/*color classes-------------------------------------------------------------------------------------*/
.red {
	color:#a50000;
}

/*padding-------------------------------------------------------------------------------------*/
.pad20 {
	padding: 20px;
}

.padleft120 {
	padding-left: 120px;
}

/*clear hack-------------------------------------------------------------------------------------*/

.clearer {
	clear: both;
	height:0px;
	width: 0;
	margin: 0;
	padding:0;
	font-size:0px;
	line-height:0px;
}

/*forms-------------------------------------------------------------------------------------*/

.login_textfield {
	width: 155px;
	height:20px;
	line-height:20px;
	font-size: 12px;
	color: #000;
}

.new_project_textfield {
	width: 155px;
	height:20px;
	line-height:20px;
	font-size: 12px;
	color: #000;
}

/*text-------------------------------------------------------------------------------------*/

#home_left h1 {
	font-size: 29px;
	margin-bottom:15px;
}

#home_left h2 {
	font-size: 14px;
}

/*#col2 h1 {
		font-size: 28px;
		color: #969696;
	}*/
	
	#col2 h1 {
		font-size: 16px;
		/*margin-top: 40px;*/
	}


/*GENERAL LAYOUT header, content, nav, footer--------------------------------------------------------*/
#container {
	width: 944px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

/*home/login page--------------------------------------------------------*/
	#header {
		width: 944px;
		height:148px;
	}
	
	#content {
		width: 944px;
		height:auto;
	}
	
		#home_left {
			width: 364px;
			height: auto;
			padding-top: 65px;
			padding-right: 22px;
			padding-left: 80px;
			float:left;
		}
			
			#login_panel {
				width: 364px;
				/*width: 302px;*/
				height: auto;
				background-image:url(../gifs/login_box_bkg.gif);
				background-repeat:no-repeat;
				/*text-align:center;*/
				padding-top: 25px;
				margin-bottom:15px;
			}
			
				#login_panel table {
					width: auto;
					margin:auto;
				}
					#login_panel table td {
						padding: 3px;
						font-size:16px;
						font-weight:bold;
						color:#a70808;
					}
					
					
		#home_right {
			width: 476px;
			height: auto;
			padding-top: 65px;
			float:left;
		}
	
/*designer page--------------------------------------------------------*/
	
.inside {
	background-image:url(../jpgs/deck_designer_bkg.jpg);
	background-repeat:no-repeat;
	min-height:768px;
}

#col1 {
	width: 266px;
	height:auto;
	float:left;
}

#col2 {
	width: 300px;
	height:auto;
	float:left;
	padding-top:190px;
	padding-left:30px;
	padding-right:30px;
	font-size:14px;
}
	
	
	.warning {
		color:#a50000;
		font-size: 10px;
	}	
	
#col3 {
	width: 317px;
	height:auto;
	float:left;
	padding-top:123px;
}	

	#my_saved_decks {
		width: 317px;
		height:645px;
		min-height:645px;
	}
		#my_saved_decks_top {
			width: 317px;
			height:46px;
			background-image:url(../gifs/my_saved_decks_top_bkg.gif);
			background-repeat: no-repeat;
		}
		
		#my_saved_decks_content {
			width: 317px;
			height: 585px;
			min-height: 585px;
			background-image:url(../gifs/my_saved_decks_content_bkg.gif);
			background-repeat:repeat-y;
		}
			.my_saved_decks_text {
				padding: 5px 30px 5px 30px;
				}
		
			#my_saved_decks_table {
				width: 292px;
				margin-left: 10px;
				background-color:#e8e8e8;
				font-size:13px;
			}
				#my_saved_decks_table td, #my_saved_decks_table th {
					height: 40px;
					padding:5px 20px 5px 20px;
				}
				
				#my_saved_decks_table td {
					color:  #969696;
				}
				
				#my_saved_decks_table th {
					
					background-color:#fff;
					
				}
					
					#my_saved_decks_table tr.lt_grey td {
						background-color: #f3f3f3;
					}
				
		#my_saved_decks_bottom {
			width: 317px;
			height:60px;
			background-image: url(../gifs/my_saved_decks_btm_bkg.gif);
			background-position:bottom;
			background-repeat: no-repeat;
		}
		
		#new_project {
			width: 260px;
			height:auto;
			font-size:16px;
			font-weight:bold;
			padding: 0px 0px 0px 40px;
		}
		
			
		
/*footer --------------------------------------------------------*/
	
	#footer {
		font-size: 11px;
		font-weight:bold;
		margin: 20px 0px 20px 0px;
	}
	
	.homefooter {
		padding-left: 80px;
	}