body
{
    background: url(../../images/bg_page.jpg) #ffffff repeat-x left top;
    font-family: Arial;
    font-size: 0.75em;
    line-height: 1.4em;
}
/*div
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding: 0;
} */
h1
{
    font-size: 20px;
    color: #387C2B;
    font-weight: bold;
    line-height: 1.0em;
    font-family: Arial;
}
h2
{
    /*font-size: 1.4em;  	color: #003399*/
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 1.0em;
    font-family: Arial;
}
h3
{
    font-size: 16px;
    color: #333333;
    margin: .6em 0;
}
h4
{
    font-size: 11;
}
h5
{
    font-size: 1em;
    color: #333333;
    line-height: .02em;
    font-weight: bold;
    font-family: Arial;
}

h6
{
    font-size: 14px;
    color: #333333;
    line-height: .02em;
    font-weight: bold;
    font-family: Arial;
}

a
{
    color: #003399;
}
a:hover
{
    text-decoration: none;
}


ul.plainlist
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
}
ul.doublespaced li
{
    margin: 0.5em 0px 0px;
}

#outer_frame
{
    background-color: #ffffff;
}
#header_inner
{
    /*background:red; */ /*background: url(../../images/banner_logo_bg.jpg) #fff no-repeat left top;*/ /*background: url(../../images/shadow_top_bg);*/
}
#banner_block
{
}
#right_content
{
    border: none;
    min-height: 500px;
    text-align: right;
}
#footer_links
{
    height: 16px;
    text-align: right;
    font-weight: bold;
    font-family: Arial;
    font-size: .9em;
    color: #666666;
}

#footer_copyright
{
    font-size: .75em;
    color: #aaaaaa;
}
#footer
{
    font-size: 1.0em;
}
#footer a
{
    color: #aaaaaa;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
/**************************************************************************************
			MENU Styles
***************************************************************************************/
#topmenu_list a
{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
    letter-spacing: 0.02em;
    font-family: Arial;
}
#topmenu_list a:hover
{
    text-decoration: underline;
}
#left_menu
{
    /* background-color: #d9e0f0; */
}
#left_menu_body
{
}


/********************************************************************
Modules Common
*********************************************************************/
#ModuleCmdLink
{
    margin-right: 5px;
    font-weight: bold;
    font-size: 0.95em;
}
#ModuleCmdLink a
{
    color: Red;
    text-decoration: none;
    cursor: pointer;
}
#ModuleCmdLink a:hover
{
    text-decoration: underline;
    cursor: pointer;
}


/******************************************************************************
Module Admin Styles
*******************************************************************************/
#EditorCmdLink a
{
    font-size: 0.9em;
    color: #663300;
    font-weight: bold;
}
#EditorCmdLink
{
    text-align: right;
}
#EditorTitle
{
    background-color: #eeeeee;
    padding: 10px 4px;
    color: #003399;
    font-weight: bold;
    font-size: 1.4em;
}
.button_delete
{
    color: Red;
    margin-left: 10px;
}
/******************************************************************************
Editor Styles
*******************************************************************************/

/* Modal Begin*/

.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px; /*width:250px; */
}
.modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-width: 8px;
}
.modalTop
{
    /*width: 292px;*/ /*background-color: #006699; */
    background-image: url('../../images/blue_background.jpg'); /*background-color: Gray;*/
    padding: 4px;
    color: #ffffff;
    text-align: right;
    cursor: move;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 4px;
}

/***********************************************************/
/* left menu */
/***********************************************************/
.left_main_menu
{
    margin: 0px 14px 0 0px; /*border-bottom: solid 1px #cccccc;*/
    padding: 10px 5px 5px 15px;
}

