﻿@charset "utf-8";
/* CSS Document */



.historybutton {
    font-weight: bold;
    font-size: 2em;
}

.vercol2 {
    font-size:0.75em;
}

#table-wrap {
    width: 100%;
    margin: 0 auto;
}

.handsetmodel {
padding: 0px;
margin: 0px;
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
COLOR: #0a82c1;
FONT-FAMILY: verdana , helvetica, arial, sans-serif;
height: 50px;
vertical-align: inherit;
line-height: 50px;
}

.headerred {
FONT-WEIGHT: normal;
FONT-SIZE: 26px;
COLOR: #ff0000;
FONT-FAMILY: verdana , helvetica, arial, sans-serif;
}


.redtext_italicbold {
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
COLOR: #FF0000;
FONT-FAMILY: verdana , helvetica, arial, sans-serif;
TEXT-ALIGN: left;
position: relative;
font-variant: normal;
vertical-align: top;
font-style: italic;
}


/* TABLE CSS CODE below */

#table {
	width: 100%;
	border-top: 4px solid #e3e7e7;
}

#table p {
		clear: both;
		width: 100%;
		margin: 0;
}




#table span {
		float: left;
		padding: 5px 5px;
		border-left: 1px solid #e3e7e7;
		border-bottom: 1px solid #e3e7e7;
		font-size:11px;
}

#table span.col1 {
	width: 20%;
}
#table span.col2 {
	width: 22%;
}
#table span.col3 {
	width: 20%;
	border-right: 1px solid #e3e7e7;
}
#table span.col4 {
	width: 15%;
}
#table span.col5 {
	width: 15%;
	border-right: 1px solid #e3e7e7;
}


#table .heading {
	font-weight:bold;
	line-height:15px;
	
}

#table .grey{
	background:#CCCCCC;
	font-weight:bold;
	font-size:12px;
}

.clear { clear:both}


#sub-table .grey {
	background:#CCCCCC;
	font-weight:bold;
	font-size:13px;
	margin:20px 0px;
	line-height:25px;
	
}

#sub-table  p {
	margin:20px 0px;
}