/*Aperam styles*/

/*------------------------------ BASIC PAGE SETTINGS --------------------------------*/
*{
	margin:0; 
	padding:0;
}
body.website {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color:#B7B8B1;
	
	height: 100%;
	background-image: url(images/bodybackground.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;

}

html, p, td
{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 16px;
}

/*------------------------------ GENERAL TEXT STYLES --------------------------------*/
h1 {
	font-size: 12px;
	color:#725a8c;
	font-weight: bold;
	padding-bottom: 5px;
	background-image: url('images/h1_ruler.gif');
	background-repeat: repeat-x;	
	background-position: bottom;	
}

#wrap
{
	position: relative;
	margin: 0 auto;
	width:968px;
	background-color: white;
	height: 100%;
	text-align: center;
}

h2 {
	font-size: 12px;
	color: #666;
	font-weight: bold;	
	padding-bottom: 5px;
	padding-top: 5px;
}

h3 {
	font-size: 12px;
	color: #666;
	font-weight:normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

h4 {
	font-size:12px;
	color: #666;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}

p {
	font-size:12px;
	padding-bottom: 8px;
}

#wrap a:link,
#wrap a:active,
#wrap a:visited
{
	font-size: 12px;
	color:#666;
	text-decoration:none;	
	border-bottom:1px dotted #cacaca; 	
}

#wrap a:hover
{
	color: #725a8c;
	border-bottom: 0px;
}

#wrap a.nostyle:link,
#wrap a.nostyle:active,
#wrap a.nostyle:visited
{
	border-bottom: 0px;
	background-image: none;
}

#content_middle td
{
	height: 16px;
}

input.search
{
	background-color: #ffffff;
	border: 0px solid;
	height: 18px;
	padding-left: 4px;	
	margin: 0px;
}

div.search
{	
	padding-right: 50px;
}

input
{
	border: 1px solid #666;
	font-size: 12px;
	color: #666666;	
}

input
{
	border: 1px solid #666;
	font-size: 12px;
	color: #666666;	
}

input[type="checkbox"], input[type="radio"]
{
	border: 0px;
}

#content_middle img
{
	padding-right: 4px;	
}

ul, ol
{
  padding-left: 15px;
}

ul li
{
	
}

ul.sitemap {
	padding-left: 15px;
}

div.pagedetails
{	
	background-image: url('images/h1_ruler.gif');
	background-repeat: repeat-x;	
	background-position: top;	
}


/*------------------------------ SELFWARE STYLES --------------------------------*/


/************************* EERSTE RIJ (Met de zoekbalk) *************************/
#top
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 969px;
	height: 105px;
	background: url('images/aperam/top-banner-background.jpg') repeat-y;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}

#top a:link,
#top a:visited,
#top a:active
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}

#top a:hover
{
	color: white;
	text-decoration: none;	
}

#top_logo_left
{	
	width: 224px;
	text-align: left;
	padding: 30px 0 0 20px;
}

#top_logo_right
{
	position: absolute;
	left: 300px;
	top: 45px;
}

#search
{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 244px;
	text-align: right;		
}

#userdetails
{
	font-size: 12px;
	position: absolute;
	top: 64px;
	right: 10px;
	width: 400px;			
	text-align: right;
}

#top_nav {
	position: absolute;
	top: 0px;
	right: 10px;	
	width: 350px;	
	text-align: right;
	height: 30px;		
}


/************************* TWEEDE RIJ (Met de icoontjes) *************************/
#middle {	
	width: 969px;		
	height: 55px;
	/*background-image: url('images/background-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: white;*/
}


#middle table {
	margin: 15px 0px 0px 70px;
	height: 35px;
	width: 700px;
}

#middle table td
{
	font-size: 12px;
}
#middle table td.image{	
	padding-left: 20px;
}

#middle table td.divide {
	background-image: url('images/divider_vert.gif');	
	background-repeat: repeat-y;
	background-position: center;	
}

#middle a:active,
#middle a:visited,
#middle a:link,
#middle a:hover
{
	border-bottom: 0px;
	background-image: none;
}


/************************* DERDE RIJ (Met het kaartje) *************************/

#banner {
	text-align: left;
	background-color: white;
	height: 130px;
	left: 0px;
	top: 0px;
}

#banner_foto
{	
	width: 724px;		
	float: left;
} 
#banner_map {	
	width: 244px;		
	float: right;
}

