
.footer {
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 12px;
	background-color: #303996;
	height: 20px;
}

.loginButton {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
    background-color: #5B74A8;
    border: 1px solid #29447E;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    height: 25px;
    color: #fff;
    border-radius: 5px;
}

.loginButton:hover {
    background-color: #789be0;
}

a {
    font-family: Tahoma,serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
a:hover {
    font-family: Tahoma,serif;
    font-size: 11px;
    font-weight: bold;
    color: #6181ed;
    /*text-decoration: underline;*/
}



.home {
    font-family: Tahoma,sans-serif;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    float: right;
}

.home:hover {
    font-family: Tahoma;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    float: right;
}

.myLink{
    font-family: Tahoma,serif;
    font-size: 11px;
    font-weight: bold;

    color: #22254B;
    text-decoration: none;
}
myLink:hover {
    font-family: Tahoma,serif;
    font-size: 11px;
    font-weight: bold;
    color: #6181ed;
    text-decoration: underline;
}

.subHeading {
    font-family: Comic Sans MS, cursive, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #151B54;
    padding: 7px;
}

.MainTxt {
    font-weight: bold;
    font-family: Tahoma,serif;
    font-size: 12px;
    color: #25587E;
}

.tabSection {
    font-family: Arial,serif;
    font-size: 11px;
    overflow: auto;
    /*padding: 1px 5px 5px 5px;*/
    padding: 0;
    width: 850px;
    /*height: 200px;*/
}

.detailTableRow {
    padding-bottom: 5px;
}

.formArea {
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    font-style: normal;
    /*color: #708bb0;*/
    padding: 7px;
}

.formAreaDetails {
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    font-style: normal;
    /*color: #708bb0;*/
    padding: 7px;
    /*height: 150px;*/
    /*overflow: auto;*/
    /*border: 2px solid #bfd3ff;*/
    /*border-radius: 5px;*/
}

.textBox {
    background-color: #e7eeff;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    font-style: normal;

    border: 1px solid #000000;
    border-radius: 3px;
    height: 18px;
}

.textBox2 {
    background-color: #edf0f2;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #000000;
    border-radius: 3px;
    height: 16px;
}

.myLabel {
    background-color: #e7eeff;
    font-family: Tahoma,serif;
    font-size: 12px;
}

.textArea {
    background-color: #e7eeff;
    /*margin: 5px 60px;*/
    /*padding: 2px 2px 2px 2px;*/
    /*border: 2px;*/
    border: 1px solid #000000;
    border-radius: 3px;
    font-family: Tahoma,serif;
    font-size: 12px;
    height: 70px;
    width: 300px;
}

.DropDown {
    font-family: Tahoma,serif;
    font-size: 11px;
    background-color: #e7eeff;
    border: 1px solid #000000;
    border-radius: 3px;
    height: 20px;
}

.multiSelect {
    font-family: Tahoma,serif;
    font-size: 11px;
    background-color: #e7eeff;
    border: 1px solid #000000;
    border-radius: 3px;
}

.resultArea {
    padding: 10px;
    font-family: Tahoma,serif;
    font-size: 12px;
}

.errorMessage{
    color: red;
    /*text-align: left;*/
}

table.myTable {

    /*background-color: #F9F9F9;*/
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 8px;
    /*overflow: auto;*/
    /*font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;*/
    /*color: #333;*/
}

.tabContent {
    height: 255px;
    overflow: auto;
    padding: 0;
}

table.myTable td {
    border-bottom: 2px solid #FFFFFF;
    font-family: Arial,serif;
    font-size: 11px;
    color: #000000;
    background-color: #c6d9ff;
}
table.myTable th {
    /*border-bottom: 1px solid #000000;*/
    font-family: Arial,serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #88a3d1;
}

.tabHeading {
    font-family: Arial,serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #88a3d1;
}


.TableRow {
    /*background-color: #c1d1d4;*/
    background-color: #c6d9ff;
}

.rowHighlight {
    font-weight: normal;
    /*background-color: #a2b8e8;*/
    background-color: #875fe6;
}

.BlueLine {
    background-color: #303996;
}
.details {
    /*background-color: #E8E8E8;*/
    border: 5px solid #bfd3ff;
    width: 850px;
    /*height: 490px;*/
    height: 535px;
    overflow: hidden;
    overflow-x: hidden;
    border-radius: 15px;
    color: #22254B;
    font-family: Tahoma,sans-serif;
    padding: 7px;
    font-size: 13px;
}
.details:hover {
    overflow-y: auto;
}

.urlSegmant {
    color: #22254B;
    font-family: Tahoma,sans-serif;
    word-wrap: break-word;
    margin-bottom: 5px;
    padding: 3px;
    height: 100px;
    border: 2px solid #bfd3ff;
    border-radius: 7px;
}

.requestDetails {
    color: #22254B;
    font-style: italic;
    font-family: Tahoma,sans-serif;
    word-wrap: break-word;
    border: 2px solid #bfd3ff;
    border-radius: 7px;
    /*background-color: #bfd3ff;*/
    padding: 3px;
}

.accordion {
    background-color: #e3f3ff;
    width: 230px;
    height: 550px;
    /*font-size: 4px;*/
    display: none;
    /*overflow: auto;*/
    overflow: hidden;
    border-radius: 5px;
    /*border: 2px solid #6181ed;*/
}
.accordion:hover {
    overflow-y: auto;
}
.adminPanel {
    font-weight: bold;
    background-color: #e3f3ff;
    width: 230px;
    height: 550px;
    overflow: hidden;
    border-radius: 5px;
    /*border: 2px solid #6181ed;*/
}

.icon-link {
    border: 0px;
    cursor: auto;
    width: 17px;
    height: 17px;
}

div.modal-bg {
    background: #FFFFFF;
    /*background: #e7e7ff;*/
    position:fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    z-index:10;
    opacity: 0.8;
    text-align: center;

}

#basic-modal-content {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#000;}
/* Container */
/*#simplemodal-container {height:500px; width:800px; color: #5896ba; background-color: #DEE7F4; border:6px solid #444; padding:12px;}*/
#simplemodal-container {color: #444; background-color: #FFFFFF; border:3px solid #616469; border-radius: 7px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
/*#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/x.png',sizingMethod='scale');}*/

table.popupTable {
    width: 100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}

table.popupTable td {
    border-right: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;

    font-family: Arial,serif;
    font-size: 12px;
    color: #000000;
    background-color: #c6d9ff;
    padding: 2px 10px;
}
table.popupTable th {
    border-right: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;

    font-family: Arial,serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background-color: #88a3d1;
    padding: 2px 10px;
}