@import "/modusadm/admin/js/cal/themes/system.css";
@import "/modusadm/admin/js/cal/themes/layouts/small.css";
/* * { color:rgb(159, 51, 39); margin:0px; padding:0px; } */
* { color:rgb(79, 79, 79); margin:0px; padding:0px; }
html { font-size:100%; }
body {
	/* background-image:url(/modustpl/img/bg1.jpg); */
	/* background-repeat:repeat; */
    font-family:arial, verdana, "lucida grande", helvetica, tahoma, "lucida sans unicode", sans-serif;
	/* font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, san-serif; */
	font-size:80%;
	font-weight:normal;
	line-height:1.4em;
}
img { border:0px; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { text-decoration:none; }
a:visited:hover { text-decoration:underline; }
#footer a { color:rgb(255, 250, 226); text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer a:visited { text-decoration:none; }
#footer a:visited:hover { text-decoration:underline; }
#wrapper {
	margin:10px auto;
	position:relative;
	width:990px;
}

#nav_top div a {
	font-weight:bold;
	font-size:1em;
}


/*  -------------------------------  */
/*  ----- FORM ELEMENT STYLES -----  */
/*  -------------------------------  */
.input_text {
    background:rgb(255, 255, 255) url(/modustpl/img/formInnerShadow.gif) no-repeat scroll left top;
	border:1px solid rgb(102, 153, 51);
	height:17px;
	padding-top:3px;
	text-indent:3px;
	width:200px;
}
.input_checkbox {
    border:1px solid rgb(102, 153, 51);
}
select {
	border:1px solid rgb(102, 153, 51);
	text-indent:3px;
	width:200px;
}
textarea {
    background:rgb(255, 255, 255) url(/modustpl/img/formInnerShadow.gif) no-repeat scroll left top;
	border:1px solid rgb(102, 153, 51);
	color:rgb(0, 0, 0);
}
.submit {
	background-color:rgb(242, 236, 213);
	border:1px ridge rgb(102, 153, 51);
	cursor:pointer;
	height:22px;
	padding:0px 2px 0px 2px;
	text-indent:0px;
	width:auto;
}
.submit:hover {
	background-color:rgb(159, 51, 39);
	color:rgb(255, 250, 226);
}

.sitemap {
	margin-left:20px;
}

.sitemap ul {
	margin-left:20px;
}

/*
.sitemap ul li {
	margin-left:10px;
}

.sitemap ul li ul {
	margin-left:10px;
}
*/

/*  -------------------------------  */
/* Used in Softvoyage Mini Form      */
/*  -------------------------------  */
.sv_mini_form_content {
	/* background-color:#F8F5DF; */


	background:url(/modustpl/img/sv_miniform_bg.png) repeat-x;


	border-right:1px solid rgb(102, 153, 51);
	border-bottom:1px solid rgb(102, 153, 51);
	border-left:1px solid rgb(102, 153, 51);
	color:#000000;
	display:none;
	margin-bottom:10px;
	padding:5px;
	/*
	height:auto;
	width:206px;
	 */
}
.form_el {
	border:1px solid rgb(102, 153, 51);
	/*
	background-color:#eeeeee;
	border:1px solid #666666;
	color:#000000;
	font-size:11px;
	 */
	/* padding-left:5px; */
	width:215px;
}
.sv_mini_form_submit {
	background:#cc0000;
	color:#ffffff;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	height:auto;
	margin-bottom:5px;
	margin-top:7px;
	width:150px;
}
.sv_mini_form_tab {
	cursor:pointer;
}
.sv_mini_form_tab:hover {
	color:#ffffff;
}

.sv_mini_form_li_elements li {
	padding:2px 0px 2px 0px;
}

/*  -------------------------------  */
/* Used in rolling javascript box    */
/*  -------------------------------  */
 .tanc {FONT-WEIGHT: bold;FONT-SIZE: 10px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center;}
 .tabb { font-weight:bold; font-size:14px; font-family:Arial,Helvetica;TEXT-ALIGN: center;}
 .tac { font-weight:bold; font-size:12px; font-family:Arial,Helvetica;TEXT-ALIGN: center;}