#banner a:active,
#banner a:visited,
#banner a:hover,
#banner a:link
{
	border-bottom: 0px;
}

/************************* VIERDE RIJ (Content gedeelte) *************************/
#content
{				
	height: 100%;
	text-align: left;
	position: relative;
	background-color: white;	
}

#content_left
{	
	position: absolute;
	background-color: white;
	top: 0px;
	left: 0px;
	width: 230px;	
	height: 100%;
}


#content_middle
{
	background-color: white;
	position: absolute;
	top: 9px;
	left: 240px;	
	width: 470px;	
	height:auto;
}

#content_right
{
	background-color: white;
	position: absolute;
	top: 0;
	left: 720px;
	width: 248px;
	height: 100%;
}

#content_right table
{
	width: 220px;
}

#content_right table td.seperator
{
	background-image: url(images/hor-dotted.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin: 0px;
	padding: 0px;
}

#content .search
{
	border: 1px solid #666;
	font-size: 12px;	
}

#content_left table.menu
{
	margin-top: 1px;
}

#content_middle table.form
{
	width: 100%;	
}

#content_middle table.form tr.row1
{
	background-color: #f4f4f4;
}

#content_middle table.form tr.row2
{
	background-color: white;
}

#content_middle table.form td
{
	padding-bottom: 8px;
	padding-top: 5px;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: top;
}

#content_middle table.form select
{	
	color: #666666;
	font-size: 12px;
}

#content_middle table.form input.radio
{
	border: 0px;
}

#content_middle table.form tr td table.nostyle
{
	width: 100%;
}

#content_middle table.form tr td table.nostyle td
{
	border: 0px;
}

#content_middle table.form tr td table.nostyle td input.checkbox
{
	border: 0px;
}

/* NAV 1 */
#content_left table td.folder1,
#content_left table td.page1
{	
	background-image: url('images/h1_ruler.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	display: block;
	width: 220px;
	vertical-align: middle;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
}

#content_left table td.folder1 a:link,
#content_left table td.folder1 a:visited,
#content_left table td.folder1 a:active
{	
	width: 220px;
	display: block;
	font-weight: normal;
	color: #666;
	background-image: url('images/menuarrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 0px;
}

#content_left table td.page1 a:link,
#content_left table td.page1 a:visited,
#content_left table td.page1 a:active
{
	border-bottom: 0px;
	background-image: none;
	width: 220px;
	display: block;
}

#content_left table td.folder1 a:hover,
#content_left table td.page1 a:hover
{
	color: #725a8c;	
}


/* NAV 2 */
#content_left table td.folder2,
#content_left table td.page2
{	
	background-color: #F3F4F2;
	display: block;
	width: 208px;
	vertical-align: middle;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-left: 20px;
	text-decoration: none;
}

#content_left table td.folder2 a:link,
#content_left table td.folder2 a:visited,
#content_left table td.folder2 a:active
{
	width: 208px;
	display: block;
	font-weight: normal;
	color: #666;
	background-image: url('images/menuarrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 0px;
}

#content_left table td.page2 a:link,
#content_left table td.page2 a:visited,
#content_left table td.page2 a:active
{
	background-image: none;
	width: 208px;
	display: block;
	border-bottom: 0px;
}

#content_left table td.page2 a:hover,
#content_left table td.folder2 a:hover
{
	color: #725a8c;
	width: 208px;
	display: block;
}

/* NAV 3 */
#content_left table td.folder3,
#content_left table td.page3
{	
	background-color: #F8F8F8;
	display: block;
	width: 188px;
	vertical-align: middle;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-left: 40px;
	text-decoration: none;
	font-style: italic;
}

#content_left table td.folder3 a:link,
#content_left table td.folder3 a:visited,
#content_left table td.folder3 a:active
{
	width: 188px;
	display: block;
	font-weight: normal;
	color: #666;
	background-image: url('images/menuarrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 0px;
}

#content_left table td.page3 a:link,
#content_left table td.page3 a:visited,
#content_left table td.page3 a:active
{
	background-image: none;
	width: 188px;
	display: block;
	border-bottom: 0px;
}

#content_left table td.page3 a:hover,
#content_left table td.folder3 a:hover
{
	color: #725a8c;
	width: 188px;
	display: block;
}

/* NAV 4 */
#content_left table td.folder4,
#content_left table td.page4
{	
	background-color: #FDFDFD;
	display: block;
	width: 168px;
	vertical-align: middle;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-left: 60px;
	text-decoration: none;
	font-style: italic;
}

#content_left table td.folder4 a:link,
#content_left table td.folder4 a:visited,
#content_left table td.folder4 a:active
{
	width: 168px;
	display: block;
	font-weight: normal;
	color: #666;
	background-image: url('images/menuarrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 0px;
}

#content_left table td.page4 a:link,
#content_left table td.page4 a:visited,
#content_left table td.page4 a:active
{
	background-image: none;
	width: 168px;
	display: block;
	border-bottom: 0px;
}

#content_left table td.page4 a:hover,
#content_left table td.folder4 a:hover
{
	color: #725a8c;
	width: 168px;
	display: block;
}

/* NAV 5 */
#content_left table td.folder5,
#content_left table td.page5
{	
	background-color: #FDFDFD;
	display: block;
	width: 148px;
	vertical-align: middle;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-left: 80px;
	text-decoration: none;
	font-style: italic;
}

#content_left table td.folder5 a:link,
#content_left table td.folder5 a:visited,
#content_left table td.folder5 a:active
{
	width: 148px;
	display: block;
	font-weight: normal;
	color: #666;
	background-image: url('images/menuarrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 0px;
}

#content_left table td.page5 a:link,
#content_left table td.page5 a:visited,
#content_left table td.page5 a:active
{
	background-image: none;
	width: 148px;
	display: block;
	border-bottom: 0px;
}

#content_left table td.page5 a:hover,
#content_left table td.folder5 a:hover
{
	color: #725a8c;
	width: 148px;
	display: block;
}

/** END OF NAV ***/

table.table_news td
{
	background-color: #f3f4f2;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;		
}

table.table_news td.arrow
{
	background-color: #f3f4f2;	
	width: 5%;	
}

.table_news td.title
{
	background-image: url('images/hor-dotted.gif');
	background-repeat: repeat-x;
	background-position: bottom;	
}

#content_right table.table_news td.title h1 a:link,
#content_right table.table_news td.title h1 a:visited,
#content_right table.table_news td.title h1 a:active,
#content_right table.table_news td.title h1 a:hover
{	
	background-image: none;
	color: #725a8c;
}

.table_news td.title h1
{
	background-image: none;
}

.table_news td.comment {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

.table_news td.line {
	background-image: url('images/hor-dotted.gif');
	background-repeat: repeat-x;
	background-position: bottom;	
}

.table_news td.bottom {
	padding: 0px;
	vertical-align: text-bottom;
	background-color: #f4f4f2;
	background-image: url('images/tablebottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px;
	text-align: right;
}

/** -------------------------------------------------------------  **/
#content table {
	text-align: left;	
	font-size: 12px;	
}
 
#content table.whoswho td {
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 0px;	
	font-size: 12px;
}
#content table.whoswho td a{
	color: #ff0000;
}

#content table.kmi
{
	border: 1px solid #bbbbbb;
	width: 80%;	
}
#content table.kmi th {
	background-color: #725a8c;
	color: #ffffff;
}
#content table.kmi th.title {
	width: 200px;
}

#content table.kmi td.niveau1
{
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	padding-left: 3px;
	line-height: 20px;
}

#content table.kmi td.niveau2
{
	padding-left: 15px;
	line-height: 20px;
}

#content table.kmi td a:hover {
	border: 0;
}

#content table.kmi td a {
	border: 0;
}

#content table.results td {
	padding-left: 10px;
	padding-bottom: 5px;
}

#breadcrumb
{
	position: relative;
	top: 0px;	
	width: 100%;
	margin-top: 10px;
	background-color: white;	
	height: 30px;
	text-align: left;
}
#breadcrumb_inner
{
	margin-left: 240px;
}

#breadcrumb a:link
{
	margin-left: 3px;
}


/****************** EVENT MANAGEMENT STYLES ************************/

table.steps 
{
	width: 100%;
	margin-top: 5px;
	border: 1px solid #cbcbcb;
	background-color: #F3F4F2;
}
table.steps td
{
	width: 140px;
	font-size: 10px;
}

table.steps td.active
{
	font-weight:bold;
}

table.event_form1
{

}

table.actions td.icon
{
	width: 30px;
}

table.event_form1 
{
	
}
.event_form1 td
{
	font-size: 11px;
}

.event_form1 td.title
{
	width: 200px;
}

.event_form1 td.time_from
{
	
}

.event_form1 td.time_to
{

}
td.row1
{
	background-color: #eeeeee;
	border-bottom: 1px solid #bbbbbb;
}

td.row2
{
	background-color: #ffffff;
	border-bottom: 1px solid #bbbbbb;
}

table.formulier
{
	
}

.formulier th
{
	background-color: #cecece;
	color: white;
}

.formulier td.row1
{
	background-color: #efefef;
	border: 0px;
}

.formulier td.row2
{
	background-color: white;
	border: 0px;
}

/*********** DATE PICKER **********/
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
		background-color: #FFFFFF;
		color: #000000;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
		
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #cccccc;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	color: white;
	background-color: #FFFFFF;
	border: 1px solid #725a8c;	
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #725a8c;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	color: white;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {		
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
		
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #EFEFEF;
	border: 1px solid #AAAAAA;
	color: black;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: black;	
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	color: #696e70;		
	font-weight: bold;
	padding: 0px;
	border: 1px solid #d9d9d9;
	font-size: 10px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	color: #696e70;		
	font-weight: bold;
	padding: 0px;
	border: 1px solid #d9d9d9;
	font-size: 10px;
	}

