/* main body style */
body {
	background: #dcdcdc;
	    
   background:transparent url(/imagescasting/back-casting.gif) repeat-y top right;
 _background-image:url(/imagescasting/back-casting.gif);
  background-repeat: repeat-y;
	color: #000000;
	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}




}

/* styling for block elements */
th, div, select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px 5px 5px 5px;
}

/* remove border from linked images */
a img {
	border: 0px;
}


h1 {
	color: #C90068;
	font-size: 19px;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

.h1 a:link {
	color: #C90068;
	font-size: 19px;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}
.h1 a:visited {
	color: #C90068;
	font-size: 19px;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a.pn-normal {
	color: #cecece;
	font-size: 13px;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}



a.pn-pagetitle {
	font-size: 16px;
	font-weight: bold;
}
a.pn-title {
	font-size: 14px;
	font-weight: bold;
}
a.pn-sub {
	font-size: 12px;
}
a.pn-logo {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

/* postnuke specific classes */
.pn-logo {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
.pn-logo-small {
	font-size: 13px;
	font-weight: bold;
}
.pn-pagetitle {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.pn-title {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.pn-normal {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.pn-sub {
}
.pn-statusmsg {
	color: Red;
	font-style: italic;
}
/* news styles */
.pn-storytitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}

/* block styles */
.sideblock {
	background: #C90068;
	width: 150px;
	padding:1px;
	border: 0px solid #fff; 
	text-align:left;
	-moz-border-radius: 5px 5px 5px 5px;
}


.sideblock a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	background: none;
	font-weight: bold;
}


.centerblock {
	padding: 0px;
	border: 0px solid #000;
}

/* styles for legacy opentable functions */
.box1{
	border:0px #cccccc solid;
	padding:8px;
	margin-bottom:5px;
}
.box2{
	border:0px #cccccc solid;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
}

.transp {
   background-color:#ffffff;
   color:red;
   position:absolute;
   width:100px;
   top:100;
   left:200;
   height:100px;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=70);
   -moz-opacity:0.7;
   opacity: 0.7;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}
