﻿body 
{
	
}
.startDiv
{
	width: 100%;
	height: 100%;
}
.normalHeading
{
	font-family: Verdana;
	font-size: 18px;
	color: Navy;
	padding-left: 5px;
	padding-top: 5px;
	
}

.normalLabel
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	padding-left: 5px;
	padding-top: 5px;
}
.normalText
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	padding-left: 5px;
	padding-top: 5px;
}
.normalTextWithOutPadding
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
}
.loadProgress
{
	z-index: 100;
	left: 50%;
	position: absolute;
	top: 20%;
}
.questionText
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	padding-left: 5px 0px 0px 5px;
	overflow: auto;
}

.frameBody
{
	height: 100%; 
	padding: 0px; 
	margin: 0px;
	width: 100%;
}
.questionSpan
{
	height: 35px;
	font-family: Verdana;
	font-size: 13px;
	color: Navy;	
}
.questionTextArea
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	
}
#olQuestion
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	padding-left: 5px;
	margin-top: 2px;
	
}

.buttonStyle
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	width: 100px; 
	background-color:  #0a4f94; 
	color:  #ffffff;		
}


.dynamicTd1
{
	border: 1px solid #a8a8a8;
	border-right-style: none;
	background-color: #18C5C5;
}
.dynamicTd2
{
	border: 1px solid #a8a8a8;
	border-left-style: none;
	border-right-style: none;
	background-color: #18C5C5;
}
.dynamicTd3
{
	border: 1px solid #a8a8a8;  
	border-left-style: none;
	border-right-style: none;
	background-color: #18C5C5;
}
.dynamicTd4
{
	border: 1px solid #a8a8a8;  
	border-left-style: none;
	background-color: #18C5C5;
}
.dynamicTdNoBorder
{
	border: 0px solid;
	background-color: none;
}
.hrStyle
{
    color: Navy;
}

.questionHeaerRow
{
    background-color: #DADADA;    
}
.questionHeader
{
	font-family: Verdana;
	font-size: 13px;
	color: Navy;
	font-weight: bold;
}
.questionBorder
{
    border: solid 1px #a8a8a8;    
}
.tdMoveButton
{
    border-left: 1px solid #a8a8a8;
}
.tdMoveUpButton
{
    border-bottom: 1px solid #a8a8a8;
}
.divQuestionList
{
    display: none;
    text-align: center; 
    border: 0px solid #a8a8a8; 
    border-right: 0px; 
    padding-left: 2px;
    overflow: auto;
}
                                                
/*End of Create profile*/
/**/

.body
    {
        background-color: #CDD5E0;
    }
    .subSection
    { 
        background: url(/images/SessionHeaderBG.gif) repeat-x top left;
        border:2px solid #e2f1ff; 
        padding:2px;
        font-family: Verdana;
        font-size: 13px;
        color: White;
    }
    .tableBorder
    {
        border-color: #446077;
    }
    .tdBg
    {
        background-color: #EAEDF4;
    }
    .tdBorder
    {
        background-color: #0062b9;
    }
    .aTag
    {
        font-family: Verdana;
        font-size: 13px;
        color: White;
    }
    .tdResume
    {
        background-color: White;
    }
    .tdVideoFrame 
    {
        background-color: #000000;
        border: 2px solid #e2f1ff;
    }
/* Forward VIP Session style startd vip.aspx page*/   
    .hideMessage
    {
        display: none;
    }
    .showMessage
    {
        border: 1px solid #d8e8ff;
        width: 500px;
        top: 20%;
        left: 15%;
        position: absolute;
        display: block;
    }
    .messageBorder
    {
        border: 1px solid #5Z7CB0;
    }
    .hidePage
    {
        width: 100%;
        height: 100%;
        background-color: #f8f8f8;
        top: 0px;
        left: 0px;
        position: absolute; /*background: #333333;filter: alpha(opacity=95);*/
    }
    .showPage
    {
        background-color: none;
        display: none;
    }
/* Forward VIP Session Style ends here*/    
