/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Boxes' */
/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #ffffff;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .boxedcontent {
	padding: 10px;
	background: #ffffff url(/images/back/bar.png) repeat-x;
}

.boxed .boxedmenu {
	padding: 10px;
}
/* End of 'Boxes' */

/* Start of CMSMS style sheet 'Footer' */
/* Footer */

#footer {
         
        background: #FFFFFF url(images/back/bg_f.png) repeat-x;
	padding: 20px 80px;
	clear: both;
	border-top: 1px solid #CAD4DF;
	position: relative;
}

#footer p {
	margin: 0;
	padding-left: 10px;
	font-size: x-small;
	line-height: 120%;
}

#footer ul.footer {
	margin: 0;
	padding-left: 10px;
	font-size: x-small;
	line-height: 120%;
}

#footer .rightside {
	margin-left: 142px;
}

#footer ul li {
	list-style: none;
	padding-left: 40px;
	font-size: x-small;
	line-height: 120%;
}
/* End of 'Footer' */

/* Start of CMSMS style sheet 'Header' */
/* Header */

#header {
	width: 900px;
	height: 281px;
	margin: 0 auto;
        background: url(/images/head2.jpg) repeat-x;     
}





/* Header > Logo */

#logo {
	height: 250px;
	clear: both;
}

#logo h1, h2 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #549DC7;
}

#logo h1 {
	padding: 17px 0;
	text-transform: uppercase;
	font-size: 3em;
	color: #FF9900;
}

#logo h2 {
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 0.5em;
	color: #549DC7;
}

#logo a {
	text-decoration: none;
	color: #31A232;
}

div.right {
	left: 180px;
	margin: 0 240px 0 0;
	padding-top: 10px;
}  

div.left {
	padding-left: 30px;
	position: relative;
}

div.breadcrumbs {
	padding-left: 60px;
	position: relative;
}
/* End of 'Header' */

/* Start of CMSMS style sheet 'Leftside' */
/* Content > Left Side */

#leftside {
	float: left;
	width: 210px;
	position: relative;
	margin: 0;
	padding: 0;
        display: inline;  /* FIX IE double margin bug */

}

/* End of 'Leftside' */

/* Start of CMSMS style sheet 'Main' */
/* Content */

#content {
	width: 900px;
	margin: 0 auto;
        position: relative;



}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

#content a:hover {
	border-bottom: 1px;
}

/* Content > Main */

#main {
	width: 680px;
	margin: 1px 0px;
        position: relative;
	float: right;
}

/* Content > Main > ContentHeader */

div#contentheader {
	padding: 40px 30px 0 30px;
	background: #FFFFFF url(images/back/bar.png) repeat-x ;
	height: 50px;
}                       

div#contentheader h2 {
	margin: 0 auto;
	padding-left: 20px;
	border-bottom: 1px solid #0099FF;
	padding-bottom: 15px;
	text-transform: lowercase;
	font-size: 1.1em;
        font-weight: bold;

}
/* Content > Main > ContentBody */

div#contentbody {
	background: #FFFFFF url(images/bg-li.png) repeat-x left bottom;
	padding: 0 10px 30px 10px;
}

div#contentbody h3 {
	padding: 20px 0;
	text-align: center;
	line-height: 120%;
	margin-bottom: 1em;
	letter-spacing: 2px;
	font-size: .9em;
}

div#contentbody h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 8px;
	line-height: 120%;
}

div#contentbody h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 4px;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/im/img11.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

/* Posts */

#posts {
	float: right;
	width: 510px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
	background: url(images/im/img10.gif) repeat-x;
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/im/img03.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
	list-style: url(images/im/img12.gif);
}

#posts ul li {
}




div#contentbody ul {
	margin-left: 0;
	padding-left: 18px;
	list-style: none;
}

div#contentbody .brownbullet li {
	background: url(images/img17.png) no-repeat 0 8px;
	padding: 2px 15px;
}

