@import url("css/menu.css");

/*-------- Default Style --------*/

html
{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #800;
}
body
{
    margin: 0px;
    color: #000;
    font-family: Candara, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
input, select
{
    font-family: Candara, Verdana, Tahoma, Arial, Helvetica;
    font-size: 10pt;
}
.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
    margin-bottom: 4px;
}

a, a:link, a:visited, a:active
{
}
a:hover
{
}

/*-------- design style --------*/

.page
{
}
.ControlPanel
{
    width: 860px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.template_style
{
    width: 860px;
    margin: 5px auto 0px auto;
}
.main_panel
{
}
.header_panel
{
    background: url(images/logo10.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 120px;
}
.bot_pad
{
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    background-color: #333;
    background: #333 url(images/nav_bg2.gif) repeat-x scroll right top;
}


.bread_bg
{
    padding: 0px;
    height: 24px;
    background-color: #333;
    background: #333 url(images/nav_bg2.gif) repeat-x scroll right top;
    border: solid 1px #000;
}
.bread_left
{
    padding: 0px;
    margin: 0px;
    color: #ddd;
}
.bread_right
{
    padding: 0px;
}

#login_style
{
    float: right;
    padding: 4px 4px 0px 10px;
    color: #ddd;
}
#login_style a
{
    color: #ddd;
}
#login_style a:hover
{
    color: #fff;
}
#bread_style
{
    float: left;
    padding: 4px 0px 0px 4px;
}

.clear_float
{
    clear: both;
}
#terms_style
{
    float: left;
}
#copy_style
{
    float: right;
}

/*-------------- Footer Style --------------*/

.footer, a.footer:link, a.footer:active, a.footer:visited
{
    color: #ddd;
}
a.footer:hover
{
    color: #fff;
}

.clear_float
{
    clear: both;
}


/*------------ Breadcrumb Style --------------*/

.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #ddd;
}
a.Breadcrumb:hover
{
    color: #fff;
}

.boxshadow1
{
    margin-bottom: 4px;
    border: solid 1px #111;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 2px 10px #111;
    -webkit-box-shadow: 0px 2px 10px #111;
}

.c_contentpane blockquote
{
    margin: 0px;
    padding: 0px;
}

.c_contentpane img.full_width
{
    margin: 0 0 10px 1px;
    border: solid 1px #666;
    padding: 2px;
    -moz-box-shadow: 0px 2px 10px #111;
    -webkit-box-shadow: 0px 2px 10px #111;
}
.c_contentpane img
{
    /*     margin: 5px 10px 10px 0px;     border: solid 1px #666;     padding: 2px;     -moz-box-shadow: 0px 2px 10px #111;     -webkit-box-shadow: 0px 2px 10px #111;     float: left;     */
}

.Head
{
}

div.s_content
{
    background-color: #fff;
    padding: 20px;
    border: solid 1px #000;
    line-height: 16pt;
    background: #fff url(images/bg_fadedscreenshot.jpg) no-repeat bottom left;
}

div.s_sidebar
{
    float: right;
    min-width: 180px;
    max-width: 400px;
    padding: 0 10px 0px 10px;
    margin-left: 20px;
}
div.s_sidebar blockquote
{
    background-color: #e8e8e8;
    background: #fff url(images/blockquote_bg.gif) repeat-x bottom left;
    border: 1px solid #a6a6a6;
    width: 218px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    margin: 0 0px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div.s_sidebar blockquote span
{
    background: #fff url(images/bkg_talkBubble-bot4.gif) no-repeat;
    display: block;
    width: 180px;
    padding: 12px 0 0 60px;
    margin: 10px 0 -11px -11px;
}
div.s_sidebar blockquote span strong
{
    color: #C00000;
    display: block;
}
p
{
    line-height: 14pt;
}
sup
{
    font-size: 6pt;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0 0 10px 0;
    padding: 0;
}
.DNNEmptyPane
{
    visibility: hidden;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-weight: normal;
}

a:link { text-decoration: underline; color: #800; }
a:visited { text-decoration: underline; color: #800; }
a:hover { text-decoration: underline; color: #e00; }
a:active { text-decoration: underline; color: #800; }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 1px 5px;
    margin: 1px;
    font-weight: normal;
    background: #333;
    color: #ddd;
    border: solid 1px #000;
    text-decoration: underline;
    background: #333 url(images/nav_bg2.gif) repeat-x scroll right top;
}

A.CommandButton:visited
{
    color: #ddd;
    text-decoration: underline;
}

A.CommandButton:hover
{
    color: #fff;
    text-decoration: underline;
}

A.CommandButton:active
{
    color: #fff;
    text-decoration: underline;
}

.ControlPanel a.CommandButton
{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 3px;
    margin: 1px;
    font-weight: normal;
    background: #fff;
    color: #800;
    border: 0;
    text-decoration: underline;
    background: #fff none;
}
.ControlPanel a.CommandButton:hover { color: #f00; }

ul { margin: 0; }

h1 { font-size: 12pt; color: #800; font-weight: bold; }
h2 { font-size: 11pt; color: #800; font-weight: bold; }
h3 { font-size: 11pt; color: #800; font-weight: normal; }
h4 { font-size: 11pt; color: #000; font-weight: normal; }
.c_contentpane ul { padding: 0; margin: 0; margin-left: 20px; margin-right: 20px; }
.c_contentpane li { list-style: none none; background-image: url(images/logo_mini_3.gif); background-repeat: no-repeat; background-position: 0 2px; padding-left: 20px; margin-left: 0; margin-bottom: 10px; }


