/* CMS element classes */

#scrollpane {
	float: right;
	width: 200px;
	height: 300px;
	overflow: auto;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	background-color : #f0f0f0;
	font-size: 10px;
}

#scrollpane a {
	font-size: 12px;	
}

.box {
	margin: 10px;
	padding: 20px;
	border: 1px dashed Silver;
	font-family: Verdana;
	background-color : #f9f9f9;
	-moz-border-radius: 20px;	
}


/* width of the search box */
.searchbox {
	width: 100px;
        border-color: #c0c0c0;
        font-size: 12px;
        padding: 2 2 2 2;
}
	
.heading {
	text-decoration: None;
	color: black;
	background-color: #6f90b3;
	font-weight: bold;
}

.searchbar {
        height: 10px;
	text-decoration: None;
	color: white;
	font-weight: bold;
	/* set an image from the files area as the backgound for the search bar */
	background: url(/themes/images/grad-grey.gif);

	/* or just a background colour */
	background-color: #F0F0F0;
        border-color: #c0c0c0;
        font-size: 12px;
	padding: 3px;
	border: 0px;
	cellspacing: 0px;	
        margin: 0px
}

.crumb-link { 
}

.crumb-divider { 
  display:inline;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 5px;
  width: 4px;
  height: 15px;
  vertical-align: bottom;
  background: #ffffff url(/shared/images/arrow_grey_4x15.gif) no-repeat;
}

/* this is the area containing the site navigation tree */
.navigation {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: None;
	color: #336633;
	font-weight: bold;
	width: 200px;
	/* set an image from the files area as the backgound for the navigation cell */
	/* background: url(/themes/images/gold_fade_bg_2.jpg);	 */
	/* or just a background colour background-color: #afa29a; */
	background: #F0F0F0 url(/shared/backgrounds/bg-sidebar-btm.gif) no-repeat bottom right;
        /* E4EEE4 */
}
/* #c7e0e2 */

/* maintable - controls the colour of the vertical line between the navigation region and the main content area. */
.maintable {
	border-color: #FFFFFF;
	/*border-color-light: #E0E0E0;
	border-color-dark: #E0E0E0; */
}

.content {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
    line-height: 150%;
    color: #333333;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px 15px 0px 15px;	
}

.content td {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;	
}

.teaser_icon {
        background: url(/shared/images/bullet-news.gif) no-repeat center;
}

.teaser_above {
    margin-top: 0px;
    margin-bottom: 10px;
	padding: 12px;
	border: 1px solid #c0c0c0;
	font-family: Arial;
	background-color : #f0f0f0;
	font-size: 12px;	
	-moz-border-radius: 10px;	
    clear: left;
}


.teaser_below {
    margin-top: 0px;
	padding: 15px 15px 15px 10px ;
	border: 0px solid #c0c0c0;
	font-family: Arial;
	background: #f0f0f0 url(/shared/backgrounds/bg-sidebar-btm.gif) no-repeat bottom right;
	font-size: 12px;	
	/* -moz-border-radius: 10px;	*/
    clear: left;
}

.teaser_heading h2 {
    margin: 0 0 0 0;
	padding: 5px 5px 5px 10px;
	border: 0px solid #7f826d;
	font-family: Arial;
	font-size: 14px;	
	color: #FFFFFF;
	background: #7f826d url(/shared/backgrounds/bg-teasers-top-left.gif) no-repeat top left; 
	/* background: #6f90b3  url(/themes/images/grad-grey.gif); */
	/* -moz-border-radius: 10px;	*/
    clear: left;
}

.teaser_right {
    margin: 0px 0px 0px 0px;
	padding: 12px;
	border: 0px solid #c0c0c0;
	font-family: Arial;
	background-color : #f0f0f0;
	font-size: 12px;	
    clear: right;
}

.teaser a {
	font-size: 12px;	
}


.bottom {
	background: url(images/backgrounds/footer.jpg);  repeat-x;
}

.loginform {
        margin-top: 15px;
	padding: 10px;
	border: 1px solid #999999;
	font-family: Arial;
	background-color : #e0e0e0;
	font-size: 10px;	
	font-weight : normal;
	-moz-border-radius: 10px;	
}

.loginform input {
        color: #666666;
	background-color: #f0f0f0;
        border: 1 solid #c0c0c0;
        margin-top: 5px;
        margin-bottom: 0px;
}

.loginform a{
	font-size: 10px;	
}

.submitButton {
	background: url(/shared/backgrounds/gnav_bg.gif);  repeat-x;
	color: #888888;		
	font-size : 10px;
        border: 1 solid #c0c0c0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 1 1 1 1;
}





