/*
 * Web2Phone Default CSS
 */


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #1F76BD;
}

#page {
	width: 777px;
	border: 1px solid #aaa;
	background-color: white;
	position: relative;
	z-index: 1;
}

#header {
	position: relative;
	text-align: right;
	width: 100%;
}

#navbar li.tab {
	background: url(/static/images/tab_right-gray.gif) no-repeat right top;
}

#navbar a {
	display: block;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 4px 10px;
}

#navbar a.tab {
	color: #fff;
	background: url(/static/images/tab_left-gray.gif) no-repeat left top;
}

/* IE6 hack to make the whole tab clickable. This rule will be ignored by all
   modern browsers. */
* html #navbar a.tab {
	width: .1em;
}

#navbar li.tab:hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

#navbar li > a.tab:hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}

/* IE6 specific styles */
#navbar li.tab_ie6hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

#navbar a.tab_ie6hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}
/* End of IE6 specific styles */

#navbar li > a:hover {
	text-decoration: underline;
}

body.section-1 li#nav-1,
body.section-2-Contacts li#nav-2-Contacts,
body.section-2-Calendar li#nav-2-Calendar,
body.section-2-Notes li#nav-2-Notes,
body.section-2-SMS li#nav-2-SMS,
body.section-3 li#nav-3,
body.section-4 li#nav-4,
body.section-5 li#nav-5,
body.section-6 li#nav-6,
body.section-7 li#nav-7,
body.section-1 li#nav-1:hover,
body.section-2 li#nav-2:hover,
body.section-3 li#nav-3:hover,
body.section-4 li#nav-4:hover,
body.section-5 li#nav-5:hover,
body.section-6 li#nav-6:hover,
body.section-7 li#nav-7:hover {
	background: url(/static/images/tab_right-blue.gif) no-repeat right top;
}

body.section-1 li#nav-1 a,
body.section-2-Contacts li#nav-2-Contacts a,
body.section-2-Calendar li#nav-2-Calendar a,
body.section-2-Notes li#nav-2-Notes a,
body.section-2-SMS li#nav-2-SMS a,
body.section-3 li#nav-3 a,
body.section-4 li#nav-4 a,
body.section-5 li#nav-5 a,
body.section-6 li#nav-6 a,
body.section-7 li#nav-7 a,
body.section-1 li#nav-1 a:hover,
body.section-2 li#nav-2 a:hover,
body.section-3 li#nav-3 a:hover,
body.section-4 li#nav-4 a:hover,
body.section-5 li#nav-5 a:hover,
body.section-6 li#nav-6 a:hover,
body.section-7 li#nav-7 a:hover {
	background: url(/static/images/tab_left-blue.gif) no-repeat left top;
}

div#login {
	top: 10px;
}

div.home_picture {
	float: right;
}

div#lvheader {
	background: #60b8e4;
}

div#lvheader-commands {
    padding-left: 5px;
    padding-right: 5px;
}

div#lvfooter {
	background: #60b8e4;
}

/*
div.itemfooter input,
div#lvheader input.btncmd {
	background-color: white;
	border: 1px solid black;
	color: black;
	cursor: pointer;
}

div.itemfooter input:hover,
div#lvheader input.btncmd:hover {
	background:#eeeeee none repeat scroll 0%;
}
*/

div#lvheader .btncmd {
	margin-left: 5px;
}

.expanded div.itemheader {
	border-bottom: solid 1px #60b8e4;
}

div.itembody {
	padding-top: 5px;
	padding-bottom: 5px;
}

.rtop *, .rbottom * { 
	display: block; 
	height: 1px; 
	overflow: hidden;
	background: red; 
}

.r1 { margin: 0 5px }
.r2 { margin: 0 3px }
.r3 { margin: 0 2px }
.r4 { margin: 0 1px; height: 2px }


.roundbox  {
	background-color: #60b8e4;
	padding: 10px;
}

.roundbox h3 {
	margin-top: 0px;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:12pt;
}
.roundbox p {
	margin-bottom: 0px;
}

.box {
	width: 30em;
	text-align: left;
	float: right;
	margin-left: 10px;
	
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 10pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
/*	line-height:15px;*/
}

/* begin tabs */
.calendarmenu {
	display: block;
	list-style: none;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;

	/* Hack for Internet Explorer 6 and 7. Without the height, the
	margins for the #tabbar appears both above and below the lis */
	height: 20px;
}

.calendarmenu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.calendarmenu li.tab {
	background: url(/static/images/tab_right-gray.gif) no-repeat right top;
}

.calendarmenu a {
	display: block;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 4px 15px;
}

.calendarmenu a.tab {
	color: #fff;
	background: url(/static/images/tab_left-gray.gif) no-repeat left top;
	font-size: x-small;
}

/* IE6 hack to make the whole tab clickable. This rule will be ignored by all
   modern browsers. */
* html .calendarmenu a.tab {
	width: .1em;
}

.calendarmenu li.tab:hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.calendarmenu li > a.tab:hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}

/* IE6 specific styles */
.calendarmenu li.tab_ie6hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.calendarmenu a.tab_ie6hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}
/* End of IE6 specific styles */

.calendarmenu li > a:hover {
	text-decoration: underline;
}

.calendarmenu li.selected,
.calendarmenu li.selected:hover {
	background: url(/static/images/tab_right-blue.gif) no-repeat right top;
}

.calendarmenu li.selected a,
.calendarmenu li.selected a:hover {
	background: url(/static/images/tab_left-blue.gif) no-repeat left top;
}

/* begin tabs */
.listmenu {
	display: block;
	list-style: none;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;

	/* Hack for Internet Explorer 6 and 7. Without the height, the
	margins for the #tabbar appears both above and below the lis */
	height: 20px;
}

.listmenu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.listmenu li.tab {
	background: url(/static/images/tab_right-gray.gif) no-repeat right top;
}

.listmenu a {
	display: block;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 4px 15px;
}

.listmenu a.tab {
	color: #fff;
	background: url(/static/images/tab_left-gray.gif) no-repeat left top;
	font-size: x-small;
}

/* IE6 hack to make the whole tab clickable. This rule will be ignored by all
   modern browsers. */
* html #tabbar a.tab {
	width: .1em;
}

.listmenu li.tab:hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.listmenu li > a.tab:hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}

/* IE6 specific styles */
.listmenu li.tab_ie6hover {
	background: url(/static/images/tab_right-lblue.gif) no-repeat right top;
}

.listmenu a.tab_ie6hover {
	color: #fff;
	background: url(/static/images/tab_left-lblue.gif) no-repeat left top;
	text-decoration: none;
}
/* End of IE6 specific styles */

.listmenu li > a:hover {
	text-decoration: underline;
}

.listmenu li.selected,
.listmenu li.selected:hover {
	background: url(/static/images/tab_right-blue.gif) no-repeat right top;
}

.listmenu li.selected a,
.listmenu li.selected a:hover {
	background: url(/static/images/tab_left-blue.gif) no-repeat left top;
}

.tag {
	color: #1F76BD;
}

.tag_colour_1 {
	color: green;
}

.tag_colour_2 {
	color: red;
}

.tag_colour_3 {
	color: blue;
}

.tag_colour_4 {
	color: yellow;
}


.version {
	padding: 1px;
	float: left; 
	color: silver;
}

div.pinmessage {
	padding: 4px;
	border: 2px solid #f00;
	font-weight: bold;
}