/*********** PS Stuff **********/
.simplebox
{
	border : 1px solid #CCCCCC;
	border-collapse: collapse;
	padding : 0px 5px 0px 5px;
	width: 400px;
}
.simpleboxam
{
	border : 1px solid #725a8c;
	background-color: #725a8c;
	border-collapse: collapse;
	color: #FFFFFF;
	padding : 0px 5px 0px 5px;
}

.simpleboxgrey
{
	border : 1px solid #CCCCCC;
	background-color: #DDDDDD;
	border-collapse: collapse;
	padding : 0px 5px 0px 5px;
	width: 110px;
}



/************ EVENT CALENDAR: ADD/EDIT EVENT **************/
#content_middle table.cal_overview
{
	font-size: 11px;	
}
#content_middle table.cal_overview td
{
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #989898;
}

#content_middle table.event
{
	
}

#content_middle table.event input.checkbox
{
	border: 0;
}

#content_middle a.simple_link:link,
#content_middle a.simple_link:visited,
#content_middle table.cal_overview tr td a.simple_link:link,
#content_middle table.cal_overview tr td a.simple_link:visited
{
	border: 0px;	
}

#content_middle a.simple_link:hover,
#content_middle table tr td a.simple_link:hover
{
	border-bottom: 1px dotted #725a8c;	
}

