@charset "utf-8";
/* CSS Document */
table.mytable {
	width: 100%;
	padding: 0px;
	border: none;
	border: 1px solid #F3F6DB;
}

table.mytable td { 
/*border: none; */
background-color: #FAF7E4; 
vertical-align: middle; 
padding: 4px; 
text-align:center; }

table.mytable tr.firstrow {
font-weight:bold;
text-align:center;
white-space:nowrap;
}


table.mytable tr.planrow {
font-weight:bold;
text-align:center;
white-space:nowrap;
}


table.mytable td.blank {
background-color:#FFFFFF;
border: none;
}


table.mytable td.even {
	background-color:#FBF3CE;
}


table.mytable td.bold {
	font-weight: bold;
}


table.mytable td.darker {
	background-color:#F8EEB3;
}



table.mytable td.firstcol {
	text-align:left;
	white-space:nowrap;
	width: 150px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
}


table.mytable td.morebord {
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
}

table.mytable td.day {
width: 60%;
}

table.mytable td.dayc {
width: 30%;
}


table.mytable td.all {
width: 20%;
}

table.mytable td.allc {
	width: 10%;
}

table.mytable img {
border: none;
}

table.mytable p.diverthead {
font-size: 1em;
font-weight: bold;
text-align: center;
margin-bottom: 0px;
padding-bottom: 0px;
}

table.mytable p.divertlist {
font-size: 0.8em;
text-align: justify;
margin-top: 0px;
padding-top: 0px;
line-height: 1.2em;
}

table.mytable td.nf {
/*color:#009900 !important*/
}


table.mytable td.ng {
font-weight: bold !important
}


table.mytable td.separator {
line-height: 1px;
padding-top: 1px;
padding-bottom: 1px;
}


table.mytable td.smallern {
font-size: 0.74em;
line-height:1em;
}






#mytabletopdiv2 {
	margin-left: -5px;
	margin-right: -7px;
	margin-bottom: -4px;
}


table.mytabletop1 {
	width: 100%;
	padding: 0px;
	border: none;
font-weight: bold;
}

table.mytabletop1 td {
	/*border: none; */
background-color: #F8F8F8;
	vertical-align: middle;
	padding: 8px;
	text-align:center;
}


table.mytabletop1 td.bas {
	background-color:#EAEAEA;
}

table.mytabletop1 td.blank {
background-color:#FFFFFF;
border: none;
}


table.mytabletop1 td.odd {
	background-color:#F4F4F4;
}



.dmhead {
font-size: 1.8em;
}

.dmnumbersymbol{

	color:#006600;
	padding-left:30px;
	background-image: url(../telecom/images/dmsymbol.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.pricebig {
font-size: 1.2em;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #990000;
	font-weight: bold;
	display: block;
	float: left;
	font-size: 12px;
	height: 24px;
	margin-right: 20px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.button:hover {
	color:#009900;
}

a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	background-color: transparent;
	background-image: url(../images/bg_button_span.gif);
	background-repeat: no-repeat;
} 


a.button:active {
	background-position: bottom right;
	color: #FF0000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


#buttonwrapper {
margin-left:50px;
text-align:center;
}