
/* DCMS Edit Bar */
Table.EditBarHeader
{
      margin:auto;

}
TD.EditBarHeader
{
	background-color: #ff9037;
	color: White;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: solid 1px #ff9037;
	border-left: solid 1px #ff9037;
	border-right: solid 1px #ff9037;
}
A.EditBarLinkButton
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}
A.EditBarLinkButton:hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ff9037;
	text-decoration: none;
}
TD.EditBarDCMSLogo
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}
TD.EditBarLoggedAs
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ff9037;
	text-decoration: none;
}
/* DCMS Edit Bar */

/* telerik floating toolbar fix */
/* IE7 */   
html * .RadERadWindowButtonPinOff   
{   
    margin-top: 0;   
}   
   
/* IE6 */   
.RadERadWindowButtonPinOff   
{   
    margin-top: 0;   
}   

/* LAYOUT */
body 
{
    margin-top : 40px;
}
#container 
{
    margin : 0px auto;
    width : 958px;
    font-family : Arial, Sans-Serif;
    color : #58595b;
}

#main_menu
{
    width : 958px;
    background-image : url('../Img/main_menu.gif');
    background-repeat : repeat-x;
    line-height : 32px;
}
html>body #header 
{
    background-position : 0px 1px;
}

#animation
{
    margin-top : 5px;
    margin-bottom : 20px;
    float : left;
    width : 958px;
}
* > #animation 
{

}

#animation img 
{
    margin-top : 0px;
    
}


/* PANELS ON DEFAULT PAGE */

#panel_def_left
{
    width : 174px;
    float : left;
}
#panel_def_left_c
{
    padding-left : 17px;
    font-size : 0.7em;
}
#panel_def_left_c a 
{
    text-decoration : none;
    color : #ef4136;
}
#panel_def_left_c a:hover
{
    text-decoration : none;
    color : #58595b;
}

#panel_def_center
{
    width : 609px;
    float : left;
    font-size : 0.9em;
    height : 400px;
}
#panel_def_center a
{
    text-decoration : none;
    color : #58595b;
}
#panel_def_center a:hover
{
    text-decoration : none;
    color : #ef4833;
}
* > #panel_def_center 
{
    min-height : 400px;
    height : auto;
}
#panel_def_center_c
{
    padding-right : 113px;
    padding-left : 48px;
}

#panel_def_right
{
    width : 175px;
    float : left;
}
#panel_def_right_c
{
    padding-right : 18px;
    font-size : 0.7em;
}

/* MAIN NAVIGATION */

#main_menu ul
{
    padding : 0px;
    margin : 0px;
    list-style-type : none;
}
#main_menu li
{
    float : left;
    display : block;
    list-style-type : none;
}
.menuspace
{
    display : block;
    background-image : url('../Img/menuspace.gif');
    background-repeat : no-repeat;
    background-position : 0px 1px;
    width : 0px;
    height : 32px;
}
#main_menu li a
{
    background-image : url('../Img/menuspace.gif');
    background-repeat : no-repeat;
    background-position : right 1px;
    display : block;
    padding : 0px 20px 0px 20px;
    text-decoration : none;
    color : #212a54;
    font-size : 0.9em;
    height : 32px;
    float : left;
}
#main_menu li a:hover
{
    display : block;
    background-image : url('../Img/main_menu_hover.gif');
    background-repeat : repeat-x;
    background-position : 0px 1px;
    color : #ffffff;
    height : 32px;
}

#main_menu .navigaceselected1 a, #main_menu .navigaceselected2 a, #main_menu .navigaceselected3 a, #main_menu .navigaceselected4 a, #main_menu .navigaceselected5 a, #main_menu .navigaceselected6 a, #main_menu .navigaceselected7 a
{
    display : block;
    background-image : url('../Img/main_menu_active.gif');
    background-repeat : repeat-x;
    background-position : 0px 1px;
    color : #ffffff;
    height : 32px;
}



/* BLUEBOX */
.bluebox 
{
    background-image : url('../Img/bluebox.gif');
    background-repeat : repeat-x;
    background-position : bottom;
    
    font-size : 1.0em;
    border : #c5e3f7 1px solid;
    /* height : 280px; */
}

