@charset "UTF-8";
/* CSS Document */

#loadinglayer {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 240px;
	left: 50%;
	width:200px;
	margin-left:-100px;
}

.roundedTr {
	background: transparent url(images/top_right.png) no-repeat top right;
}

.roundedTl {
	background: transparent url(images/top_left.png) no-repeat top left;
}

.roundedBr{
	background: transparent url(images/bottom_right.png) no-repeat bottom right;
}

.roundedBl{
	background: transparent url(images/bottom_left.png) no-repeat bottom left;
}

#calBorder {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}

#calBorder a:visited {
	color: #222222;	
	text-decoration: none;
}

#calBorder a:hover {
	color: #222222;	
	text-decoration: underline;
}

#calBorder a:active {
	color: #222222;	
	text-decoration: underline;
}

#calBorder a:link {
	color: #222222;
	text-decoration: none;
}

#content {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: white;
}

#content a:visited {
	color: #dddddd;	
	text-decoration: none;
}

#content a:hover {
	color: #dddddd;	
	text-decoration: underline;
}

#content a:active {
	color: #eeeeee;	
	text-decoration: underline;
}

#content a:link {
	color: #eeeeee;
	text-decoration: none;
}

#fondo {
	background-color: #919090;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#fondotop {
	--background-color: #919090;
	background-color: #5f5d5e;
	background-image: url(images/fondotop2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0px 0px 0px 0px;
}

#toptable {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	border-spacing: 0;
	padding: 0;
	height: 60px;
}

#toptable td {
	text-align:center;
	vertical-align:top;
}

#toptable td:hover {
	background-image: url(images/celltophover.jpg);
	cursor: pointer;
}

#toptable td.selectedcell {
	background-color: #919090;
	color: white;
}

#toptable td.unselectedcell {
	opacity: 0.35;
	filter:alpha(opacity=35);	
}

#toptable td.unselectedcell:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	background-image: url(images/celltophover.jpg);
	cursor: pointer;
}

#toptable td.selectedcell:hover {
	background-image: none;
	cursor: default;
}	

#toptable td.nobackground:hover {
	background-image: none;
	cursor: default;
}

#toptable td.nobackground {
	vertical-align:middle;
}

#fondo a:visited {
	color: #5C94D7;	
        text-decoration: none;
}

#fondo a:hover {
	color: #5C94D7;	
        text-decoration: underline;
}

#fondo a:active {
	color: #5C94D7;	
        text-decoration: none;
}

#fondo a:link {
	color: #5C94D7
        text-decoration: none;
}

#logocontent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:white;
	position:absolute;
	width:650px;
	left:20px;
	top:0px;
}

#twitter {
	position:absolute;
        opacity: 0.2;
	filter:alpha(opacity=20);
	width:400px;
	left:100px;
	top:350px;
}

#logosub {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	color:white;
	position:absolute;
	width:650px;
	left:75px;
	top:190px;
}

#features {
	position:absolute;
	width:450px;
	top:220px;
	left:67px;
}

#features td {
	text-align:left;
	vertical-align:middle;
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
	color:white;
}

#features td.title {
	font-weight:bold;
}

#featuresexplainbox {
	font-family:"Comic Sans MS", cursive;
	color:gray;
	font-size:16px;
	text-align:center;
	position:absolute;
	width:260px;
	left:85px;
	top:265px;
}

#logginglayer {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	height: 200px;
	width: 400px;
	position: absolute;
	left: 53%;
	margin-right: 200px;
	top: 280px;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:center;
}

#loginform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 200px;
	width: 400px;
	position: absolute;
	left: 53%;
	margin-right: 200px;
	top: 280px;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#loginform .sublogin {
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
}

#loginform .sublogin a {
	color: #5C94D7;	
}

#loginform .sublogin a:hover {
        text-decoration: underline;
}

#loginform .sublogin a:link {
        text-decoration: none;
}

#loginform .sublogin a:active {
        text-decoration: none;
}

#loginform .sublogin a:visited {
        text-decoration: none;
}

#loginform .notmember {
	font-size: 10px;
	font-weight: bold;
}

#loginform .notmember a {
	color: #5C94D7;	
}

#loginform .notmember a:hover {
        text-decoration: underline;
}

#loginform .notmember a:link {
        text-decoration: none;
}

