/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */


/* Datagrids  */
.Grid /*The grid ==> general */
{ 
   border: solid 1px Tan; 
   font-family: Verdana;
   text-align: center;
}

.GridHeader /* Grid header  */
{
    font-weight: bold;
    background-color: #809FFF;
    color : #000000;
    height : 40;
    font-size : 12px; 
}

.GridItem  /* Grid Item  */
{
    background-color: #BFCFFF;
    color : #000066;
    height : 25;
    font-size : 12px;
}

.GridAltItem /* Alternate grid Item  */
{
    background-color: #E6ECFF;
    color : #000066;
    height : 25;
    font-size : 12px;
}

.GridEditItem 
{
    background-color: #BFCFFF;
    color : #000066;
    height : 25;
    font-size : 12px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}


/* Menu Save, Cancel, Back.... */
.as-toolbar {
    font-family: verdana; 
    font-size: .80em; 
    text-decoration: none; 
    color: #003399; 
}

.as-separator 
{
    color: #444444;
    font-size: 10pt; 
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: normal; 
    color: #000000;
}


.SubHeadBold    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 11px; 
    font-weight: bold; 
    color: #333333;
}

.SubHeadItalBold    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: bold; 
    font-style : italic;
    color: #000000;
}

.SubHead-2    {
    text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: normal; 
    color: #FC3955;
}

.SubHeadError
{
	font-weight: bold;
	font-size: 012px;
	color: Red;
	font-family: arial, verdana;
	text-align: left;
}

.SubHeadReleaseDate
{
	text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: normal; 
    color: #808080;	
}

.HeadPressRelease
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #515151;
	text-transform: uppercase;
}

.SubHeadPress
{
	text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: normal; 
    color: #000000;
    text-justify:auto;
}

.SubHeadPressBold
{
	text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: bold; 
    color: #000000;
    text-justify:auto;
}

.SubHeadPressTitle
{
	text-align: left; 
    font-family: verdana; 
    font-size: .9em; 
    font-weight: normal; 
    color: #000000;
}

.SubHeadPressItalic
{
	text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: bold; 
    font-style:italic;
    color: #000000;
}

.SubHeadPressTitle
{
	text-align: left;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}
.txtsmall 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.SubHeadArtistName
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top; 
    color: #000000;
    text-decoration: none;
}

.CommandButton a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButton a:visited 
{
   color: #000000;
   text-decoration: none; 
}

.CommandButton a:active
{
   color: #000000;
   text-decoration: underline; 
}

.CommandButton a:link
{
   color: #000000;
   text-decoration: underline; 
}
.btFormat1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top; 
    color: #000000;
    text-decoration: none;
}

.btFormat1 a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.btFormat1 a:visited 
{
   color: #ffffff;
   text-decoration: none; 
}

.btFormat1 a:active
{
   color: #ffffff;
   text-decoration: underline; 
}

.btFormat1 a:link
{
   color: #ffffff;
   text-decoration: underline; 
}

.CommandButtonCategory
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top; 
    color: #000000;
    text-decoration: none;
}

a.CommandButtonCategory:hover 
{
	color: #000000;
    text-decoration: underline;
}

a.CommandButtonCategory:visited 
{
   color: #000000;
   text-decoration: none; 
}

a.CommandButtonCategory:active
{
   color: #000000;
   text-decoration: underline; 
}

a.CommandButtonCategory:link
{
   color: #000000;
   text-decoration: underline; 
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonPress     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    vertical-align: top; 
    color: #666666;
    text-decoration: underline;
}

.CommandButtonPress a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButtonPress a:visited 
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.CommandButtonPress a:active
{
   color: #666666;
   text-decoration: underline; 
   font-weight: bold;
}

.CommandButtonPress a:link
{
   color: #666666;
   text-decoration: underline; 
	font-weight: bold;
}
    
    
/* MAIN MENU ADMIN PAGES */
.topMenuLink
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Garamond;
	text-decoration: none;
}

.as-bannerframe {
    background-color: #002d96;
    background-repeat: repeat-x;
}

.as-banner a:link {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}
.as-banner a:visited {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
   }
   
.as-banner a:Hover {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}


 /*GENERIC*/ 
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
   /* color: darkred;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR 
{	
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Dropdowns and textboxes */
.DropAndText
{
	text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: normal;     
}

.listBox
{
	text-align: left; 
    font-family: verdana; 
    font-size: 12px; 
    font-weight: normal;
    color:White;
}


.tabletop {
	border: 1px solid #000000;
}
.tdmenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
body {
	background-color: #969696;
	margin: 0px;
	background-image: url(../media/MoscowFafMedia/backall.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.txtmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.menu {
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	color: #000000;
	text-decoration: underline;
}
.txttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.textdealername {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;

}

a {
	color: 000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #565C5A;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.txt11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.txtnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;

}
.textdealerpagelabel  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.txtjustify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.imgborder {
	border: 1px solid #000000;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.press_texte 
{  
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
	color: #000000;
}

.titleallupper 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAEAEA;
	text-transform: uppercase;
}


.texte_justify 
{  
	font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #000000;
}
.LinkDealer {  
	font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000;
}
.pressrelease_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}
.pressrelease_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;

}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}
.body1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;


}
.body1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;


}
.body1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;

}
.body1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #565C5A;
	text-decoration: underline;

}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #565C5A;
	text-decoration: none;
}
.subtitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #565C5A;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}.imgborder {
	border: 4px double #CFCFCF;
}
.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;

}
.menu1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;


}
.menu1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;


}
.menu1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.menu1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
.SubHead4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
<!-- Press Styles -->
.pressdealername {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
.pressnumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.press_title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.press_logintexte   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.press_texte   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}.iconpressdocument {
	vertical-align: middle;
	margin-right: 10px;
}
.relateddocs    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}.standnumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
}
.topane {
	vertical-align: top;
	height: 100px;
}
.contentpane {
	vertical-align: top;
	height: 100%;
}
.bottompane {
vertical-align: bottom;
}
.leftpane {vertical-align: top;
}
.rightPane {vertical-align: top;

}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #595451;
	letter-spacing: 1px;
	text-transform: uppercase;

}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433F3D;
	line-height: 18px;


}
.textebis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433F3D;
	line-height: 20px;

}
.galleryname {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595451;
	letter-spacing: 1px;
	text-transform: none;
}
a:link {
	color: #595451;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #595451;
}

a:hover {
	text-decoration: none;
	color: #595451;
}
a:active {
	text-decoration: underline;
	color: #595451;
}
.fondpage {
	background-image:  url("../media/MoscowFafMedia/fond_manege.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.mainTable
{
	width: 950;
	height: 100%;
}
.maincell
{
	text-align: center;
}
.buttons {
	background-color: #FFFFFF;
	padding: 5px;
	height: 20px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.contacttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433F3D;
	line-height: 18px;
	font-weight: bold;
}
.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433F3D;
	line-height: 18px;
}