div#contentbody .bluebullet li {
	background: url(images/img16.png) no-repeat 0 8px;
	padding: 2px 15px;
}

div#contentbody .greenbullet li {
	background: url(images/im/img12.gif) no-repeat 0 8px;
	padding: 4px 15px;
}

div#contentbody .brown {
	color: #d07c53;
}

div#contentbody .blue {
	color: #53a7d0;
}

div#contentbody .green {
	color: #70d053;
}

div#contentbody ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

div#contentbody .listblock {
	margin: 0 auto;
	padding: 0;
	width: 675px;
	background: #FFFFFF;
}

div#contentbody .listblock .listtitle {
	height: 28px;
	padding: 5px 0 0 20px;
	background: #FFFFFF url(images/img13.gif) no-repeat;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

div#contentbody .listblock .listentry {
	padding: 10px;
	background: #FFFFFF url(images/img09.gif) repeat-x;
}

div#contentbody p {
	padding: 0 20px;
}

div#contentbody#twocolumns {
	width: 560px;
	margin: auto 0;
	padding: 0;
}

#twocolumns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twocolumns li {
	display: block;
	float: left;
	width: 260px;
	padding: 10px 0;
}

#twocolumns li ul {
	line-height: 1.8em;
}

#twocolumns li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#twocolumns h2 {
	height: 28px;
	padding: 5px 0 0 20px;
	background: #FFFFFF url(images/img19.gif) no-repeat;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

/* Content > Main > ContentFooter */

div#contentfooter {
	width: 650px;
	margin: 0 auto;
	padding: 10px 1px;
}


/* End of 'Main' */

/* Start of CMSMS style sheet 'Sidebar' */
/* Content > Sidebar */

#sidebar {
	float: right;
	width: 1px;
	position: relative;
	margin: 0;
	padding: 0;
}

#sidebar h2.title {
	height: 25px;
	margin: 0;
	padding: 5px 20px 0 0;
	background: url(images/img08.gif) no-repeat;
	font-weight: bold;
	font-size: 100%;
	color: #549DC7;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Sidebar > Top Menu */

#sidebar #topmenu {
	float: right;
	height: 32px;
	margin: 0 -4px 0 0;
}

#sidebar #topmenu ul {
	margin: 0;
	list-style: none;
}

#sidebar #topmenu li {
	display: inline
}

#sidebar #topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#sidebar #topmenu a:hover {
}

#sidebar #topmenu span {
	display: none;
}

#sidebar #topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#sidebar #topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}

#sidebar #topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Content > Sidebar > News*/

#sidebar #news #NewsScroller {
	height: 200px;
}

#sidebar #news a {
	text-decoration: none;
}

#sidebar #news #m6email, #m6username {
	width: 155px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#sidebar #news #m6submit {
	float: right;
	width: 80px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#sidebar #news #m7email, #m7username {
	width: 155px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#sidebar #news #m7submit {
	float: right;
	width: 80px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

/* Content > Sidebar > Search*/

#sidebar #search {
	margin-top: 8px;
}

#sidebar #search label {
	display: block;
}

#sidebar #search #cntnt01searchinput {
	width: 155px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#sidebar #search #inputsubmit1 {
	float: right;
	width: 80px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

/* Content > Sidebar > Login */

#sidebar #login {
}

#sidebar #login label {
	display: block;
}

#sidebar #login #inputtext1, #login #inputtext2 {
	width: 155px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#sidebar #login #inputsubmit1 {
	float: right;
	width: 80px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#sidebar #login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}
/* End of 'Sidebar' */