.left_main_menu a
{
    font-size: 1.04em;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
.left_main_menu a:hover
{
    /*font-size: 1.1em;*/
    color: #387C2B;
    text-decoration: underline;
}

/*.left_main_menu a:active
{
	
background:url(../../images/header_left_nav.jpg);
	
}*/


.left_menu_header
{
    font-weight: bold;
    background: url(../../images/header_left_nav.jpg) #49207e no-repeat left top;
    font-size: 1.3em;
}
.sub_menu_block
{
    clear: both;
    margin-bottom: 4px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    line-height: 14px;
}
.sub_menu
{
    font-weight: bold;
    margin-left: 8px;
    text-indent: -10px;
}
.sub_menu a
{
    font-size: 0.95em;
}
.sub_sub_menu_block
{
    margin-bottom: 4px;
    margin-left: 10px;
    min-height: 14px;
    height: auto !important;
    height: 14px;
    line-height: 14px;
}
.sub_menu3_block
{
    margin-left: 7px;
    text-indent: -7px;
}
/******************************************/
/* Registration Form */
/*******************************************/
.redStar, .tdStar
{
    color: Red;
}
/*************************************************/
/**  Login Page */
/***************************************************/
.login_button
{
    position: relative;
    right: 110px;
    margin-top: 5px;
}
/*************************************************/
/** Admin section -- common */
/***************************************************/
.page_header
{
    background-color: #dddddd;
    padding-left: 5px;
}
.sub-cmd a
{
    font-weight: bold;
    font-size: 0.9em;
}
/*************************************************/
/** Admin section -- pop up calendar */
/***************************************************/
.popCalendar
{
    clear: both;
    border: 1px solid #646464;
    background-color: #cccccc;
    color: blue;
}
/*************************************************/
/** Admin section -- Events */
/***************************************************/
.lineLabel
{
    float: left;
    width: 120px;
    font-weight: bold;
    min-height: 25px;
    height: auto !important;
    height: 25px;
}
.line
{
    min-height: 25px;
    clear: both;
}
.lineValue
{
    float: left;
    width: 300px;
}
/****************************************************/
/** Article Admin
/****************************************************/
.admin-header
{
    height: 25px;
    padding-top: 4px;
    font-weight: bold;
    text-align: center;
    background-color: #dddddd;
}
/****************************************************/
/** Search Engine
/****************************************************/
.highlight
{
    text-decoration: none;
    font-weight: bolder;
    color: #000000;
    background-color: #ffff00;
}

/*****************************************************/
/** Tabs
/****************************************************/
#tab
{
    border-bottom: 1px solid #bbb;
    margin: 0;
    padding-bottom: 19px;
    padding-left: 10px;
}

#tab ul, #tab li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#tab a:link, #tab a:visited
{
    background: #E8EBF0;
    border: 1px solid #ccc;
    color: #666;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#tab a:link.active, #tab a:visited.active
{
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}

#tab a:hover
{
    color: #f00;
}

#tab li#nav-on a
{
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}
#tab li#nav-off a
{
    background: #eee;
    border-bottom: 1px solid #eee;
    color: #000;
}
#tab ul a:hover
{
    color: #f00 !important;
}
.line-half
{
    float: left;
    width: 49%;
}
.line-one-third
{
    float: left;
    width: 32%;
}
.line-one-quarter
{
    float: left;
    width: 24%;
}
.line-two-thirds
{
    float: left;
    width: 65%;
}
.line-two-fifths
{
    float: left;
    width: 39%;
}
.line-three-fifths
{
    float: left;
    width: 59%;
}
.RadGridEvent
{
    /*background-color: #ebebeb;
    background-color: #D8F3C9;*/
    background-color: Transparent;
    
}
.RadGridLocation
{
    padding: 0;
    margin: 0;
    line-height:0.8em;
    background-color:white ;
    font-family:Arial;
    font-weight:normal;
}
.ItemStyleLocation
{
    padding: 0px;
    margin: 0px;
}

a.navigation
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: Gray;
    text-decoration: none;
    width: 100%;
}

a.navigation:hover
{
    text-decoration: underline;
}

.MyRadCalendarClass .rcMain .rcMainTable .rcRow td
{
    border: dotted 0.1pt black;
    text-align: left;
    padding: 3px;
    vertical-align: top;
}
.MyRadCalendarClass .rcMain .rcMainTable .rcRow td a: hover
{
    text-decoration: underline;
}

.MyRadCalendarClass .rcSelected td
{
    background-color: blue;
}
.MyRadCalendarClass .rcSelected td:hover
{
    background-color: Yellow;
    text-decoration: underline;
}


.MyRadCalendarClass .rcMain .rcMainTable .rcWeek th
{
    text-align: left;
}

.MyRadGridClass .rgRow td
{
    padding:0px;
}
