table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clip:          rect(auto auto auto auto);
	color: #666666;
	background-position: center;
	left: 20px;
	top: 10px;
	right: 30px;
	bottom: 15px;
	background-color: #FFFFFF;
}

.TableBord {
	border: thin solid #FF0000;
}

.TDEntete {
	font-weight: bolder;
	color: #FF0000;
	font-size: x-small;
	padding-left: 20px;
	background-image: url(../pics/VinylIcon.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	background-position: left;
}

.TDvide {
	border: none;
}

.DayTimeTable {
	background-color: #CC0000;
	color: #FFFFFF;
}
.PlaceTimeTable {
	background-color: #999999;
	color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	list-style-type: square;
	font-size: x-small;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border: 1px solid #999999;
	font-size: xx-small;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 10px;
	background-color: #FF0000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border: 1px solid #999999;
	font-size: xx-small;
}

li {
	list-style-type: none;
	list-style-image: url(../Pics/DiscList.gif);
	vertical-align: middle;

}
.InputRadio {
	border: none;
}
.TableMain {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

.TableListingEntete {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	vertical-align: text-top;
	height: 15px;
	border: 1px;
}

.TableNoClass {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
}

.TDIndent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

legend {
	font-size: small;
	font-weight: bolder;
	color: #FF0000;
}

fieldset {
	border: 1px solid #666666;
	padding-left: 10px;
	padding-right: 10px;
}

.BorderPicture {
	border-top: thin solid #FF0000;
	border-right: thin inset #FF0000;
	border-bottom: thin solid #FF0000;
	border-left: thin outset #FF0000;
}

.BorderPictureGallery {
	border: 1px solid #999999;
}

IMG {
border-color: red ;
}
/* All the SHADETABS and CONTENTSTYLE below are for the NewsTabs */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../NewsTabs/ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF0000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../NewsTabs/ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 500px;
margin-bottom: 1em; padding: 10px;
}