/* Start of CMSMS style sheet 'CBD_cataloger' */
.catmainpic {
	text-align: center;
}
.catmainpic img {
	border: 1px solid #ccc;
	padding: 10px;	
}
.catdescription {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 15px;
}
.category_items {
	text-align: center;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
.category_items br {
	clear: both;
}
.category_box {
	float: left;
	text-align: center;
	width: 130px;
	height: 150px;
	margin: 5px 15px;
}
.category_item {
	text-align: center;
	width: 130px;
	height: 130px;
	border: 1px solid #ccc;
}
.category_title {
	text-align: center;
	width: 130px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.item_mainimage{
	text-align: center;
}
.item_mainimage img {
	border: 1px solid #ccc;
	padding: 10px;	
}
.item_thumbnails {
	text-align: center;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
.item_thumbnails br {
	clear: both;
}
.item_thumb {
	float: left;
	text-align: center;
	margin: 5px 10px;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}
.item_attribute_name {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #003399;
}
.item_attribute_val {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	padding-bottom: 10px;
}
/* End of 'CBD_cataloger' */

/* Start of CMSMS style sheet 'LightBox Sample CSS' */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/modules/LightBox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(modules/LightBox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/LightBox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* End of 'LightBox Sample CSS' */

/* Start of CMSMS style sheet 'CSSMenu - Vertical' */
/* MENU*/

#menuwrapper {
	
   padding: 0;
   margin: 0;
   font-size: x-small;
   text-align: left;
   width: 95%;
   font-weight: bold;
}

#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-left: 0px;
}
#primary-nav ul {
	position: absolute;
	top: 5px;
	left: 95%;
	display: none;
}
#primary-nav ul ul {
	top: 0px;
}

/** fix kktu di IE  display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.2em 0.4em 2.2em; /* some air for it */
   background: url("images/parent.png") no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border: none;
}

#primary-nav li {
        margin-bottom: -1px;
	position: relative;
	padding: 0px;
	background: url("images/parent.png") no-repeat 0.5em center;
        list-style: none;
        margin: 0;
        border-bottom: 1px solid #c0c0c0;
        display: block;  
}
#primary-nav li li {
	width: 220px;
	padding: 0px;
        background: url("images/parent.png") no-repeat 0.5em center; 
       
}


/* border pt nivelul 2-3*/
#menu_vert ul ul li {
        border: none;
}



ul#primary-nav li a {
	font-weight: bold;
	color: #0484C8;
	padding: 0.7em 2em 0.7em 2.2em;
	display: block;
	text-decoration: none;
	background: url("images/parent.png") no-repeat 0.5em center; 
}
ul#primary-nav a span {
	display: block;
	padding-left: 1.5em;
}
ul#primary-nav li a:hover {
	background-color: #E6E6E6;
        padding-left: 25px;
/* changes text color on hover */
	color: #009933;
}
ul#primary-nav li li a:hover {
   background: url("images/parent.png") no-repeat 0.4em center;
   background-color: #E6E6E6;
   padding-left: 30px;	 
   color: #009933;

         
}
ul#primary-nav li a.menuactive {
	   background: url("images/active.png") no-repeat 0.4em center;
        background-color: #009933;
        color: #fff;
	font-weight: bold;
}
ul#primary-nav li li a.menuactive {
	background: url("images/active.png") no-repeat 0.4em center;
        background-color: #009933;
        color: #fff;
	font-weight: bold;
}
ul#primary-nav li ul a {
	text-align: left;
	margin: 1px;
        color: #0484C8;
	position: relative;
        padding: 0.7em 2em 0.7em 2.2em;
	font-weight: bold;
	
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #374B51;
	border-bottom: 1px solid #374B51;
        opacity: 0.96;
/* CSS 3 */
}
/* Fixes IE7 bug */
#primary-nav li, #primary-nav li.menuparent {
	min-height: 1em;
}

