﻿body
{
    color:Black;        
    background-color:#000000;      
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
    -moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.9;
}

body A
{
    color: #ffffff;
    /*font-weight:bold;*/
}

body A:hover
{
    color: LightGray;
    /*font-weight:bold;*/
}

#LangDiv
{
    width: 100%; 
    height: 25px; 
    vertical-align: middle;    
    text-align:right;
    margin-top:5px;
    margin-right:10px;
}

#ComunityDiv
{
    width: 100%; 
    height: 28px; 
    vertical-align: middle;
    text-align:right;
    margin-top:10px;
}

#container {
	min-width: 600px;
	height:100%;
	background-repeat:no-repeat; 
    background-image: url('/img/back.jpg'); 	
}

#left_col
{    
    width: 400px;
    /*background-image: url('/img/MainLeft.jpg');*/
    background-repeat: repeat-y;
    background-attachment:fixed;    
    padding-top:150px;
    color:#fff;
}

#upcoming_shows_title
{
    text-align:center;
    width:100%;
    font-family:Georgia;
}

#right_col 
{
	width: 205px;	
	/*background-image: url('/img/MainRight.jpg');*/
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-position:right top;    
}

#page_content {	
	height:100%;	
	vertical-align:top;			
}

#page_logo 
{
    background-image:url('/img/MainLogo.jpg');   
    background-position:left top;
    height:100px;
    background-repeat:no-repeat;
    background-color:Transparent;
}

.menu
{
    background-position: center top;
    background-repeat: no-repeat;    
    margin-bottom: 15px;    
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left:2px;
    width: 100%;
}

.copyright
{
    background-position:center bottom;
    height:30px;
    background-repeat:no-repeat;
    background-color:#181715;    
    margin-top:10px;    
    margin-bottom:10px;    
    text-align:center;
    font-size: small;
    color: #FFD700;
}

.aport
{
    background-position:center bottom;    
    background-repeat:no-repeat;
    background-color:black;        
    text-align:center;    
    margin-bottom:10px;   
}

#content
{
    height:100%;
    background-color:Red;
}

.SimpleLabel
{
    font-family: 'Times New Roman' , Times, serif;
    font-size:17px;
    color: #CCCCCC;
}

.NewsHeader
{
	font-size: 17px;
	text-decoration: none;	
}

.NewsDate
{
    color:#FF0000;
    font-size: 12px;
    font-weight:bold;
}

.NewsPagerFirstNumber
{
    color:#ffffff;
}

/*Begin Login Style*/
.Login
{
   border: solid 1px #D3410E;
   color: White;
}    

.Login TABLE
{    
    
}
/*End Login Style*/

/*Begin News Style*/
/*
.News
{
    border : solid 1px DimGray;
    display: block;
}

.News h1
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    font-weight: bold;    
    background-color: DimGray;
    border-bottom: double 6px Gray;
    padding: -3px -3px -3px 0px;
    margin : 0px 0px 3px 0px;
    text-align : left;    
    color : White;
}

.News h1 A
{
    color : White;
    padding: 5px 1px 5px 1px;
    font-size : 18px;
    font-weight : normal;
    text-decoration: none;
    display : block;
}

.News h1 A:hover
{
    color : Gold;
}

.News h1 A : visited
{
    color : LightYellow !important;
}

.NewsPagerNumeric
{
    color:#FFD700;
    text-decoration: none;
}
.NewsPagerFirstNumber
{
    color:#ffffff;
}

.NewDetailsLink
{
    font-size: small;
}

.NewsPagerNextPrevious
{
    text-decoration: none;
}

.C
{
    margin: 14px 0px 14px 0px;
    text-align:center;
    width:100%;
}
.NewsDate
{
    color:#FF0000 !important;
    font-size: 12px !important;
    font-weight:bold;
}
*/
.ModalPopupBackground
{
    /*background-color:Black;*/
    /*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    */
    /*opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
*/
}
/*End News Style*/
