	a, p, input, textarea, option, td, div, body {
		font-size: 11px;
		font-family: arial, helvetica, verdana;
	}

	a img {
		border: none;
	}

	input, textarea, select {
		border-left: 1px solid #777;
		border-top: 1px solid #777;
		border-bottom: 2px groove #333;
		border-right: 2px groove #333;
		font-size: 10px;
	}

	input:hover, textarea:hover, select:hover {
		border-right: 1px solid #777;
		border-bottom: 1px solid #777;
		border-top: 2px groove #333;
		border-left: 2px groove #333;
		font-size: 10px;
	}

	.error {
		background: #ffc9c2;
		
	}
	
	div.img {
		text-align: center;
		background: #EEE;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px;
		border: 1px dotted #DDD;
	}
	
	div.img img, div.img_float_left img, div.img_float_right img {
		border: 1px solid #888;
	}

	div.img_float_left {
		float: left;
		text-align: center;
		background: #EEE;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px;
		border: 1px dotted #DDD;
	}
	
	div.img_float_right {
		float: right;
		text-align: center;
		background: #EEE;
		margin-left: 5px;
		margin-bottom: 5px;
		padding: 3px;
		border: 1px dotted #DDD;
	}

	div.caption {
		margin: 2px;
		font-size: 10px;
		color: #BBB;
		padding: 0px;
		text-align: right;
	}
	
	/* ------------------------------------- PUTTER SCRIPT -------------------------------------- */
	.inactive_input {
		border: 0px;
		font-size: inherit;
		background: transparent;
	}
	
	.inactive_input:hover {
		border: 0px;
		font-size: inherit;
		background: #EAEAEA;
	}
	
	.active_input {
		border-left: 1px solid #777;
		border-top: 1px solid #777;
		border-bottom: 2px groove #333;
		border-right: 2px groove #333;
		font-size: 10px;
	}

	.active_input:hover {
		border-right: 1px solid #777;
		border-bottom: 1px solid #777;
		border-top: 2px groove #333;
		border-left: 2px groove #333;
		font-size: 10px;
	}
	
	.putter_button {
		display: none;
	}
	
	.putter_button a{
		display: block;
		margin:0px;
		font-size: 6pt;	
		color: #000;
	}	
	
	a.button {
		border: 1px solid #555;
		background: #BBB;
		color: #000;
		padding: 0px;
		display: block;
		width: 50px;
		text-align: center;
		cursor: pointer;
		font-size: 9px;
		line-height: 9px;
		margin: 2px;
	}

	a.button:hover {
		border: 1px solid #000;
		background: #DDD;
		color: #777;
		padding: 0px;
		display: block;
		width: 50px;
		text-align: center;
		cursor: pointer;
		font-size: 9px;
		margin: 2px;
	}

	a.button_light {
		border: 1px solid #888;
		background: #EEE;
		color: #555;
		padding: 1px;
		display: inline;
		text-align: center;
		cursor: pointer;
		font-size: 9px;
		line-height: 9px;
		margin: 2px;
	}

	a.button_light:hover {
		border: 1px solid #555;
		background: #EBEBEB;
		color: #000;
		padding: 1px;
		display: inline;
		text-align: center;
		cursor: pointer;
		font-size: 9px;
		margin: 2px;
	}

	
	.left {
		text-align: left;
	}
	.right {
		text-align: right;
	}
	.center {
		text-align: center;
	}
	
	.noPadMar td{
		padding: 0px;
	}
	
	.inline {
		display: inline;
	}	
	
/* --------------------------------------------------------------- TAB MENUS --------------------------------------------------------------- */

.tabber_holder {
	background: url(../images/tab_foot_back.png) bottom no-repeat;
	padding-left: 10px;
	text-align: left;
	width: 600px;
	z-index: -500;
}

* html .tabber_holder {
	background-image: none;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_foot_back.png", sizingMethod="crop", align="bottom");*/
	border-bottom: 1px solid #333; 
	
}


.tabber {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	height: 10px;
}