#primary-nav li li.menuactive, #primary-nav li.menuactive.menuparenth li.menuactive {
	   background: url("images/active.png") no-repeat 0.4em center;
          background-color: #009933;
          color: #fff;
}
#primary-nav li.menuparent span {
	padding-left: 1.5em;
	background: url("images/active.png") no-repeat left center;
}
#primary-nav li.menuparent:hover li.menuparent span {
	padding-left: 0;
        background: url("images/active.png") no-repeat 0.4em center;
}
#primary-nav li.menuparenth li.menuparent span,
#primary-nav li.menuparenth li.menuparenth span {
	padding-left: 0;
	background: url(images/parent.gif) no-repeat right center;
}
#primary-nav li.menuparenth span,
#primary-nav li.menuparent:hover span,
#primary-nav li.menuparent.menuactive span,
#primary-nav li.menuparent.menuactiveh span {

	background: url(images/parent.png) no-repeat left center;
}
#primary-nav li li span,
#primary-nav li.menuparent li span,
#primary-nav li.menuparent:hover li span,
#primary-nav li.menuparenth li span,
#primary-nav li.menuparenth li.menuparenth li span,
#primary-nav li.menuparent li.menuparent li span,
#primary-nav li.menuparent li.menuparent:hover li span  {
	background:  none;
	padding-left: 0px;
}
/* IE6 flicker fix */
#primary-nav li.menuh,
#primary-nav li.mnuparenth,
#primary-nav li.mnuactiveh {
	background: url(images/parent.png) no-repeat right top;
	color: #899092
}
#primary-nav li:hover li a {
	background:  none;
	color: #0484C8;
}
/* dac o sa shie mai mult de 3 nivele adaug
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* pt a 4-le adaug
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}

#primary-nav li,
#primary-nav li.menuparenth {
}	
#primary-nav li a {
	
}

#primary-nav li.sectionheader {
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	font-size: 130%;
	font-weight: bold;
	padding: 10em 0 0.8em 0.5em;
	background-color: #fff;
	width: 100%;
}
/* separator */
#primary-nav li hr.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#primary-nav li.separator hr {
   display: none; /* this is for accessibility */
}
/*end nna */
/* End of 'CSSMenu - Vertical' */

/* Start of CMSMS style sheet 'General' */
body {
	background: #F2FCFF url(images/back/bg.png) repeat-x fixed;

        color: #333333;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
} 

form {
	padding: 0 !important ;
	margin: 0 !important ;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}

#pagewrapper {
	margin: 0 auto;     /* this centers wrapper */
	max-width: 1000px; /* IE wont understand these, so we will use javascript magick */
	min-width: 400px;
}

/* relational links under content */
div.left33 {
	font-size: x-small;
	float: left;
	width: 240px;
	position: relative;
	padding-right: 10px;
	 /* 50% for both left and right might lead to rounding error on some browser */
}

div.center33 {
	font-size: x-small;
	text-align: center;
	width: 60px;
	float: left;
	position: relative;
}

div.right33 {
	font-size: x-small;
	float: right;
	text-align: right;
	width: 300px;
	position: relative;
	padding-left: 10px;
}


/* Images */

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Links */

a,
a:link 
a:active {
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit; 
	color: #18507C; 
}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #0484C8 ;                /* a different color can be used for visited links */
}

a:hover {
	text-decoration: none;
	color: #009933;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

.clearb {
	clear: both;
}

p, ul, ol {
	margin-bottom: 0.5em;
	line-height: 120%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin: 10px 20px;
	line-height: 100%;
}

.indent {
	text-indent: 20px;
}

.heightspacer {
	line-height: 18px;
}

.hide {
	display: none;
}

/* begin Box,  */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 930px;
	min-width:23px;
	min-height:23px;
}

.art-Sheet-body
{
	position:relative;
	z-index:1;
	padding: 16px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 42px;
	height: 42px;
	background-image: url("/images/Sheet-s.gif");
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 21px, 21px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 21px, 21px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(21px, 21px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(21px, auto, auto, 21px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 21px;
	right: 21px;
	height: 42px;
	background-image: url("/images/Sheet-h.gif");
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 21px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(21px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 21px;
	bottom: 21px;
	width: 42px;
	background-image: url("/images/Sheet-v.gif");
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 21px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 21px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-color: #FFFFFF;
}


.art-Sheet
{
	margin-top: 5px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:930px;
}

/* end Box, Sheet */


/* End of 'General' */

