
/*  STYLES FOR ROSECOM */


* {
padding:0;
margin:0;
}

body {
padding:12px;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
background:#666666;
}

#container {
	background-color: #FFFFFF;
	background-position: center;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

/* HEADER */

#header {
	background:url(../Images/head_bg_fill.jpg) top left repeat-x;
	height:77px;
    overflow:hidden;
	}	
#header_left {
	background:url(../Images/head_bg_left.jpg) top left no-repeat;
	height:77px;
	}	
#header_right {
	background:url(../Images/head_bg_right.jpg) top right no-repeat;
	height:77px;
	}
	
#logo {
	width:auto;
	float:left;
	margin:11px 0 0 11px;
	border:0;
	}

#printlogo {
	width:auto;
	margin:11px 0 0 22px;
	border:0;
	}

#logo img {
	border:0;
	}
	
#headtext_center {
	text-align:center;
	padding:30px 0 0 0;
	}					

#headtext_center h1 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	color:#999999;
	}
	
#headtext_right {
	float:right;
	text-align:right;
	width:267px;
	margin:11px 11px 0 0;
	}	
	
#headlinks {
	text-align:right;
	font-size:75%;
	}

#headlinks a {
	color:#666666;
	text-decoration:none;
	}

#headlinks a:hover {
	color:#CC0000;
	text-decoration:underline;
	}

/*  TOP NAV */

#topnav {
	background:url(../Images/topnav_bg.jpg) top left repeat-x;
	height:32px;
	width:auto;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 0;
	border-left: 1px solid #999999;
    overflow:hidden;
	}

#topnav ul {
	width:auto;
	list-style:none;
	margin:0;
	padding:0;
	}

#topnav li {
	display:inline;
	background:url(../Images/topnav_div.jpg) top right no-repeat;
	height:30px;
	padding:6px 12px 6px 12px;
	margin:0;
	}

#topnav li a {
	line-height:32px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	}	

#topnav li a:hover {
	font-size:10px;
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
	}	


/*  HERO  */

#hero {
	background:#6A90D2;
	width:auto;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}

#heropic {
	width:auto;
	}

#heropic h1 {
	font-size:25pt;
	color:#FFFFFF;
	font-weight:normal;
	padding:30px 0 0 30px;
	}

#heropic p {
	margin:0 0 0 30px;
	color:#FFFFFF;	
	}

.heropanelbox {
	float:right;
	width:248px;
	padding:10px 20px 0 0;
	text-align:right;
	}

#adminbuttons {
	margin:5px 0 0 30px;
	}

/*  PAGE AREA */

#pagecontainer {
	background:#FFFFFF;
	padding:1px;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 0;
	border-left: 1px solid #999999;
	}

#pagearea {
	background:#FFFFFF url(../Images/page_bg.jpg) top left repeat-x;
	padding:25px 20px 20px 25px;
	}

#printcontainer {
	background:#FFFFFF;
	padding:1px;
	border:0;
	}

#printpage {
    background:#FFFFFF;
    padding:5px 20px 20px 25px;
}


/* GENERAL STYLING */

img {
	border:0;
	}

h2 {
	font-size:13pt;
	color:#990000;
	font-weight:bold;
	margin:3px 0;
	}

h3 {
	font-size:13pt;
	color:#666666;
	font-weight:bold;
	margin:3px 0;
	}

p {
	margin:10px 0;
	}

hr {
	color: #FFFFFF;
	text-align: left;
	height: 1px;
	width: 100%;
	border-top: 1px dotted #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	background-color: #FFFFFF;
	margin:8px auto;
}

ul {
  margin: 5px 0 5px 20px;
}

a {
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	}

a:hover {
	color:#800000;
	text-decoration:underline;
	}
		
.divider {
	width:inherit;
	border-top:dotted 1px #CCCCCC;
	margin:10px 0;
	}

.link a {
	background:url(../Images/arrow_green.gif) no-repeat;
	font-size:75%;
	font-weight:bold;
	color:#666666;
	padding: 2px 0 5px 23px;
	line-height:20px;
	text-decoration:none;
	}

.link a:hover {
	background:url(../Images/arrow_red.gif) no-repeat;
	font-size:75%;
	font-weight:bold;
	color:#CC0000;
	padding: 2px 0 5px 23px;
	line-height:20px;
	text-decoration:underline;
	}

.bigred {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin:0:
	padding:0;
	}

/* TABLES */

.tablebox {
  width: auto;
  padding: 0;
  margin: 0;
}

.tablebox td {
  padding:4px 4px 4px 0;
  border-bottom:solid 1px #CCCCCC;
}

.tableform {
  width: auto;
  padding: 0;
  margin: 0;
}

.tableform td {
  font-size: 10px;
  padding:4px 4px 4px 0;
}

/*  PANELS  */



.panelbox {
	float:right;
	width:238px;
	/*background:#FFFFFF;*/
	padding:0 0 0 10px;
	text-align:right;
	}

.paneltitle {
	width:auto;
	height:20px;
	background:url(../Images/panel_head_bg.jpg) top left repeat-x;
	border:solid 1px #666666;
	color:#FFFFFF;
    font-weight:bold;
	font-size:10px;
	padding:0 0 0 6px;
	line-height:18px;
	text-align:left;
	}


.panelcontent {
	padding:10px;
	}

.panelcontent ul {
     display:block;
     margin:3px 0 3px 16px;
    }
