﻿/* General Styles */
/* General Use Styles */
.iCAN_gAddPadding_10
{
    padding: 10px;
}
.iCAN_gMargin_Bottom_15
{
    margin-bottom: 15px;
}
.iCAN_gFloatLeft
{
    float: left;
}
.iCAN_gFloatRight
{
    float: right;
}
.iCAN_gClearBoth
{
    clear: both;
}
.iCAN_gAlignLeft
{
    text-align: left !important;
}
.iCAN_gAlignRight
{
    text-align: right !important;
}
iCAN_.gAlignCenter
{
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
.iCAN_gVertialAlignTop
{
    vertical-align: top;
}
.iCAN_gVerticalAlignMiddle
{
    vertical-align: middle;
}
.iCAN_gVerticalAlignBottom
{
    vertical-align: bottom;
}
li.iCAN_gLiInsdie
{
    list-style-position: inside;
}
li.iCAN_gLiNoImg
{
    list-style: none !important;
    list-style-image: none !important;
}
a.iCAN_gLink
{
    color: #1941a5 !important;
    text-decoration: none;
}
a.iCAN_gLink:hover
{
    color: #e53736 !important;
    text-decoration: underline;
}
.iCAN_gTxtError
{
    color: #dd0000;
    font-weight: bold;
}
.iCAN_gTxtOk
{
    color: #287828;
    font-weight: bold;
}
.iCAN_gTxtRequired
{
    color: #dd0000;
}
.iCAN_gTxtRecommended
{
    color: #287828;
}
.iCAN_gTxtTips
{
    color: #666;
}
.iCAN_gTxtBold
{
    font-weight: bold;
}
.iCAN_gCursorPointer
{
    cursor: pointer;
}
img.iCAN_gNoBorderImg
{
    border: none;
}
.iCAN_gNoBorder
{
    border: none !important;
}
.iCAN_gShowAtBottomRight
{
    position: fixed;
    right: 10px;
    bottom: 10px;
}
ul.iCAN_gUlNoListStyle li
{
    list-style: none;
}
.iCAN_gControlWidth_General
{
    width: 300px;
}
.iCAN_gControlWidth_150
{
    width: 150px;
}
.iCAN_gControlWidth_200
{
    width: 200px;
}

.iCAN_gControlWidth_250
{
    width: 250px;
}
.iCAN_gControlWidth_300
{
    width: 300px;
}
.iCAN_gControlWidth_350
{
    width: 350px;
}
.iCAN_gControlWidth_400
{
    width: 400px;
}
.iCAN_gControlWidth_450
{
    width: 450px;
}
.iCAN_gControlWidth_500
{
    width: 500px;
}
.iCAN_gControlWidth_550
{
    width: 550px;
}
.iCAN_gControlWidth_600
{
    width: 600px;
}
.iCAN_gErrorFrame
{
    color: Red;
    padding: 3px;
    padding-left: 4px;
    padding-right: 3px;
    border: red 1px solid;
    background: url(../Images/Site Use/bgError.png);
}
.iCAN_gDisplay_None
{
    display: none;
    visibility: hidden;
}
.iCAN_gDisplay_Block
{
    display: block;
}
/* Login */
.iCAN_gLogin
{
    background: url("../Images/Site Use/login-style.jpg") no-repeat;
    height: 485px;
    width: 390px;
    text-align: center;
    font-family: Tahoma;
    font-size: .9em;
    margin: 0 auto;
}
.iCAN_gLogin table
{
    width: 280px !important;
    margin: 0 auto;
}
input.iCAN_gLoginButton
{
    border: 1px solid #fff;
    background: #3B5998;
    padding: 1px 4px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 8pt;
}
input:hover.iCAN_gLoginButton
{
    background: #5C74A3;
    text-decoration: underline;
    cursor: pointer;
}
.iCAN_GLoginButton
{
    margin-right:10px;
    font-weight:bold;
}

.iCAN_gLoginHeaderText
{
    color: #fff;
    padding: 5px 0 5px 0;
}
.iCAN_gLoginLabel
{
    color: #fff;
}
a.iCAN_gLoginLink
{
    color: #1941a5 !important;
    text-decoration: none;
}
a.iCAN_gLoginLink:hover
{
    color: #e53736 !important;
    text-decoration: underline;
}
.iCAN_gLoginCheckbox
{
    color: #fff;
    text-align: left;
    padding: 8px 0 8px 0;
}
.iCAN_gLoginCheckbox label
{
    padding-left: 5px;
    font-size: .9em;
}
.iCAN_gLoginTextBox
{
    width: 160px;
    margin-left: 3px;
}
.iCAN_gLogoutText
{
    color: #EDEDED;
}
.iCAN_gLogoutText:hover
{
    color: #ccff00;
}
/**** Smal Login ***/
.iCAN_gLogin_Small
{
    width: 100%;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    border: 1px solid #a8a8a8;
}

.iCAN_gLogin_Small table
{
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
.iCAN_gLogin_Small table td
{
}
input.iCAN_gLoginButton_Small
{
    border: 1px solid #fff;
    background: #3B5998;
    padding: 1px 4px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 8pt;
}
input:hover.iCAN_gLoginButton_Small
{
    background: #5C74A3;
    text-decoration: underline;
    cursor: pointer;
}

.iCAN_gLoginHeaderText_Small
{
    color: #444;
    font-weight: bold;
    text-align: left;
    background: #E0E0E0;
    border-bottom: 1px solid #A8A8A8;
    padding: 5px 8px;
    font-size: 9pt;
}
.iCAN_gLoginLabel_Small
{
    color: #666;
    padding-left:5px;
    display:block;
    padding-top: 5px;
}
a.iCAN_gLoginLink_Small
{
    color: #1941a5 !important;
    text-decoration: none;
}
a.iCAN_gLoginLink_Small:hover
{
    color: #e53736 !important;
    text-decoration: underline;
}
.iCAN_gLoginCheckbox_Small
{
    color: #000;
    text-align: left;
    padding: 8px 0 8px 0;
}
.iCAN_gLoginCheckbox_Small label
{
    padding-left: 5px;
    font-size: 1em;
    vertical-align:middle;
    
}
.iCAN_gLoginTextBox_Small
{
    width: 85px;
    margin-left: 3px;
    margin-top: 8px;
}
.iCAN_gLogoutText_Small
{
    color: #EDEDED;
}
.iCAN_gLogoutText_Small:hover
{
    color: #ccff00;
}
.iCAN_gLoginName_Small
{
    white-space: pre; /* CSS2 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    overflow: hidden;
    display: block;
}
/**** end small login ***/
/* end Login */

/* Forms */
table.iCAN_iDetailsView
{
    border: 1px solid #e0e0e0;
    border-bottom: 0 !important;
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    font-size: 9pt;
    background: #fff;
}
table.iCAN_iDetailsView caption.iCAN_iDetailsView_Caption, table.iCAN_iDetailsView th.iCAN_iDetailsView_ThCaption
{
    color: #666;
    height: 30px;
    background: url('../Images/Site Use/form_header.gif') repeat-x top left; /* switch theme should be modified here */
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #5C5C5C;
    text-align: left;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
    font-size: 9pt;
}

table.iCAN_iDetailsView th.iCAN_iDetailsView_Th
{
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    width: 150px !important;
    text-align: right !important;
    vertical-align: top;
    padding-right: 4px !important;
    background: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0 !important;
    color: #5c5c5c;
}
table.iCAN_iDetailsView td.iCAN_iDetailsView_TdHeader
{
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    text-align: right !important;
    vertical-align: top;
    padding-right: 4px !important;
    background: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0 !important;
    color: #5c5c5c;
    width: 180px !important;
}

table.iCAN_iDetailsView td.iCAN_iDetailsView_TdField
{
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 5px;
    width: auto !important;
}
table.iCAN_iDetailsView td.iCAN_iDetailsView_CommandField
{
    background-color: #eee;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px;
}

/* FormView */

table.iCAN_iFormView_Table
{
    border: 0;
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    font-size: 1.1em;
    width: 100%;
}
table.iCAN_iFormView_Table td.iCAN_iFormView_TdHeader
{
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    text-align: right !important;
    vertical-align: top;
    padding-right: 4px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #121212;
    width: 180px !important;
}
table.iCAN_iFormView_Table td.iCAN_iFormView_TdField
{
    font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
    vertical-align: top;
    padding: 5px;
    width: auto !important;
}
/* End Fieldset */

/* End Forms */

/* CMS Styles */
.iCAN_Cms_PlaceHolder
{
}
.iCAN_Cms_PlaceHolder_Header
{
    background: #235A70;
    color: #fff;
    padding: 3px 5px;
    border-bottom: 2px solid #666;
}
.iCAN_Cms_PlaceHolder_Body
{
    border: 1px solid #EBF2F4;
}

.iCAN_Cms_PlaceHolder_Body_EmptyContainer
{
    padding: 15px 5px;
    border: 1px solid #EBF2F4;
}
.iCAN_Cms_PlaceHolder_Body_EmptyContainer:hover
{
    cursor: default;
    border: 1px dashed #666;
    background: #F5F6F8;
}
.iCAN_Cms_ControlWraper
{
}
.iCAN_Cms_ControlWraper_OverlayHover
{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}
/* End Cms Styles */

/* End General Styles */