/* Style.css
** Date: 22 March 2011
*/

/* ---- RESET ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, */
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---- COMMON STYLE ---- */
body {
    font-family: 'Trebuchet MS', Helvetica,Arial, sans-serif;
  	color: #444;
  	background: #1c5187;
    line-height: 1.1;
}

a, a:link, a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: underline
}


p, .p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, .title {
    padding: 5px 0 10px;
	font-weight: bold;
}
h1 {
    font-size: 2.2em;
	padding: 15px 0;
	text-align: center;
}
h1 a {
	color: #D9DEF0;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	color: #555;
	text-shadow: white 0px 1px 1px;
    font-size: 1.4em;
}
h3 {
	color:#0074A3;
    font-size: 1.2em;
}
h4 {
	color: #0074A3;
    font-size: 1.0em;
}
h4 a{
	color: #eee;
}
.skip, hr {
    left: -9999px;
    position: absolute;
}

.clear {
    clear: both;
}
.hide {
    display: none;
}
.white {
    color: #FFF;
}
.add {
	position: relative;
	top: -1px;
	padding: 10px 10px 10px 40px;
	background: #e1e1e1 url(../img/add.png) 5px center no-repeat;
	color: #555;
	border-top-left-radius: 6px; 	-moz-border-radius-topleft:  6px;
	border-top-right-radius: 6px;	-moz-border-radius-topright: 6px;
	border-bottom: 1px solid #ccc;
}
.add:hover {
	background: #e1e1e1 url(../img/add.png) 7px center no-repeat;
	text-decoration: none;
}
.ristretto {
    width: 350px;
}
.center {
	text-align: center;
}
.notice {
	color: #CCC;
}
.show-link {
	padding-top: 15px;
	border-top: 1px solid #4B8BAF;
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.show-link a{
	color: #EEE;
}
.hide-link {
	color:#005488;
	text-weight: bold;
}
