﻿body{
	padding:0 0 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

.top
{
    padding-top:5px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:#c9d7f1;
    height:23px;
    font-size:13px; 
    padding-right:10px; 
    padding-left:10px;
    background-color:White;
}

.top a
{
    color:#0000CC;
    text-decoration:underline;
}

.top a:hover
{
    color:#0000CC;
}

a
{
    color:#333;
    text-decoration:none;
}

a:hover
{
    color:#333;
    text-decoration:underline;
}
/*==================================================================================================*/
.column
{
    width: 100%;
    margin-right: .5%;
    min-height: 300px;
    /*background: #fff;*/
    float: left;
}
.column .dragbox
{
    margin: 5px 2px 20px;
    /*background: #fff;*/
    position: relative;
    border: 1px solid #ddd;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}
.column .dragbox h2
{
    margin: 0;
    font-size: 15px;
    /*
    background: #f0f0f0;
    color: #000;
    border-bottom: 1px solid #eee;
    */
    font-family: Verdana;
    cursor: move;
    padding:5px;
}
.dragbox-content
{
    /*
    background: #fff;
    margin: 5px;
    */
    min-height: 100px;
    font-family: 'Lucida Grande' , Verdana;
    font-size: 13px;
    line-height: 1.5em;
}
.column .placeholder
{
    background: #f0f0f0;
    border: 5px dashed #ddd;
}
.dragbox h2.collapse
{
    /*background: #f0f0f0 url('collapse.png') no-repeat top rightright;*/
}
.dragbox h2 .configure
{
    font-size: 15px;
    font-weight: normal;
    margin-right: 5px;
    font-weight:bold;
}
/*==================================================================================================*/
.SnapHeader
{
    color: #333;
    background: #fff url("../images/snap_headerBg.gif") repeat-x;
    border: 1px solid #bbb;
    font: bold 11px Arial,Helvetica,sans-serif;
    height: 16px;
    line-height: 16px;
}
.SnapHeader a
{
    color:#666;
}

.SnapHeader a:hover
{
    color:#666;
    text-decoration:underline;
}

.SnapHeaderCollapsed
{
    color: #999;
    background: #fff url("../images/snap_headerCollapsedBg.gif") repeat-x;
    border: 1px solid #ccc;
    font: bold 11px Arial,Helvetica,sans-serif;
    height: 16px;
    line-height: 16px;
}
.SnapContent
{
    font: normal 11px Arial,Helvetica,sans-serif;
    text-align: left;
    padding: 3px;
    border: 1px solid #bbb;
    border-top: none;
    background: #fff;
    cursor: default;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Dock
{
    padding: 5px;
    /*border: 1px solid #333;*/
    background:#FFFFFF;
}
.Links
{
    list-style-image: none;
    color: #000;
}
/* Menu styles */.TopGroup
{
    cursor: pointer;
    border: 0;
}
.MenuGroup
{
    background: #f6f6f6;
    border: 1px solid #999;
    cursor: default;
}
.MenuItem
{
    border: 1px solid #f6f6f6;
    color: #666;
    font: 11px Arial,Helvetica,sans-serif;
    cursor: default;
}
.MenuItemHover
{
    margin: 0;
    background: #eee;
    color: #000;
    border: 1px solid #ccc;
    border-right-color: #b9b9b9;
    border-bottom-color: #b9b9b9;
    cursor: default;
    font: 11px Arial,Helvetica,sans-serif;
}

.CommandButton
{
    color:#99a;
    text-decoration:underline;
    font-size:11px;
    cursor:pointer;
    margin-left:5px;
    white-space:nowrap;
    font-weight:bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.DefaultMainTab
{
    background-color:#ffffdd;
}

input{
    border: #d0d0f0 1px solid;
    padding:2px;
    font-family: Arial, sans-serif;
    font-size:100%;
}

.button{
    background-image:url(../images/bg-11-6.jpg);
    color:White;
    padding-left:7px;
    padding-right:7px;
    padding-top:3px;
    padding-bottom:3px; 
    font-weight:bold; 
    border-style:solid;
    cursor:pointer;
}

.moduleTitle
{
     padding:10px;
     color:#333; 
     border-bottom:#e0e0e0 1px solid; 
     margin-bottom:10px; 
     font-weight:bold;
     font-size:20px;
}

.moduleFormButtom{
     color:#333; 
     border-top:#e0e0e0 1px solid; 
     padding-bottom:2px; 
     margin-bottom:10px; 
}

/*==================== Dialog =======================*/
.dialogHeader
{
    background-image:url(../images/bg-79-8.jpg);
    color:White; 
    padding:7px; 
    cursor:move; 
    font-weight:bold;
}

.dialogContent
{
    background-color:#f7f7f7; 
    padding:7px;
}

.dialogFooter
{
    background-color:#f7f7f7; 
    padding:7px;
    text-align:right;
}

.watermarked 
{
    padding:2px 0 0 2px;
    border:1px solid #BEBEBE;
    background-color:#F0F8FF;
    color:gray;
}

img{
    border:0;
}

 #tooltip {
    position: absolute;
    z-index: 3000;
}

#tooltip h3, #tooltip div { margin: 0; }

.message{
    background-color:#ffffdd;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
    padding:5px;
}

.Validation
{
     color:Red;
     display:none;
}

.linkButton
{
     font-size:12px; 
     font-weight:normal; 
     color:#333;
     font-weight:bold;
}

.HelperPanel
{
    background-color:#e7f4fa; 
    margin-top:5px; 
    padding:5px; 
    width:350px; 
    display:none;
    word-break:break-all; 
    dispaly: block;
}