﻿body {
    background-color: #003300;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

img.players {
    background: #fff;
    margin: auto;
    -moz-border-radius: 10px;
    border-radius: 20px;
    padding: 0px;
    box-shadow: 0px 0px 20px #888;
}


table.players {
    margin:0 auto;
}

table.players td {
        text-align:center;
}

p {
 text-align:justify;
 text-justify:inter-word;
}



table#newstable {
    width:100%
 }
 table#newstable td {
 }
 .newstitle { 
 background-color:#003366;
 color:white;
 font-weight:bold;
 }


#bream_page {
    background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	width: 982px;
	margin-top: 10px;
	margin-bottom: 10px;
    position:relative;
}

#bream_content {    	
    border: 1px solid #CCC;
	background-color: #FFF;
    position:relative;

}


#bream_header {

	border-top: solid 0.5px #CCCCCC;
	height: 240px;
    position:relative;
}

#bream_logo{
    position:absolute;
    left:0px;
    right:0px;
}

#bream_headerImage {
    position:absolute;
    left:200px;
    right:0;
}


#bream_menu {
    height: 40px;
	background-color: #EDEDED;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:200px;
}


  #bream_menu ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
    }

#bream_menu ul li {
	display: inline;
    line-height:40px;

}
#bream_menu ul li a {
text-decoration: none;
 padding: .2em 1em;
 color: #fff;
 background-color: #003300;
	
}
#bream_menu ul li a:hover {
    color:black;
    background-color: #CCC;
}

#bream_content2 {    	
    position:relative;
    overflow:hidden;
    min-height:400px;
    height:auto !important;
    padding: 10px 10px 10px 10px;
}


#bream_leftPanel {
background-color: #fff;
float: left;
width: 180px;
height:100%;
border-right:solid 1px #CCCCCC;
padding: 0px 10px 10px 10px;
position:relative;

}


#filebrowser {
background-color: #fff;
float: left;
width: 320px;
height:100%;
border-right:solid 1px #CCCCCC;
padding: 0px 10px 10px 10px;
position:relative;

}

#filebrowserresult {
background-color: #fff;
float: left;
width: 500px;
border-right:solid 1px #CCCCCC;
padding: 0px 10px 10px 10px;
position:relative;

}


#bream_rightPanel {
    background-color: #FFF;
    margin-left: 200px;
	padding: 0px 10px 10px 10px;
    position:static;
}

#bream_leftPanel p {
    margin-top:0em;
    text-align:left;
}

#bream_leftPanel h1 {
	font-size: 16px;
	font-weight: bold;
    margin-bottom:0em
}


#bream_leftPanel .social a:link {text-decoration:none;}
#bream_leftPanel .social a:visited {text-decoration:none;}
#bream_leftPanel .social a:hover {text-decoration:none;}
#bream_leftPanel .social a:active {text-decoration:none;}


#links {
    padding-top:10px;
}



    #bream_rightPanel h1 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
}

        #bream_rightPanel h2 {
        font-size: 14px;
        font-weight: bold;
    }

    #bream_adminPanel h1 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
}

        #bream_adminPanel h2 {
        font-size: 14px;
        font-weight: bold;
    }


#bream_match {
    padding-top:0px;
    overflow: hidden;
}

#bream_news {
    padding-top:0px;
    overflow: hidden;
}

#bream_events {
    padding-top:0px;
    overflow: hidden;
}
#bream_footer {
    background-color: #000;
    color:#FFF;
    text-align:center;
}

#login{
    text-align:right;
    padding-left:10px;
    padding-right:10px;
}


#login a:link
{
    color:white;
}

#login a:visited
{
    color:white;
}



#MenuSections {
	background-color: #fff;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
  #MenuSections ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
    }

#MenuSections ul li {
	display: inline;
    line-height:40px;

}
#MenuSections ul li a {
text-decoration: none;
 padding: .2em .5em;
 color: #fff;
 background-color: #003300;
	
}
#MenuSections ul li a:hover {
    color:black;
    background-color: #CCC;
}

