/* Managed Diabetes Care - Style 1 */
/* 
Color Palette
	#EDEDED pale gray
	#999999 medium gray
	#F5F5F5 light gray
	#DAEDFF light blue
	#51A4D8 medium blue
	#006699 dark blue
	#009900 green
*/

html, body{ 
	height:100%;
	background-color:#FFF;
}
body{
	font-family: Times New Roman, Georgia, Serif;
	font-size:12px;
	color:#666633;
	margin:0;
	background-color:#FFF;
}

td.bordleft{
	background-image:url(assets/border_dots.gif);
	background-repeat:repeat-y;
}

td.bordleft2{
	background-image:url(assets/border_dots.gif);
	background-repeat:repeat-y;
	padding-left: 20px;
}

td.bordleft3{
	background-image:url(assets/border_dots.gif);
	background-repeat:repeat-y;
	/*padding-left: 20px;*/
}

td.padright{
	padding-right: 20px;
}

td.admin{
	font-family:Verdana;
	font-size:11px;
	line-height: 15px;
	color:#333333;
}

p.nopad{
	padding: 0;
	margin: 0;
}

td.bordtlr{
border-top:#8a343d solid 1px;
border-left:#8a343d solid 1px;
border-right:#8a343d solid 1px;
}
td.bordbot{
border-bottom:#8a343d solid 1px;
}
.bgcolor1{
	background:#FFFFFF;
	padding:1px 0 1px 0;
}
.bgcolor2{
	background:#eeeeee;
	padding:1px 0 1px 0;
}



/****************** TEXT FORMATTING ************************/
p{
	font-family:Times New Roman, Georgia, Serif;
	font-size:14px;
	color:#000000;
	margin:10px 10px 10px 20px;
	padding:0 5px 0 5px;
}

p.red{
	padding-left: 4px;
	font-weight:bold;
	font-size:14px;
	margin: 0 0 10px 5px;
	color:#8a343d;
}
h1{
	font-family:Times New Roman, Georgia, Serif;
	font-weight:bold;
	font-size:24px;
	color:#8a343d;
	margin:10px 10px 10px 25px;
}
h2{
	font-family:Arial Narrow, Arial, Sans-Serif;
	font-weight:bold;
	font-size:18px;
	color:#8a343d;
	margin:10px 10px 10px 25px;
}
h3{
	font-family:Arial Narrow, Arial, Sans-Serif;
	font-size:16px;
	color:#8a343d;
	margin:0 0 0 15px;
	padding:0;
}
h4{
	font-family:Arial Narrow, Arial, Sans-Serif;
	font-weight:normal;
	font-size:18px;
	color:#5a2569;
	margin:0 0 0 0;
}

a:link{
	font-family:Times New Roman, Georgia, Serif;
	color:#3333cc;
	font-weight:bold;
	text-decoration:underline;
}
a:active{
	font-family:Times New Roman, Georgia, Serif;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	font-family:Times New Roman, Georgia, Serif;
	color:#3333cc;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	font-family:Times New Roman, Georgia, Serif;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
}

a.menu:link{
	font-family:Arial, Sans-Serif;
	font-size:14px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:none;
	background: url(assets/menu_arrow.gif) left top repeat-y;
	padding-left: 12px;
}
a.menu:active{
	font-family:Arial, Sans-Serif;
	font-size:14px;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
	background: url(assets/menu_arrow_active.gif) left top repeat-y;
	padding-left: 12px;
}
a.menu:visited{
	font-family:Arial, Sans-Serif;
	font-size:14px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:none;
	background: url(assets/menu_arrow.gif) left top repeat-y;
	padding-left: 12px;
}
a.menu:hover{
	font-family:Arial, Sans-Serif;
	font-size:14px;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
	background: url(assets/menu_arrow_hover.gif) left top repeat-y;
	padding-left: 12px;
}