.blueboxlinks {padding : 10px 10px 20px 10px;}

* > .bluebox 
{ 
    /* min-height : 280px; */
    height : auto;
}
.bluebox h1
{
    color : #273739;
    font-size : 1.2em;
    margin-bottom : 1.0em;
    background-image : url('../Img/bluebox_h1.jpg');
    background-repeat : no-repeat;
    background-position : 0px 2px;
    padding-left : 20px;
    font-weight : bold;
}
.bluebox h2
{
    color : #ef4833;
    font-size : 1.1em;
    font-weight : normal;
}
.bluebox a
{
    color : #ef3f42;
    font-weight : normal;
    text-decoration : none;
}
.blueboxlinks a
{
    font-size : 1.1em;
    background-image : url('../Img/blueboxlinks_h1.gif');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    padding-left : 22px;
    line-height : 1.5em;
}
.blueboxlinks h1
{
    background-image : none;
    margin-bottom : 8px;
}
/* CENTER PANEL FORMATTING */
#panel_def_center h1
{
   font-size : 1.0em;
   color : #58595b;
   margin-bottom : 14px;
}

/* FOOTER */
#pre-footer 
{
    clear : both;
    padding-left : 17px;
}

#pre-footer a 
{
    color : #2c386d;
    font-size : 0.7em;
    text-decoration : none;
    font-weight : bold;
    background-image : url('../Img/blueboxlinks_h1.gif');
    background-repeat : no-repeat;
    padding-left : 20px;
    padding-top : 1px;
    line-height : 24px;
}
#pre-footer a:hover
{
    color : #ef4833;
}
#footer 
{
    clear : both;
    background-color : #212a54;
    line-height : 30px;
    font-size : 0.7em;
    color : #ffffff;
    margin-top : 15px;
    text-align : right;
    padding-right : 16px;
}
#footer a 
{
    color : #ffffff;
    text-decoration : none;
    padding-left : 2px;
    padding-right : 2px;
}
#footer a:hover
{
    color : #cccccc;
}


/* FORUM FORM */
#forumtable 
{
	display:none;
    margin-top : 20px;
    border : #b5e3f3 1px solid;
    background-color : #c9e4f7;
    background-image : url('../Img/forum.gif');
    background-repeat: repeat-x;
    padding : 0px 10px 0px 10px;
}

.ForumDataGrid
{
	display:none;

}

#forumheading 
{
    padding : 10px 0px 10px 0px;
}

#forumtable h1
{
    color : #2c386d;
    background-image : url('../Img/bluebox_h1_hys.jpg');
    background-repeat : no-repeat;
    background-position : 0px 2px;
    padding-left : 20px;
    font-size : 1.0em;
}
.forum_title 
{
    margin-bottom : 5px;
    width : 280px;
    margin-right : 70px;
}
.forum_text 
{
    width : 474px;
    height : 60px;
}
.forum_name, .forum_town 
{
    width : 185px;
}
.forum_chars 
{
    color : #ef4833;
    font-size : 0.7em;
    vertical-align:middle;
}
.forum_button 
{
    margin-top : 2px;
}
.forum_chars_align 
{
    float:right;
    padding-top:10px;
    padding-right:6px;
}

/* FORUM THREADS */
.ForumTitle
{
    color : #ef4833;
    width : 400px;
}
.ForumDate
{
    color : #ef4833;
}
.ForumText 
{
    font-size : 75%;
    line-height : 0.9em;
}

/* QUESTION */
#question 
{
    margin-top : 20px;
    border : #b5e3f3 1px solid;
    background-color : #c9e4f7;
    background-image : url('../Img/forum.gif');
    background-repeat: repeat-x;
    padding : 10px; 
}
.question_list 
{
    margin: 6px 0px 0px 0px;
    font-size : 0.9em;
}

/* OTHER FORMATTING */
#defposts { text-align : right; margin-top : 4px;}
#defposts a { color : #212a54;}
