body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ccc_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.ccc_text_error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: red;
	font-style:bold;
}

.ccc_text_subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}

.ccc_text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.ccc_text_small_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FF8000;
}

.ccc_text_tiny {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 9px;
	color: #549BE3;
	font-style:italic;
}

a, .text a, .text_small a
{
	text-decoration: none;	
	color: 000000;
	font-size: inherit;
}

a:hover, .text a:hover, .text_small a:hover
{
	text-decoration: underline;
	color: 333399;
	font-size: inherit;
}


a:active, .text a:active, .text_small a:active
{
	text-decoration: underline;
	color: 333399;
	font-size: inherit;	
}

a:visited, .text a:visited, .text_small a:visited
{
	color: 333399;
	font-size: inherit;
}





.input_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.search_box {
 	border:  1px dotted #dbdbdb;
	background-color:#FFFFFF;
}

/* for CMS menu */
.logged_in_message
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #191970;
}

.logged_in_message a:link
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message a:hover
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message a:active
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message a:visited
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message b
{
	color: #999999;
}

.logged_in_message hr
{
	color: #191970;
}

.logged_in_message table
{	
	position:relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #191970;
	border-style: double;
}


.not_published
{
	font-family: inherit;
	font-size: inherit;
	border-top: green thin dotted;
	border-bottom: green thin dotted;
	border-left: green thin dotted;
	border-right: green thin dotted;
}

/* for text size */
.small_a
{
	font-size: 9px;
	font-weight: normal;
}

.lg_a
{
	font-size: 12px;
	font-weight: normal;	
}

/* for delineating between records in list format */
.border_top
{
	border-top: #ededed solid thin;
	border-bottom: #ededed solid thin
}

.border_bottom
{
	border-bottom: #ededed solid thin
}

.dotted_underline 
{
	border-bottom:  2px dotted #dbdbdb;
}


/* for show/hide instruction div */
.instructions_visible 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dbdbdb;
	visibility: visible; 
	position: fixed;
}

.instructions_hidden 
{
	visibility: hidden; 
	position: absolute;
}

/*         for link to opencube        */
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
}

.tiny a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: none;
}

.tiny a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: none;
}

.tiny a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: underline;
}

.tiny a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: underline;
}

.tiny a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: none;
}

/* Calendar */

.calendarfont
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
}

.calendarweekdays
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
}

.calendarheader
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
}

.calendarheader
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight:500 
}	