#loginform .notmember a:active {
        text-decoration: none;
}

#loginform .notmember a:visited {
        text-decoration: none;
}

.registerclass {
	font-size: 12px;
	font-weight: normal;
}

.celltitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#FFF;
	color:#333;
	text-align:center;
}

.celltype1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color:#EEE;
	color:#333;
	height:30px;
	padding:0px;
}

.celltype2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color:#DDD;
	color:#333;
	height:30px;
	padding:0px;
}

.celltype1box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color:#EEE;
	color:#333;
	height:0px;
	padding:0px;
}

.celltype2box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color:#DDD;
	color:#333;
	height:0px;
	padding:0px;
}

.celltype1box_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color:#EEE;
	color:#333;
	height:25px;
}

.celltype2box_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color:#DDD;
	color:#333;
	height:25px;
}

td.celltype1box_title:hover {
	cursor: pointer;
	background-color:#FFF;
	color:#999;
}

td.celltype2box_title:hover {
	cursor: pointer;
	background-color:#FFF;
	color:#999;
}

#menusms {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	cursor: pointer;
	text-align:center;
	width:450px;
	height:50px;
}

#menusms td {
	background-color:#AAA;
	width: 150px;
}

#menusms td:hover {
	background-color:#DDD;
}

#menusms .selected {
	background-color:#FFF;	
}

#smslimited {
	position:absolute;
	top:120px;
	width:400px;
	left:50%;
	margin-left:-200px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:white;
}

#smslimited a {
	color:#ccc;
}
#smslimited a:visited {
	color:#ccc;
}
#smslimited a:hover {
	color:#ccc;
}
#smslimited a:link {
	color:#ccc;
}


#grouped {
	position:absolute;
	top: 150px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#inbox {
	position:absolute;
	top: 150px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#outbox {
	position:absolute;
	top: 150px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

.nosms {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#DDD;
	color:#333;
	text-align:center;
}

.bocadillo_up {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	background-image:url(images/up_bocadillo.png);
	background-repeat:no-repeat;
	width:140px;
	height:14px;
	text-align:center;
	overflow:visible;
	padding-top:3px;
}

.bocadillo_center{
	background-image:url(images/content_bocadillo.png);
	background-repeat:repeat-y;
	text-align:justify;
	width:117px; white-space: normal; word-wrap: break-word;
	padding-left:7px;
	padding-right:13px;
}

.bocadillo_down {
	background-image:url(images/down_bocadillo.png);
	background-repeat:no-repeat;
	width:140px;
	height:13px;
}


.bocadillo2_up {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	background-image:url(images/up_bocadillo2.png);
	background-repeat:no-repeat;
	width:140px;
	height:16px;
	text-align:center;
	overflow:visible;
	padding-top:3px;
}

.bocadillo2_center{
	background-image:url(images/content_bocadillo2.png);
	background-repeat:repeat-y;
	text-align:justify;
	width:117px; white-space: normal; word-wrap: break-word;
	padding-left:7px;
	padding-right:13px;
}

.bocadillo2_down {
	background-image:url(images/down_bocadillo2.png);
	background-repeat:no-repeat;
	width:140px;
	height:13px;
	margin-left:-5px;
}

#addressbook {
	position:absolute;
	top: 100px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

.celltype1ab_title {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight:bold;
        background-color:#EEE;
        color:#333;
        height:25px;
}

.celltype2ab_title {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight:bold;
        background-color:#DDD;
        color:#333;
        height:25px;
}

#webhistory {
	position:absolute;
	top: 100px;
	width:700px;
	left:50%;
	margin-left:-350px;
}

#callhistory {
	position:absolute;
	top: 100px;
	width:400px;
	left:50%;
	margin-left:-200px;
}

#picturelist {
	position:absolute;
	top: 100px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#picturetable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	cursor: pointer;
	text-align:center;
	width:900px;
	--height:50px;
}

#picturetable .type1 {
	background-color:#AAA;
	width:225px;
	height:200px;
	vertical-align:middle;
}

#picturetable .type2 {
	background-color:#BBB;
	width:225px;
	height:200px;
	vertical-align:middle;
}

#picturetable td:hover {
	background-color:#DDD;
}

#paging {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	cursor: pointer;
	text-align:center;
	width:900px;
	height:30px;
}

