/*
NAME:						global.css
DESCRIPTION/PURPOSE:		Applied global template
COPYRIGHT NOTICE: 			© Copyright 2007 E-axis, Inc. All rights reserved. Reproduction or copying of scripts is prohibited.
AUTHOR(S):					Fabrice Deferr
HISTORY: 					10.04.2007 Version 1.0 
STATUS						Published
COMMENTS:					
CSS VERSION:				CSS2 spec compliancy
COMPATIBILITY:				IE6, Firefox
*/

/*
* Forms
*/
input, textarea, select {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 1px 1px;
	border:1 solid ActiveBorder; 
}

textarea {
	font-size: 10px;
	height: auto;
	overflow: auto;
}

.imageboxlarge {
	border: 4px solid #980F33;
}

/*
* Content Static
*/
#content #static {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	background-color: #ffffff;
	padding: 10px;
	margin: 5px;
	vertical-align: top;
}

#content #static img {
	border: 4px solid #e7e7e7;
}

/*
* template : teams
*/
#content #teams {
	font-size: 11px;
	padding: 5px;
	margin: 10px;
}
#content #teams table {
	margin: 2;
	padding: 2;
}
#content #teams img {
	border: 4px solid #e7e7e7;
}
#content #teams th {
	vertical-align: top;
	text-align: left;
	width: 100px;
}
#content #teams td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

#content #teams #detail table {
	margin: 2;
	padding: 2;
}
#content #teams #detail img {
	border: 4px solid #e7e7e7;
}
#content #teams #detail th {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	width: 120px;
}
#content #teams #detail td {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.alternate {
	background-color: #e7e7e7;
}

/*
* template : shop
*/
#content #shop {
	padding: 5px;
	margin: 10px;
}
#content #shop table {
	margin: 2;
	padding: 2;
}
#content #shop img {
	border: 4px solid #e7e7e7;
}
#content #shop th {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	width: 100px;
}
#content #shop td {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}