#content_middle table.event td.row_left
{
	background-color: #f3f4f2;	
	border-left: 1px solid #cccccc;
}

#content_middle table.event td.row_right
{
	background-color: #f3f4f2;
	border-right: 1px solid #cccccc;
}

#content_middle table.event td.title
{	
	border-bottom: 1px solid #cccccc;	
}


#content_middle table.event td.row_left_end
{
	background-color: #f3f4f2;
	border-left: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
}

#content_middle table.event td.row_right_end
{
	background-color: #f3f4f2;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
}

font.events_found
{	
	color: red;
	font-weight: bold;	
}

/************ ORGANISATION CHARTS AND BUSINESS CARDS **************/
td.org_name 
{
	color : #4F4F4F;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
}

td.org_name a:hover
{
	color:#725a8c;	
}

#content_middle table.orgbox_select tr td a.org_link,
#content_middle table tr td a.org_link,
#content_middle table.orgbox_select tr td a.org_link:visited,
#content_middle table tr td a.org_link:visited
{
	color: #725a8c;
	border-bottom: 1px dotted #725a8c;
}

#content_middle table.orgbox_select tr td a.org_link:hover,
#content_middle table tr td a.org_link:hover
{
	color: #4F4F4F;
	border-bottom: 1px dotted #4F4F4F;
}

#content_middle table.orgbox_fade
{
	background-color: #e9e9e9;
	border: 2px solid #d1d1d1;
}

.org_title
{
	color : #4F4F4F; 	
	font : 11px Arial; 
}

.orgbox 
{ 	
	border : 1px solid #8F8F8F; 
}

.orgbox_select 
{ 	
	border : 3px solid #8F8F8F; 
}

.org_dpt 
{ 
	color:white;  
	font-weight : bold;  
	font-size : 11px;  
	letter-spacing : -0.5px;    
}