#paging td {
	background-color:#AAA;
}

#paging td:hover {
	background-color:#DDD;
}

#paging td.hided {
	background-color:transparent;
}

#paging td.hided:hover {
	background-color:transparent;
	cursor:default;
}

#pagingmenu {
	position:absolute;
	top: 67px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#picturebox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #AAA;
	position: absolute;
	z-index: 9002;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 520px;
	margin-left: -260px;
	margin-top: -250px;
	text-align: center;
	vertical-align: middle;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#applog {
	position:absolute;
	top: 100px;
	width:600px;
	left:50%;
	margin-left:-300px;
}

#applogpaging {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	cursor: pointer;
	text-align:center;
	width:600px;
	height:30px;
}

#applogpaging td {
	background-color:#AAA;
}

#applogpaging td:hover {
	background-color:#DDD;
}

#applogpaging td.hided {
	background-color:transparent;
}

#applogpaging td.hided:hover {
	background-color:transparent;
	cursor:default;
}

#settings {
	position:absolute;
	top: 100px;
	width:720px;
	left:50%;
	margin-left:-360px;
}

#settingstable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	width:400px;
	padding:0px;
	margin:0px;
}

#settingstable td.title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 20px;
	background-color:#CCC;
	text-align:left;
	color:#666;
}

#settingstable td.setting {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color:#AAA;
	text-align:right;
}

#settingstable td.value {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color:#AAA;
}

#settingstable td.separator {
	height:25px;
	background-color:transparent;
}

#settingstable td.save {
	height:25px;
	background-color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	color:#666;
}

#settingstable td.save:hover {
	background-color:#EEE;
}

#webhistorypaging {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        cursor: pointer;
        text-align:center;
        width:700px;
        height:30px;
}

#webhistorypaging td {
        background-color:#AAA;
}

#webhistorypaging td:hover {
        background-color:#DDD;
}

#webhistorypaging td.hided {
        background-color:transparent;
}

#webhistorypaging td.hided:hover {
        background-color:transparent;
        cursor:default;
}

#callhistorypaging {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	cursor: pointer;
	text-align:center;
	width:400px;
	height:30px;
}

#callhistorypaging td {
	background-color:#AAA;
}

#callhistorypaging td:hover {
	background-color:#DDD;
}

#callhistorypaging td.hided {
	background-color:transparent;
}

#callhistorypaging td.hided:hover {
	background-color:transparent;
	cursor:default;
}

#renewal {
	position:absolute;
	top: 80px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

.settingstitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:left;
}

#settingsvalues {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:white;
}

#savesettings {
	position:absolute;
	top: -20px;
	width:100px;
	right:20px;
}

#settingssaved {
	position:absolute;
	top: -12px;
	width: 200px;
	right: 150px;
	text-align:center;
	color:black;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background:#ffff66;
	vertical-align:middle;
	border-style:solid;
	border-color:black;
	border-width:1px;
}

#settingssaved img {
	display:table-cell;
	vertical-align:middle;
}

#footer {
	position:absolute;
	bottom:20px;
	left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:white;
}

#footer img {
	vertical-align:text-bottom;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:visited {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:white;
	text-decoration:none;
}
#footer a:link {
	color:white;
	text-decoration:none;
}
#footer a:active {
	color:white;
	text-decoration:none;
}

#firstsync {
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	position:absolute;
	width:400px;
	top:150px;
	left:50%;
	margin-left:-200px;
	text-align:center;
}

#firstsync .sub {
	font-size:12px;
	position:absolute;
	width:500px;
	top:50px;
	left:50%;
	margin-left:-250px;
}

#mailcontent {
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	top:200px;
	left:100px;
	text-align:left;
	font-size:14px;
	color:#FFF;
}

#mailcontent .header {
	font-size:24px;
}

#demodiv {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	position:absolute;
	top:0px;
	right:0px;
	margin-right:10px;
	color:#03F;
	width:100px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	background-color:#F90;
	text-decoration:none;
}

#demodiv a {
	color:white;
	text-decoration:none;
}
#demodiv a:hover {
	color:white;
	text-decoration:none;
}
#demodiv a:link {
	color:white;
	text-decoration:none;
}
#demodiv a:active {
	color:white;
	text-decoration:none;
}
#demodiv a:visited {
	color:white;
	text-decoration:none;
}
