﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1fbfc;
    color: #666666;
}

body p
{
    color: #666666;
}

/*tbody tr:hover
{
    background: #e3f5f7;
} */

.topnav 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 16px;
    color: #77787B;
    text-decoration: none;
}

.topnav ul  
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.topnav li ul  
{
    position: absolute;
}

.topnav li  
{
    float: left;
    margin: 0 0.15em;
}

.topnav a 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 16px;
    color: #77787B;
    text-decoration: none;
}

.topnav a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 16px;
    color: #0D225A;
    text-decoration: none;
}

.pagenav 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 16px;
    color: #77787B;
    text-decoration: none;
    width: 400px;
    margin-bottom: 15px;
}

.pagenav ul  
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagenav li  
{
    display: inline;
    margin: 0 0.15em;
}

.pagenav a 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 16px;
    color: #77787B;
    text-decoration: none;
}

.pagenav a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 16px;
    color: #0D225A;
    text-decoration: none;
}

.cmsBlock
{
 /* border: 2px solid transparent;
    margin: -2px; */    
}

.cmsBlock.unsaved
{
    border: 3px dashed red;
}

.cmsBlock.hover
{
/*  border: 2px dashed blue; */
    cursor: pointer;
}

.cke_button_submitChanges .cke_icon
{
    display : none !important;
}

.cke_button_submitChanges .cke_label
{
    display : inline !important;
}

.cke_button_revertItem .cke_icon
{
    display : none !important;
}

.cke_button_revertItem .cke_label
{
    display : inline !important;
}

.provider
{
    padding: 15px;
    margin-left:-10px;
}
.provider a
{
    text-decoration: none;
    color: #fff;
}

.provider h3
{
    font-size: 1.5em;
}

.provider p
{
    font-size: 1.1em;
    margin-top: -1.0em;
    margin-bottom: 0;
    line-height: 1.0em;
    color: #fff
}

.box
{
    margin-bottom: 1.5em;
    margin-right: 32px;
}

.box a
{
    display: block; 
    height: 100%; 
    width: 100%;
    text-decoration: none;
    border: solid 2px;
    padding: 15px 15px 10px 15px;
}

.box h3
{
    font-size: 1.5em;
}

.box p
{
    font-size: 1.1em;
    line-height: 1.1em;
    margin-top: -1.0em;
}

.connection_frame
{
	border: solid 1px;
	padding: 12px;
	font-size: 1.0em;
	margin-bottom: 15px;
	
}

.connection_frame h4
{
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: bold;
}

.connection_bold
{
	font-size: 1.0em;
	font-weight: bold;
}

.validation-summary-errors
{
    list-style: none;
    color: Red;
}

.input-validation-error 
{
    color: Red;
}

#toolbar
{
    width: 950px;
    height: 100px;
    background: #ccc;
}

#toolbar .dialog
{
    display: none;
}

#toolbar .section
{
    float: left;
    width: 250px;
    height: 90px;
    padding: 5px 10px;
}

#toolbar .login
{
    font-size: 1.0em;
    float: right; 
    width: 105px; 
    height: 90px;
    padding: 5px 10px;
    vertical-align: bottom;
}
#toolbar h3
{
    margin-bottom: 1px;
}


#toolbarPage, #toolbarContent
{
    border-right: 1px solid #999;
}

ul.bulletless, ul.bulletless li
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

p.addcontent 
{
    color: #000;
    text-align: center;
    font-size: 1.2em;
}
.error
{
    color:Red;
}