/* 3 Voicemail Thinger CSS */
/* By @adnrw/Andrew Harrison http://andrew.harrison.org */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------- STARTS HERE -------------------------- */

body {
	background: url(images/bodybg.png) repeat-x #333;
}


#header {
	position:fixed;
	top: 0;
	left: 0;
	height:54px;
	width: 100%;
	z-index:100;
}

#header a {
	display:block;
	background: url(images/headerbg-new.png) repeat-x;
	height:54px;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	text-align:center;
}

#content {
	margin-top: 44px;
	display:none;
	z-index:20;
}

.messagedark {
	height:54px;
	background: url(images/bgdark.png) repeat-x bottom white;
	overflow:hidden;
	position:relative;
	clear:both;
}
.messagelight {
	height:54px;
	background: url(images/bglight.png) repeat-x bottom white;
	overflow:hidden;
	position:relative;
	clear:both;
}

.messagedark a, .messagelight a {
	display:block;
	height:54px;
	width: 100%;
	color: inherit;
	text-decoration:none;
	
}

.messagedark a:active, .messagelight a:active {
	/*border: 1px solid red;*/
}
.messagedark .sender, .messagelight .sender {
	font: bold 24px/36px Helvetica;
	color: #fff;
	text-shadow: #000 0px 1px 5px;
	max-width:180px;
	max-height:36px;
	overflow:hidden;
	margin-left: 7px;
	margin-top:6px;
	float:left;
	padding: 3px;
}


.messagedark .date, .messagelight .date {
	position:absolute;
	bottom: 20px;
	right: 10px;
	font: bold 15px Helvetica;
	color: #fff;
	text-shadow: #000 0px 1px 5px;
	text-align:right;
}

.messagedark .spinner, .messagelight .spinner {
	display:none;
	position:absolute;
	bottom: 20px;
	right: 10px;
	
}

.messagedark audio,
.messagelight audio {
	margin-left: 40%;
	margin-top:16px;

}


.logout {
	height:34px;
	background: url(images/bglogout.png) repeat-x bottom #812828;
	padding: 10px;
	overflow:hidden;
	position:relative;
	clear:both;
	display:none;
	
}

.logout h3 {
	font: bold 24px Helvetica;
	color: #fff;
	text-shadow: #000 0px 1px 5px;
	overflow:hidden;
}

.logout h3 a {
	display:block;
	height:34px;
	color: inherit;
	text-decoration:none;
}



form#getmessages {
	padding-top: 50px;
}

form#getmessages input[type="text"] , form#getmessages input[type="password"], form#getmessages input[type="email"] {
	clear:both;
	width: 280px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	height: 20px;
	font: bold 15px Helvetica;
}

form#getmessages input[type="image"] {
	float:right;
	clear:both;
	margin-right:10px;
}

form#getmessages label {
	font: bold 15px/1.3 Helvetica;
	color: #fff;
	text-shadow: #000 0px 1px 5px;
	margin-left: 10px;
	height: 20px;
	clear:both;
	float:left;
}

form#getmessages p.error {
	font: bold 15px/1.3 Helvetica;
	color:#ff5b5b;
	text-shadow: #000 0px 1px 5px;
	margin-left: 10px;
	height: auto;
	display:none;	
}


#getmsgnote {
	display:none;
}


.notice {
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	position:fixed;
	top: 0;
	left: 0;
	display:none;
	margin-top: 44px;
}

.notice p {
	font: bold 24px Helvetica;
	color: #fff;
	text-shadow: #000 0px 1px 5px;
	text-align:center;
	width: 95%;
	margin-top: 2em;
}

.notice img {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}






