.clear { clear: both; }
html, body { 
    padding:0;
    height:100%; 
    width: 100%;
    font: 14px "Trebuchet MS" Verdana, Arial, sans-serif;
    color: #036; 
    margin: 0px auto;
}

#container {
    width: 100%;
}
#content {
    padding:10px;
    max-width:1200px;
    padding-bottom: 30px; 
    overflow: auto;
    margin: 0px auto;
}


a{text-decoration: none;}
a:hover { text-decoration: underline;}
.footer a { color: #000;  text-decoration: none;}
.footer a:hover { color: #888; text-decoration: underline;}

.footer .bigger_link{
    font-size: 11pt;
    font-weight: bold;
}

#main {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
#entitywidgetnav {
    border: 1px solid #979EA3; 
    background-color: #2C3033;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

#header{
    color: #fff;
    background-color: #888;
    margin-top: -5px;
    overflow: hidden; 
    position: fixed;
    z-index: 999; 
    width: 100%;
    max-height: 60px;
}

#header #title{
    font-size: 17pt;
    float: left;
    margin-left: 15px;
    font-family: serif;
}
#header #title #subtitle{
    font-size: 14pt;
    font-family: serif;
}
#header ul.menu { 
    margin-left: 2px;
    list-style-type: none; 
}
#header ul.menu li {
    margin-left: 55px;
    display: inline-block;
    font-weight: bolder;
    
}
#header ul.menu li:hover {
    color: #000;
}
ul.menu li:active {
    
}
ul.menu a {
    text-decoration: none;
    padding:1px 0 0 0; 
    display:block !important; 
    display:inline-block;
    color: #E8EEF4/*#FFFFFF*/;
}

#book_review{
    color: blue;
}

.indent_left{
    margin-left: 40px
}

div.widgetcontainer {
    margin-top: 30px;
    margin-bottom: 30px;
}

div.widgetheading {
    border: 1px grey solid;
    float: left;
    position: relative;
    top: -15px;
    left: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: aliceblue;
    text-shadow: lightblue 0.1em 0.1em 0.2em;
    font-size: 20px;
    cursor: pointer;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
div.widgetheading:hover {
    background-color: lightblue;
}
.widgetheading img {
    top: 3px;
    left: 10px;
    position: relative;
}

.widget {
    border: 1px solid gray;
    margin: auto;
    width:  90%;
    height: 30%;
    padding: 25px;
    
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}
.entitymenu {
    position:   fixed;
    background: aliceblue;
    border:     1px solid grey;
    width:      150px;
    z-index:    1000;
}
img.info {
    position: relative;
    z-index:  2000;
    cursor: pointer;
    width: 15px;
}
div.minimize {
    
}
div.minimize:hover {
    background-color: cadetblue;
}

.alttable thead tr {
    background: #E8E8E8;
}
.alttable tr:nth-child(even) {
    background: #E8E8E8;
}
.alttable tr:hover {
    background: #D0D0D0;
}
#entitywidget table {
    border-spacing: 0px;
}
.widget a {
    text-decoration: none;
    vertical-align: middle;
}

.multicol2 {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}

.multicol3 {
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
}

tr {
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}

.leftText {
    text-align: left;
}


div.neighborTable{
    float: left;
    padding: 2px;
    margin-bottom: 5px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* popup box style */
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.lang-page-popup{
    max-width: 1040px;
    color: #000;
	display:none;
	background: #fff;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 13px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari, Chrome */
}



img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
        border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button:hover { background:#ddd; }

#langInfo-Container{

}

#langInfo-Container td:not(:first-child) {  
    text-align: center;
}
#langInfo-Container .title {  
    font-size: 16px;
    font-weight: bolder;
}
#langInfo-Container table{
    border-width:1px;
    border-style:solid;
    border-color:#aaa;
    margin: 0 auto;
}

#home_page table {
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 16px;
    color: #444;    
    text-align: center;
}

#home_page table td.name {
    text-align: left;
    padding-left: 5px;
}
#home_page table th.title {
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 15px;
}
.verticalLine {
    border-left:1px solid #aaa;
}

td.text_center{
    text-align: center;
}
td.text_right{
    text-align: right;
    padding-right: 2px;
}
td.left_border{
    border-left: 1px #aaa dotted;
}

#headerSocialMedia{
    height: 47px;
}

#headerSocialMedia a{

}

.footer { 
    max-width:1200px;
    margin: 0px auto;
    /*border-top: ridge 1px #979EA3; */
    background-color: #1b1b1b;
    color: #000;
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 12px; 
    text-align: center;
}
.footer p {
    margin: 3px;
}

#section-social {
    height: 100%;
    float: left;
    margin-left: 20px;
    padding-top: 7px;
}

.socialmedia-icon {
    float: left;
    
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    margin: 3px;
    cursor: pointer;
}
#socialmedia-twitter {
    background-image: url('../images/twitter-icon.png');
}
#socialmedia-gplus {
    background-image: url('../images/google-plus-icon.png');
}
#socialmedia-facebook {
    background-image: url('../images/facebook-icon.png');
}
#socialmedia-youtube {
    background-image: url('../images/youtube-icon.png');
}
#socialmedia-email {
    background-image: url('../images/email-icon.jpg');
}
#socialmedia-blogger {
    background-image: url('../images/blogger-icon.jpg');
}