a.combined:link{
	font-family:Arial, Sans-Serif
	font-size:14px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:none;
}
a.combined:active{
	font-family:Arial, Sans-Serif
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
a.combined:visited{
	font-family:Arial, Sans-Serif
	font-size:14px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:none;
}
a.combined:hover{
	font-family:Arial, Sans-Serif
	font-size:14px;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
}

a.news:link{
	font-family:Times New Roman, Georgia, Serif;
	color:#3333cc;
	font-weight:bold;
	text-decoration:underline;
}
a.news:active{
	font-family:Times New Roman, Georgia, Serif;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
}
a.news:visited{
	font-family:Times New Roman, Georgia, Serif;
	color:#3333cc;
	font-weight:bold;
	text-decoration:underline;
}
a.news:hover{
	font-family:Times New Roman, Georgia, Serif;
	color:#ff001b;
	font-weight:bold;
	text-decoration:underline;
}


hr.dotted{
	
	border:dashed #CCCCCC 1px;
	width: 90%;
	height: 1px;
	margin: 5px auto 10px auto;
}

hr.dotted2{
	
	border:dashed #CCCCCC 1px;
	width: 90%;
	height: 1px;
	margin: 0;
	padding: 0;
}

.smFont
	{
	font-family:Verdana, Arial;
	font-size:9px;
	color: #787878;
	}

/**************** Events **************************/

p.events{
	font-family:verdana, helvetica;
	font-size:11px;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
}

p.events2{
	font-family:verdana, helvetica;
	font-size:10px;
	line-height:11px;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
}

/**************** MAIN TABLEs AND TDs **************************/

.mainTbl{
	height:100%;
	background: #F5F5F5;
}
.mainTblDash{
	height:100%;
	background: #ffffff;
}
.banner{
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}
.leftCol{
	background:#EDEDED;
	border-bottom:3px solid #fff;
}
.signin{
	background:#DAEDFF;
	border-top:3px solid #fff;
}
.rightCol{
	background:#F3F3F3;
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	padding:0;
}
.footer{
	background:#EDEDED;
	border-top:3px solid #999;
	text-align:center;
	padding:2px 0 5px 0;
}
.footer a{
	font-size:10px;
	text-decoration:underline;
	color:#006699;
	padding-right:5px;
}
.footer a:active{
	font-size:10px;
	text-decoration:underline;
	color:#006699;
	padding-right:5px;
}
.footer a:visited{
	font-size:10px;
	text-decoration:underline;
	color:#006699;
	padding-right:5px;
}
.footer a:hover{
	font-size:10px;
	text-decoration:none;
	color:#51A4D8;
	padding-right:5px;
}

/***************** Form Input Classes ******************/
td.field{
	background: url('assets/input_bg.gif') no-repeat top left;
	height:21px;
	width:202px;
	padding-bottom:10px;
}
input.field{ /* There is a CONDITIONAL IE statement in the HTML code, above the sign-in form {margin-top:-1;}*/ 
	background:#EEEEEE;
	border:1px solid #000000;
	height:20px;
	width:201px;
}
.fieldTitle{
	background:#fff url('assets/input_title_bg.gif') no-repeat left top;
	height:20px;
	margin:0;
	padding:4px 0 0 6px;
	font-family:verdana, helvetica;
	font-size:14px;
	font-weight:bold;
	color:#006699;
}

/***************** Unordered List Classes ******************/

/*ul{
	padding: 0;
	margin: 0 0 10px 5px;
}*/

li{
	list-style-type: disc;
	padding-left: 10px;
	font-weight:bold;
	font-size:14px;
	margin: 0 0 10px 5px;
	color:black;
}

ul.blue{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 5px;
}
li.blue{
	background-image: url(assets/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 12px;
}


/***************** Text Size Style Switcher Classes ******************/
.textsize{
	padding-right:10px;
	font-family:verdana, helvetica;
	font-size:12px;
	font-variant:small-caps;
}
a.small:link{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	padding-top: 5px;
}
a.small:active{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	padding-top: 5px;
}
a.small:visited{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	padding-top: 5px;
}
a.small:hover{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#ff021d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	padding-top: 5px;
}
a.large:link{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	line-height:20px;
}
a.large:active{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	line-height:20px;
}
a.large:visited{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#8a343d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	line-height:20px;
}
a.large:hover{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#ff021d;
	font-weight:bold;
	text-decoration:underline;
	padding-right:0px;
	line-height:20px;
}

/**************************************************************/
.formTitle{
	font-family:verdana, helvetica;
	font-size:14px;
	color:#006699;
	margin:5px 0 5px 0;
	padding:0 5px 0 5px;
	text-align:right;
}