br { clear : both; }

img {
  border : none;
 }

.blankbox {
	border : 1px none White;
	margin : 0px;
	padding : 0px;
	width : 100%;
}

h1.CalendarTitle {
   color: #CC0000;
   font-size: 150%;
   margin: 0px;
   padding: 0px;
}


.centercolumn {
	margin : 2px;
}

.fixedbox{
	border : 0px none #F00;
        width : 100%;
	margin : auto auto;
	}

.fixedboxcenter{
	border : 1px none #0000CD;
	margin : auto;
	padding : 0px;
	text-align : center;
        width : 100%;
	}

.fixedboxleft{
	border : 1px none Lime;
	margin : auto;
	padding : 2px 2px 0px 0px;
	text-align : left;
        width : 100%;
}

 .tab {
	color:#000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
   height:15px;
	width:100%;
	background-image:url(images/profile_bgrd.gif);
	background-repeat:repeat-x;
   margin:auto;
}

 .bottomtab {
   height:6px;
   width:100%;
	background-image: url(images/profile_bottombgrd.gif);
   background-repeat:repeat-x;
   margin:auto;
 }

.tableboxleft {
	text-align : left;
	width : 600px;
}

.fixedboxright{
	border : 1px none #FFF;
	margin : 0px auto 0px auto;
	padding : 2px 2px 0px 0px;
	text-align : right;
        width : 100%;
}

.fixedfootright{
	border : 0 none #FFF;
	margin : 0px;
	padding : 2px 2px 0px 0px;
	text-align : right;
	width : 600px;
}

.fixedtitleright{
	border : 1px  none #FFF;
	margin : 0px auto auto;
	font-weight : bold;
	text-align : right;
	width : 600px;
}

.footercenter{
	border : 0 none #FFF;
	margin : 0px;
	padding : 0px;
	text-align : center;
	width : 100%;
	font-size:80%;
}

.formcolumn {
	width: 49%;
	float: left;
	text-align: left;
	border: 1px none blue;
}

.formright {
	width: 49%;
	float: right;
	text-align: right;
	border: 1px none green;
}

.formwide {
	width: 98%;
	float: left;
	text-align: left;
}

.leftcolumn {
  margin: 2px;
}

.LgDay{
	font-weight: bold;
	padding: 2px;
	margin-left: 0px;
	float: right;
	border: none;
	font-size: 120%;
}

 .BlkDay .LgDay, .BlkDay .SmDay{
	font-weight: bold;
	padding: 2px;
	margin-left: 0px;
	background-color: transparent;
	border: none;
}

.lineboxsmall {
  width : 400px;
  border : 1px solid Black;
 }

.linebox  {
  width : 600px;
  margin : auto;
  border : 1px solid Black;
}

.lineboxleft {
  text-align: left;
  border: 1px solid Black;
  width : 100%;
  margin:auto;
  padding: 2px;
 }

.lineboxright {
  text-align: right;
  border: 0px solid Black;
  width : 100%;
  margin: auto;
 }

.button {
/* margin-bottom: 2px;
 margin-right: 2px;*/
}

.MixFloat {
  float:right;
}

.size100{
  margin-left : 15px;
  width : 100px;
}

.size250{width : 250px;}

.size300{width : 300px;}

.size350{width : 350px;}

.tctrbdr {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border : 1px solid Black;
}

.tiny {
	font-size: 11px;
}

.hidden {
	display : none;
}

caption{
	text-align:center;
	font-family: Arial,Helvetica,Sans-serif;
	color: #000000;
	font-size: 13px;
}

.lrgText {
	font-size: 16px;
}

.headlineLrgText {
	font-size: 18px;
}

/* -------------------- From old style sheet --------------------------------------------- */

font         { font-family: Arial,Helvetica,Sans-serif; color: #000000; font-size: 13px }

.headline    { background-color: #CC0033; background-repeat: repeat; background-image:
               none; background-position: 0% }
.headline font { color: #FFFFFF }
.footer      { background-color: #CC0033; background-repeat: repeat; background-image:
               none; background-position: 0% }
.footer font { color: #FFFFFF }
.label       { background-color: #CC0033; background-repeat: repeat; background-image:
               none; background-position: 0% }
.label font  { color: #FFFFFF }
.label a:link{ color: #FFFFFF }
.label a:visited { color: #FFFFFF }
.label a:active { color: #FFFFFF }

.strip       { background-color: #000000; background-repeat: repeat; background-image:
               none; background-position: 0% }
.strip font  { color: #FFFFFF }

.red {
	color: #F00;
}

br {clear: both;}
