
/**
 *
 * Taleschannel Global Stylesheet
 *
 */

/* LINK STYLES */
a, a:visited { 
   text-decoration: none; 
   color: gray;
}
a:hover, a:visited:hover { color: black; }
a:link img, a:visited img { border-style: none; }
a img { color: white } /* Only way to hide border in NS 4.x */

/* MAIN ELEMENT STYLES */
body { 
	background-color: #eee; 
	text-align: center; 
}
h1 {
    font-size: 136%;
    font-weight: bold;
    color: #000033;
    margin: 10px 10px 10px 10px;
}
h2 { 
	margin-top: 1em;
	font-size: 14pt;
	color: #479147;
}
h3 { text-align: center; }
hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #DDD;
}
ul { list-style-type: disc; }
li, blockquote { 
	margin-left: 5%; 
	list-style-type: disc;
}
strong { font-weight: bold; }
td { padding: 4px; }

/* HEADER STYLES */
#tales-container {
    width: 940px;
    margin-top: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid gray;
    line-height: 130%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 2em;
    text-align: left;
	overflow: auto;
}

#tales-header {
	margin-top: 1em;
	border-bottom: 1px solid gray;
	width: 100%;
}

#tales-logo {
	width: 40%;
	background-color: #479147;
}

#tales-title {
	color: white;
	font-size: 20pt;
	position: relative;
	left: 300px;
}

#tales-toplinks {
	padding: 5px;
	float: right;
}

div.tales-content {
	padding-left: 0.5em;
}

/* SUCCESS-ERROR STYLES */		
div.tales-error {
background-color:#FFDDDD;
border:1px solid red;
margin:1em;
padding:0.5em;
}
div.tales-success {
background-color:#DDFFDD;
border:1px solid green;
margin:1em;
padding:0.5em;
}

div.tales-copyright {
	margin-bottom: 3em;
	text-align: center;
	color: gray;
}

input.tales-button {
	width: 60px;
}