.tabber a {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	color: #444 ! important;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}

.tabber a:hover {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	color: #999 ! important;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}

.tabber a.selected {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	color: #C07100 ! important;
	font-size: 12px;
	font-weight: bold;
}


.tabber tr.main td {
	height: 18px;
	padding-top: 15px;
	padding-bottom: 3px;
}

.tabber tr.bottom td {
	height: 10px;
	padding: 0px;
	line-height: 10px;
}

.tabber td {
	border: none;
}

.tabber td a {
	color: #FFCC00;
	text-decoration: none;
}

.tabber img {
	position: absolute;
	bottom: 0px;
}

.left_corner {
	width: 18px;
	background: url(../images/tab_left_cor.png) top left no-repeat;
}
* html .left_corner {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_left_cor.png", sizingMethod="crop");
}

.foot_left_corner {
	width: 18px;
	background: url(../images/tab_foot_left_cor.png) bottom left no-repeat;
}
* html .foot_left_corner  {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_foot_left_cor.png", sizingMethod="crop");
}


.selected_foot_left_corner {
	width: 18px;
	background: url(../images/tab_sel_foot_left_cor.png) bottom left no-repeat;
}
* html .selected_foot_left_corner  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_sel_foot_left_cor.png", sizingMethod="crop");
}



.right_corner {
	width: 18px;
	background: url(../images/tab_right_cor.png) top right no-repeat;
}
* html .right_corner  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_right_cor.png", sizingMethod="crop");
}


.foot_right_corner {
	width: 18px;
	background: url(../images/tab_foot_right_cor.png) bottom right no-repeat;
}
* html .foot_right_corner  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_foot_right_cor.png", sizingMethod="crop");
}


.selected_foot_right_corner {
	width: 18px;
	background: url(../images/tab_sel_foot_right_cor.png) bottom right no-repeat;
}
* html .selected_foot_right_corner  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_sel_foot_right_cor.png", sizingMethod="crop");
}

.back {
	background: url(../images/tab_back.png) top repeat-x;
}
* html .back  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_back.png", sizingMethod="crop");
}


.foot_back {
	background: url(../images/tab_foot_back.png) bottom repeat-x;
}

* html .foot_back  {
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_foot_back.png", sizingMethod="crop");*/
}

.selected_foot_back {
	background: #FFF;
}


.left_over_right {
	width: 18px;
	background: url(../images/tab_left_over_right.png) top center no-repeat;
}
* html .left_over_right  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_left_over_right.png", sizingMethod="crop");
}


.foot_left_over_right {
	width: 18px;
	background: url(../images/tab_foot_left_over_right.png) bottom center no-repeat;
}
* html .foot_left_over_right  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_foot_left_over_right.png", sizingMethod="crop");
}



.selected_foot_left_over_right{
	width: 18px;
	background: url(../images/tab_sel_foot_left_over_right.png) bottom center no-repeat;
}
* html .selected_foot_left_over_right  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_sel_foot_left_over_right.png", sizingMethod="crop");
}


.right_over_left {
	width: 18px;
	background: url(../images/tab_right_over_left.png) top center no-repeat;
}
* html .right_over_left  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_right_over_left.png", sizingMethod="crop");
}


.selected_foot_right_over_left {
	width: 18px;
	background: url(../images/tab_sel_foot_right_over_left.png) bottom center no-repeat;
}
* html .selected_foot_right_over_left  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_sel_foot_right_over_left.png", sizingMethod="crop");
}


.foot_right_over_left{
	width: 18px;
	background: url(../images/tab_foot_right_over_left.png) bottom center no-repeat;
}

* html .foot_right_over_left  {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/tab_foot_right_over_left.png", sizingMethod="crop");
}


/* -------------------------------------------- PUTTER -------------------------------------------------- */

table.putter td {
	padding: 0px;
	margin: 0px;
	border: 0px ! important;
}


/* --------------------------------------------- NEW IMG ------------------------------------------- */

#new_img {
	background: #EEE;
	padding: 3px;
}
