/*
Name:        misc.css
Author:      Kyle Brickman, Kurt Jull
Description: CSS miscellaneous definitions
Created:     24 March 2009
Notes:       This file should contain ONLY definitions for miscellaneous items
*/

@media all
{
	/* Miscellaneous ********************************/
	table.basic
	{
		margin:  0px;
		padding: 0px;
		width:   100%;
	}
	
	table.basic2
	{
		margin:  0px;
		padding: 0px;
		width:   250px;
		border:1px solid #996603;
	}
	
	table.basic3
	{
		margin:  0px;
		padding: 0px;
		width:   650px;
		border:1px solid #996603;
	}
	
	table.basic4
	{
		margin:  0px;
		padding: 0px;
		width:   500px;
		border:1px solid #996603;
		background-color:#eddbb8;
	}
	
	
	/* Padding one-offs *****************************/
	.pad
	{
		padding: 10px;
	}
	
	/* Tooltips *************************************/
	div.tooltip
	{
		position: absolute;
		display:  none;
		width:    300px;
		padding:  3px;
		z-index:  30;
	}
	
	table.tooltip
	{
		border-collapse:  collapse;
		background-color: #ebebeb;
		border:           1px solid #000;
		color:            #333;
		height:           100%;
		width:            100%;
		margin:           0px;
		padding:          0px;
	}
	
	
	/* List layout **********************************/	
	td.listHeader
	{
		padding:          3px;
		font-weight:      bold;
		background-color: #dedede;
	}
	
	td.listItem
	{
		padding:       3px;
		border-bottom: 1px solid #dedede;
	}
	
	td.listItemTop
	{
		padding:    3px;
		border-top: 1px solid #dedede;
	}
	
	td.listSubItem
	{
		padding: 3px 3px 3px 24px;
	}
	
	div.listBack
	{
		float: left;
	}
	
	div.listAdd
	{
		float: right;
	}
	
	img.standard
	{
		width:          13px;
		height:         13px;
		vertical-align: middle;
	}
	
	/* Form layout **********************************/	
	td.formHeader
	{
		text-align:       center;
		padding:          3px;
		font-weight:      bold;
		background-color: #6b4803;
		color:#fff;
	}
	
	td.formHeader1
	{
		text-align:       left;
		padding:          3px;
		font-weight:      bold;
		background-color: #6b4803;
		color:#fff;
	}
	
	td.formToolbar
	{
		text-align:       left;
		padding:          3px;
		background-color: #dedede;
	}
	
	td.formLabel
	{
		text-align:       right;
		padding:          3px;
		width:            12%;
		background-color: #fff;
		white-space:      nowrap;
	}
	
	td.formField
	{
		padding: 3px;
		width:   83%;
	}
	
	td.formLabel2
	{
		text-align:       right;
		padding:          3px;
		width:            20%;
		white-space:      nowrap;
	}
	
	td.formField2
	{
		padding: 3px;
		width:   80%;
	}
	
	/* Form inputs **********************************/	
	input.large, select.large
	{
		width: 350px;
	}
	
	input.medium, select.medium
	{
		width: 175px;
		margin-top:5px;
	}
	
	input.small, select.small
	{
		width: 85px;
	}
	
	input.tiny, select.tiny
	{
		width: 40px;
	}
	
	input.save
	{
		float: right;
		width: 150px;
		font-size: 10px;
	}
	
	input.save2
	{
		float: left;
		width: 150px;
		font-size: 10px;
		margin-left:100px;
		margin-bottom:20px;
	}
	
	input.back
	{
		float: left;
		width: 150px;
		font-size: 10px;
	}
	
	/* Video ****************************************/
	table.storeList
	{
		padding: 0;
		margin:  0;
		width:   100%;
	}
	
	table.storeList:hover
	{
		background-color: #efefef;
	}
	
	.storeList a
	{
		width:  125px;
		border: 0;
	}
	
	a.storeItem
	{
		color:           #000;
		text-decoration: none;
	}
	
	/* RSS ******************************************/
	img.rssIcon
	{
		width: 16px;
		height: 16px;
		border: 0;
		float: left;
		margin-right: 5px;
		margin-top: 2px;
	}	
	
}