TD.bc_left 
{
	font: 10px Arial;  
	color:#AAAAAA; border : 1px solid #CCCCCC; 
	border-collapse: collapse; 
	padding : 2px 5px 2px 5px; 
}

.bc_left 
{ 	
	font: 10px Arial;  
	color:#999999; 
}

TD.bc_right 
{ 
	border : 1px solid #CCCCCC; 
	border-collapse: collapse; 
	font: 11px Arial;  
	color:#6D7175;  
	padding : 2px 5px 2px 5px; 
}

.TEMP_title 		
{ 
	font: 16px Arial; 
	font-weight:bold; 
	color:#e64415;
}

.TEMP_text 
{  
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	font: 11px Arial;  
	color:#6D7175;
}

input.TEMP_input 
{ 
	color : #333333; 
	background-color:#F0F0F0; 
	border : 0px solid; 
	border-color=#FFFFFF; 	
	font-family:"Arial", sans-serif; 
	font-size:12px; 
}

input.TEMP_submit 
{ 
	color : #333333; 
	background-color:#F0F0F0; 
	border : 1px solid; 
	border-color=#FF0000; 
	height : 14px; 
	font-family:"Arial", sans-serif; 
	font-size:14px; 
}

select.TEMTP_select 
{ 
	color : #333333; 
	background-color:#F0F0F0; 
	border : 0px solid; 
	border-color=#FFFFFF; 
	height : 14px; 
	font-family:"Arial", sans-serif; 
	font-size:12px;
	width: 100%;
}

table.org
{
	padding: 2px;
	margin: 0px;
	border-left: 1px solid #8f959c;
	border-bottom: 1px solid #8f959c;
	font-size: 10px;
}

table.org td
{
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #8f959c;
	border-top: 1px solid #8f959c;
	font-size: 10px;
}

table.org td a:hover
{
	background-color: white;
	color: black;
}

table.warning
{
	border: 1px solid #725a8c;
	background-color: #FFEDEC;
}

table.light
{
	border: 1px solid #efefef;	
}

.light td
{
	background-color: #fafafa;
	padding: 3px;
}

.light th
{
	background-color: #fafafa;
	padding-bottom: 10px;
}

/** Poll en Quiz **/
table.poll_quiz 
{
	border: 0.08em solid #725a8c;	
}

td.question 
{
	background-color: #725a8c;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.25em;
}

tr.answer1 
{
	background-color: #EBECEE;
}

tr.answer2 
{
	background-color: #FFFFFF;
	padding: 0.25em;
}

tr.answer1 td, tr.answer2 td
{
	padding: 0.25em;
}

table.poll_quiz input
{
	border: 0px;
}

/** MarketPrice Layout **/

#content table.marketprice
{
/*	border-right:  0px solid #989fa2;
	border-top:  1px solid #989fa2;*/
}

#content table.marketprice th
{
/*	border-left:  1px solid #989fa2;
	border-bottom:  1px solid #989fa2;*/
	background-color: #725a8c;
	color: #FFFFFF;
	font-weight: normal;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#content table.marketprice_link td a,
/*#content table.marketprice_link td a:active,
#content table.marketprice_link td a:visited*/
{
	font-size: 22px;
	color:#666;
	text-decoration:none;	
	border-bottom:1px dotted #cacaca; 	
}

#content table.marketprice_link td a:hover
{
	color: #725a8c;
	border-bottom: 0px;
}

#content table.marketprice td
{
/*	border-left:  1px solid #989fa2;
	border-bottom:  1px solid #989fa2;*/
	font-size: 8pt;
	padding-left: 5px;
	height: 18px;	
}


/********* CALENDAR 2008 **********/
#content_right table.calendar_table
{
	padding: 0px;
	margin: 0px;	
	border: 1px solid #666666;
	width: 96%;
}

#content_right table.calendar_table th
{
	padding: 1px;
	margin: 0px;
	text-align: center;
	background-color: white;	
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

#content_right table.calendar_table td.weekday
{
	padding: 1px;
	margin: 0px;
	text-align: center;
	background-color: white;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

#content_right table.calendar_table th.weekend,
#content_right table.calendar_table td.weekend
{
	padding: 1px;
	margin: 0px;
	text-align: center;
	background-color: #f9f9f9;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

#content_right table.calendar_table a.events_found:link,
#content_right table.calendar_table a.events_found:visited
{	
	color: #725a8c;
}

.red
{
	color: #725a8c;
}

