/* General */
*{ 
	font-family: arial;
	outline: none;
	}

body { 
	font-size: 62.5%; 
	}



/* Headers */
h1 { 
	margin-right: 10px;
	font-size: 2.8em;
	}
	
h2 {
	padding: 10px 0px;
	font-size: 2.4em;
}

h3 {
	font-size: 2.1em;
	padding: 10px 0px 0px;
}

h4 {
	font-size: 1.8em;
	padding: 0px;
	margin: 0px;
}



/* Paragraph */
p {
	padding-bottom: 5px;
	}



/* Bold */
b {
	font-weight: bold;
	}



/* Links */
a { 
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	}



/* Lists */
ul {
	
	}
	
ul li {
	list-style: disc inside;
	}


/* Form */
form {
	
	}
	
form b {
	display: block;
	margin-bottom: 5px;
	}

label {
	padding-right: 5px;
	padding-bottom: 2px;
	}

input { 
	padding: 2px;
	margin-right: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	outline: none;
	}
	
select { 
	margin-right: 5px;
	border: 1px solid #999999;
	cursor: pointer;
	}
	
textarea { 
	height: 150px;
	padding: 2px;
	border: 1px solid #999999;
	}
	
button {
	margin-right: 10px;
	}
	
input:hover, textarea:hover {
	border-color: #333333;
	}

.submit input {
	margin-right: 2px; margin-bottom: 4px;
	}
	

/* Tables */
table td.main { 
	width: 225px;
	}
	
table td.main a {
	font-weight: bold;
	}
	
table td.secondary {
	width: 150px;
	}
	
table td.status { 
	width: 100px; 
	text-align: center;
	}
	
table td.actions { 
	width: 210px; 
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
	}
	
table td.actions a { 
	margin-left: 15px;
	}
	
	
/* Fieldset */
fieldset {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

legend {
	padding: 0px 3px;
}


/* Reset */
.reset { clear: both; visibility: hidden; }


/* Font Sizes */
.t_normal      { font-size: 1.3em; }
.t_big         { font-size: 1.5em; }
.t_bold_header { padding: 5px 0px; font-size: 2.1em; font-weight: bold; color: #333; }
.t_bold_link   { font-size: 1.4em; font-weight: bold; color: #666; }