.panelcontent li {
    list-style: square;
    font-weight:bold;
    font-size:75%;
    color: #666666;
    margin:0;
    padding:0;
    }

.panelcontent a {
	background:url(../Images/arrow_green.gif) no-repeat;
	padding:2px 0 4px 20px;
	font-size:75%;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	}

.panelcontent a:hover {
	background:url(../Images/arrow_red.gif) no-repeat;
	color:#800000;
	text-decoration:underline;
	}

.imgpanel {
	float:right;
	width:228px;
	text-align:left;	
	}

.imgpanel h4 {
	font-size:18px;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:3px 0;
    margin:0 0 5px 0;
	}

.imgpanel h3 {
	font-size:13pt;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:3px 0;
    margin:0 0 8px 0;
	}

.navpanel {
	float:right;
	width:228px;
	background:#FFFFFF url(../Images/panel_bg.jpg) repeat-x;
	text-align:left;
	}

.navpanel ul {
	width:auto;
	margin:0;
	padding:0;
	/* list-style-position: outside;  */
	}

.navpanel li {
	list-style:none;
	height:35px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right-style: none;
	border-left-style: none;
	padding: 12px 0 0 0;
    text-indent:12px;
	}	

.navpanel a {
	background:url(../Images/arrow_green.gif) no-repeat;
	text-indent:12px;
	padding:2px 0 4px 20px;
	font-size:75%;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	}	
	
.navpanel a:hover {
	background:url(../Images/arrow_red.gif) no-repeat;
	color:#800000;
	text-decoration:underline;
	}


/* FOOTER */

#footer {
	clear:both;
	background:url(../Images/topnav_bg.jpg) top left repeat-x;
	height:32px;
	width:auto;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 0;
	border-left: 1px solid #999999;
    overflow:hidden;
	}

#footer ul {
	width:100%;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	}

#footer li {
	display:inline;
	background:url(../Images/topnav_div.jpg) top right no-repeat;
	height:35px;
	padding:4px 8px 6px 8px;
	margin:0;
	}

#footer li a {
	line-height:29px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	}	

#footer li a:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
	}

/* COPYRIGHT */

#copyright {
	float:left;
	width:48%;
	font-size:10px;
	color:#999999;
	text-align:left;
	}

#credit {
	float:right;
	width:48%;
	text-align:right;
	}	
	
#credit a {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	}		

#credit a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}

	
/* SITE DYNAMIC STYLES	*/

.ContentTable {
padding-left : 10px; 
padding-right : 10px; 
}

.msg {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #009900; 
font-weight : bold; 
text-transform : uppercase; 
text-decoration : none; 
vertical-align : bottom; 
}

.error {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #af5403; 
font-weight : bold; 
text-transform : uppercase; 
text-decoration : none; 
vertical-align : bottom; 
}

.Content {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #333333; 
text-decoration : none; 
}

.Content a:link , .Content a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #ff9700; 
text-decoration : underline; 
}

.Content a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #597f94; 
text-decoration : underline; 
} 

.square {
background-color : #ff9700; 
}

.itemHR {
border : 1px dashed #b0c2cc; 
height : 1px; 
}

.ShowLink {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
background-color : #ffffff; 
text-decoration : none; 
}

.ShowLink a:link , .ShowLink a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
text-decoration : underline; 
}

.ShowLink a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #5e5e5e; 
text-decoration : underline; 
}

.blnAdminMenu {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #597f94; 
font-weight : bold; 
}

.blnAdminMenu a , .blnAdminMenu a:link , .blnAdminMenu a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #597f94; 
font-weight : bold; 
text-decoration : underline; 
}

.blnAdminMenu a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #ff9700; 
font-weight : bold; 
text-decoration : underline; 
}

.txtsmall {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #333333; 
text-decoration : none; 
}

.txtsmall a:link , .txtsmall a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #597f94; 
text-decoration : underline; 
}

.txtsmall a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #333333; 
text-decoration : underline; 
}

.titlesmall {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #598094; 
text-decoration : none; 
}

.titlesmall a:link , .titlesmall a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #598094; 
text-decoration : none; 
}

.titlesmall a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #ff9700; 
text-decoration : none; 
}

.Installed {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #00a100; 
text-decoration : none; 
}

.NotInstalled {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #c0c0c0; 
text-decoration : none; 
}

.AdminMenuBox {
border : 1px dotted #b1b1b1; 
}

.AdminHR {
color : #598094; 
height : 1px; 
}

/* BEGIN NEW IN V1.2 */ 
.authenabled {
border: 1px solid #BEC9D1;
color: #000000;
}
.authdisabled {
border: 1px solid #EEEEEE;
color: #EEEEEE;
}
/* END NEW IN V1.2 */ 

/****************************************
	FORM ELEMENTS
*****************************************/
input , textarea , select {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #666666; 
background-color : #f4f6f8; 
border-color : #bec9d1; 
border-style : solid; 
border-width : 1px; 
} 
input.submit {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #ffffff; 
font-weight : bold; 
background-color : #597f94; 
border-color : #f4f6f8; 
border-style : solid; 
border-width : 1px; 
} 
input.apply {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #000000; 
font-weight : bold; 
background-color : #ffffff; 
border-color : #000000; 
border-style : solid; 
border-width : 1px; 
} 
input.delete {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #ffffff; 
font-weight : bold; 
background-color : #fc0000; 
border-color : #000000; 
border-style : solid; 
border-width : 1px; 
}