﻿.body
{
    /* Apply thi sstyle to the body tag */
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
}

.marqueebody
{
    /* Apply thi sstyle to the body tag */
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    border-width :0px;
}

.listBox_Registration
{
    font-family:Tahoma;
    font-size:8pt;
    width:128px;
    border-width:1px;
    border-bottom-style:none;
}

.topTableStyle
{
    /* Apply this style to outer main table tag */
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.bottomTableStyle
{
    /* Apply this style to outer main table tag */
    border-right: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height:100%;
}

.topRow
{
    /* Apply this style to the main table's first row tag */
    background-image:url(H1_bg.png);
    padding-left :5px;
    height:25px;
    font-family:Tahoma ;
    color:White;
    font-size:11px;
    font-weight:bold;
}

.topRowFloating
{
    /* Apply this style to the main table's first row tag */
    background-image:url(H1_bg.png);
    padding-top : 5px;
    padding-left:10px;
    height:25px;
    font-family:Tahoma ;
    color:White;
    font-size:11px;
    font-weight:bold;
}

.secondRow
{
    /* Apply this style to the main table's second row tag */
     background-image:url(H2_bg.png);
     padding-left:5px;
     height:18px;
     font-family:Tahoma ;
     color:black;
     font-size:10px;
     font-weight:bold;
}
.fullTableStyle
{
    /* Apply this style to outer main table tag */
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.tableRowForTextOnly
{
    /* Apply this style to the table row's tag where there are only plain text occuring */
    padding-left:6px;
    font-family:Tahoma;
    font-size:11px;
    color:Black;    
}
.line
{
    /* Apply this style to the <hr> tag */
    height:1px;    
}

.textBox
{
    /* Apply this style to the Textbox tag */
    border-color:#507CD1;
    border-style:solid;
    border-width:1px;
    font-family: Tahoma;
    font-size:8pt;
    width:140px;
}
.listBox_Registration
{
    font-family: Tahoma;
    font-size:8pt;
    width:128px;
    border-width:1px;
        border-bottom-style:none;

    
}
.mulTextBox
{
    /* Apply this style to the Textbox tag */
    border-color:#507CD1;
    border-style:solid;
    border-width:1px;
    font-family: Tahoma;
    font-size:8pt;
    width:225px;
    height:68px;
}

.checkBox
{
    /* Apply this style to the Textbox tag */
    border-color:#507CD1;
    border-style:solid;
    border-width:1px;
    font-family: Tahoma;
    font-size:8pt;
}

.dropDown
{
    /* Apply this style to the Textbox tag */
    border-color:#507CD1;
    border-style:solid;
    border-width:1px;
    font-family: Tahoma;
    font-size:8pt;
}

.button
{
    /* Apply this style to the Button tag */
    background-image: url(H2_bg.png);
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 8pt;
    border-left: #000000 1px solid;
    color: black;
    border-bottom: #000000 1px solid;
    font-family: Tahoma;
    height: 18px;
}
.okbutton
{
    /* Apply this style to the Button tag */
    background-image: url(H2_bg.png);
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 8pt;
    border-left: #000000 1px solid;
    color: black;
    border-bottom: #000000 1px solid;
    font-family: Tahoma;
    height: 18px;
    width :50px;
}

.gridHeader
{
    /* Apply this style to the grid's HeaderStyle tag */
    border-color:Blue;
    font-weight: bold;
    font-size: 9pt;
    background-image: url(table_bg.gif);
    color: white;
    font-family: Tahoma;
    height: 20px;
    text-indent: 0;
    text-align: center;
}
.GridFooter
{
	border-color:Blue;
    font-weight: bold;
    font-size: 6px;
    background-image: url(table_bg.gif);
    color:white;
    font-family: Tahoma;
    height: 20px;
    text-indent: 0;
    text-align: center;
    
} 

.gridRowStyle
{
    /* Apply this style to the grid's RowStyle tag */
    font-size: 8pt;
    background-image: url(tableRow_bg.gif);
    color: black;
    font-family: Tahoma;
    height: 20px;
    text-indent: 0;
}

.gridAlternateRowStyle
{
    /* Apply this style to the grid's AlternateRowStyle tag */
    
    font-size: 8pt;
    background-image: url(tableAlternateRow_bg.gif);
    color: black;
    font-family: Tahoma;
    height: 20px;
    text-indent: 0;
}

.gridStyle
{
    /* Apply this style to the grid's main tag */
    border-color: ActiveBorder;
    width:100%;
}

.tableheader
{
    /* Apply this style to the grid's HeaderStyle tag */
    font-weight: bold;
    font-size: 9pt;
    background-image: url(table_bg.gif);
    color: white;
    font-family: Tahoma;
    height: 20px;
    text-indent: 0;
}
.anchors
{
    /* Apply this style to all the anchor tag */
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
    text-decoration: underline;
    cursor:auto;
}
.boldText
{
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
}
.boldTextWhite
{
    font-weight: bold;
    font-size: 8pt;
    color: White;
    font-family: Tahoma;
}
.normalText
{
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
}
.frame
{
    border-color:#B4CEF8;
    border-style:solid;
    border-width:2px;
}

.menubg
{
    font-family: Tahoma;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #B4CEF8
}

.TaskbgNormal
{
    background-image: url('task_bg.png'); 
    background-repeat: repeat-x
}
.TaskbgOver{background-image: url('../task_over_bg.png'); background-repeat: repeat-x}
.TaskbgSelected{background-image: url('../task_selected_bg.png'); background-repeat: repeat-x}
.TaskbgSelectedOver{background-image: url('../task_selected_over_bg.png'); background-repeat: repeat-x}
.menubg1{ font-family: Tahoma; font-size: 9pt; color: #FFFFFF; background-color: #B4CEF8}
.MenuGroup
{
background-image:url(../group_background.gif);
}

.mainmenu
{
    background-color:#B4CEF8;
    height :16px;
}

.mainmenuitem
{ 
    font-family:Tahoma;
    font-size:8pt;
    border-width:1px;
    border-style:solid;
    color:Black;
    height:16px;
    border-color:#AAD5EE;
    padding-right: 7px;
    padding-left:3px;  
    padding-top:1px;    
 }
 
 .mainmenumove
{
    font-family:Tahoma;
    font-size:8pt;
    background-color:#FAECD1;
    border-width:1px;
    border-style:solid;
    color:Black;
    height :16px;
    border-color:Gray ;
    padding-right: 7px;
    padding-left:3px;  
    padding-top:1px;
    }
.submenu
{
    background-image:url(../group_background.gif);
    background-color:White;
    width:150px;
    border-color:Black;
    border-style:solid;
    border-width:1pt;
    }
    
    .submenuitem
{
    height :20px;
    width:25px;
    padding-top:4px;
    padding-bottom:0px;
    vertical-align:middle;
 }

.submenumove
{
    background-color:#E0E0E0;
    height :25px;
    width:150px;
}

.error
{
	text-align:left;
    font-size: 8pt;
    color: red;
    font-family: Tahoma;
}
.mandatory
{
	text-align:left;
	font-weight: bold;
    font-size: 8pt;
    color: red;
    font-family: Tahoma;
}

.chkbox
{
    font-family:Tahoma;
    font-size:8pt;
	margin-left: 0px;
	padding-left: 0px;
}

.label
{
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
}
.labelWhite
{
    font-size: 8pt;
    color: #FFFFFF;
    font-family: Tahoma;
}
.lblMarq
{
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
    cursor:pointer;
}

.sideheadinglabel
{
    font-size: 8pt;
    color: blue;
    font-family: Tahoma;
}

.sideheadinglabelBold
{
    font-size: 8pt;
    color: blue;
    font-family: Tahoma;
    font-weight:bold;
}

.StatusBarContents
{
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: Tahoma;

}

.table
{ border-style: solid; border-width:0px;  
	    font-size:8pt;
		font-family:Tahoma;
		background-color: white;}
.tabmarginall {margin-top :20px; margin-bottom : 20px; margin-left :20px; margin-right : 20px; }		
.h6home { font-size: 7pt;  color:White; font-family:Tahoma; }
.tabmarginTB {margin-top :5px; margin-bottom : 5px; margin-left :20px; margin-right : 20px; }
.tabmarginL { margin-left :20px; }
.tabmarginTRB {margin-top :20px; margin-bottom : 20px;  margin-right : 20px; 
}

.headerTopLine
{
    border-top-color:#000099;
    border-top-style:solid;
    border-top-width:1px;
}

 /* MARGINS*/	
	.margL1 {margin-left:1px;}	
	.margL2 {margin-left:2px;}	
	.margL3 {margin-left:3px;}	
	.margL5{margin: 0px 0px 0px 5px;}
	.margL10{margin: 0px 0px 0px 10px;}
	.margL15{margin: 0px 0px 0px 15px;}
	.margL20{margin: 0px 0px 0px 20px;} 
	.margL2 {margin-left:20px;}
	.margL60{margin-left:60px;}
	
	.margR3{margin: 0px 3px 0px 0px;}
	.margR5{margin: 0px 5px 0px 0px;}	
	.margR10{margin: 0px 10px 0px 0px;}
	.margR15{margin: 0px 15px 0px 0px;} 		 		
	.margR20{margin: 0px 20px 0px 0px;} 
	.margR100{margin: 0px 100px 0px 0px;}
	
	.margRL3{margin: 0px 3px 0px 3px;}	
	.margRL5{margin: 0px 5px 0px 5px;}	
	.margRL10{margin: 0px 10px 0px 10px;}
	.margRL20{margin: 0px 20px 0px 20px;}	
	.margLB5{margin: 0px 0px 5px 5px;}
	.margB5{margin: 0px 0px 5px 0px;}	
	.margB10{margin: 0px 0px 10px 0px;}
	
	/*Apply this style to gridviews PagerSettings*/
#gvDynamic
{
	font-size: 9pt;
	background-image: url(table_bg.gif);
    color: white;
    font-family: Tahoma;
    height: 20px;
    /*text-indent: 2pt;*/
    text-indent: 0;
    text-align: left;
}
.gvDynamic a:select
{
	font-weight: bold;
    font-size: 9pt;
	color : Blue; 
	text-decoration: underline; 
	font-family: Tahoma;
}
.gvDynamic a:link 
{ 
	font-size: 9pt;
	color : Blue; 
	font-family: Tahoma;
	text-decoration: underline; 
}

.gvDynamic a:visited 
{ 
	font-weight: bold;
  	font-size: 9pt;
	color : black; 
	text-decoration: underline; 
	font-family: Tahoma;
}

.gvDynamic a:hover
{ 
	font-weight: bold;
	font-size: 9pt;
	color : #FF6100 ; 
	text-decoration: underline; 
	font-family: Tahoma;
}

.gvDynamic a:active
{ 
	font-weight: bold;
    font-size: 9pt;
	color : gray; 
	text-decoration: underline; 
	font-family: Tahoma;
}
/*For Selected Item in pager index*/
.gvDynamic span
{
	font-weight: bold;
  	font-size: 9pt;
	color : Blue; 
	text-decoration: underline; 
	font-family: Tahoma;
}
.textArea
{
	/* Apply this style to the TextArea tag */
    border-color:#507CD1;
    border-style:solid;
    border-width:1px;
    font-family: Tahoma;
    font-size:8pt;
    width:200px;
    height:130px;
}

.ReportHead
{
	font-size: 8pt;
	font-weight:bold;
    color: white;
    font-family: Tahoma;
    border-color:Red;
    background-image: url(table_bg.GIF);
}

.TableBorders
{
	border-top: solid 1 black;
	border-left: solid 1 black;
	border-right: solid 1 black;
	border-bottom: solid 1 black;
	}
	
	.BlogHead
{
	font-size: 8pt;
	font-weight:bold;
    color: white;
    font-family: Tahoma;
    border-color:Red;
    background-image: url(table_bg.gif);
}

.BlogDesc
{
	font-size: 8pt;
	font-weight:normal;
    color: white;
    font-family: Tahoma;
    border-color:Red;
    background-image: url(table_bg.gif);
    
}

.BoldBlur
{
	font-weight: bold;
    font-size: 8pt;
    color:Gray;
    font-family: Tahoma;
}

.NormalBlur
{
	font-weight:normal;
    font-size: 8pt;
    color:Gray;
    font-family: Tahoma;
}

.CellBorders
{
	border-top-color:ActiveBorder;
	border-top-width:1px;
	border-top-style:solid;
	
	border-bottom-color:ActiveBorder;
	border-bottom-width:1px;
	border-bottom-style:solid;
	
	border-left-color:ActiveBorder;
	border-left-width:1px;
	border-left-style:solid;
	
	border-right-color:ActiveBorder;
	border-right-width:1px;
	border-right-style:solid;
}



.calendar
{
	font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
}
.calTopRow
{
	border-color:Blue;
    font-weight: bold;
    font-size: 8pt;
    color: Black;
    font-family: Tahoma;
     background-image: url(H2_bg.png);
    height: 9px;
    text-align: center;
	
}
.calSecondRow
{
	
    
    font-size: 8pt;
    font-family: Tahoma;
    background-color:Gray;
    text-align: center;
}
.calTextBox
{
	/* Apply this style to the Textbox tag */
    border-color:#507CD1;
    border-style:solid;
    border-width:1px;
    font-family: Tahoma;
    font-size:8pt;
    width:60px;
}
.mulTextBoxTableCell
{
	/*This style is apply the multiline textbox table cell or Its label(information label)placed table cell(better is placed to label)*/
	height:75px;
	vertical-align:top;
}

.GeneralNote
{
	font-weight: normal;
	font-size: 8pt;
	color: Olive;
	font-family: Tahoma;
}

.tableStyle
{
	border-left-style:outset;
	border-left-width:1px;
	border-left-color:ActiveBorder;
	
	border-right-style:outset;
	border-right-width:1px;
	border-right-color:ActiveBorder;
	
	border-top-color:ActiveBorder;
	
	border-bottom-style:outset;
	border-bottom-width:1px;
	border-bottom-color:ActiveBorder;
}
.webPartTop
{
    /* Apply this style to the main table's first row tag */
   
    background-image:url(H1_bg.png);
    
    font-family:Tahoma ;
    color:White;
    font-weight:bold;
    font-family :Tahoma;
    background-color:#CCCCCC;
    text-align:Center; 
    font-size:14px;
}
.WebPartZone
{
	background-color:White;
	font-family:Tahoma;
	color:White;
	
}
.MenuLabelStyle
{
	background-color:Blue;
	font-family:Tahoma;

}
.PartChromeStyle
{
	
	background-image:url(tableAlternateRow_bg.gif);
	font-size:small;
	font-family:Tahoma;
	color:White; 
	font-size:medium;
	font-weight:bolder;
}
.MenuVerbHoverStyle
{
	
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
}

.MenuPopupStyle
{
	 background-color:#507CD1;
	 border-color:#CCCCCC;
	 border-width:1px;
	 font-family:Tahoma;
	 font-size:0.6em;
}
.MenuVerbStyle
{
	border-color:#507CD1;
	border-style:solid;
	border-width:1px;
	color: #FFFFFF;
    font-family: Tahoma;
}
.PartStyle
{
	 Font-Size:0.8em;
	 font-family: Tahoma;
	 	
}
.MenuLabelHoverStyle
{
	color:#D1DDF1;
	font-family: Tahoma;
}
.AssessmentsTable
{
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:2;
	border-right-color:Black;
	border-right-style:solid;
	border-right-width:2;
	border-left-color:Black;
	border-left-style:solid;
	border-left-width:1;
	border-top-color:Black;
	border-top-style:solid;
	border-top-width:1;
	}
	
	.QuestionImage
{
	padding-left:0px;
}

.HorizontalLine
{
    background-image: url(table_bg.gif);
    height:1;
    background-repeat:repeat-x;
}

.VerticalLine
{
    background-image: url(table_bg.gif);
    width:1;
    background-repeat:repeat-y;
}
.FloatingStyle
{
	position:absolute;
	left:1px;
	top:1px;
	z-index:30;
	width:100%;
}



.TopActions
{
    color:White;
    font-size:9px;
    font-weight:bold;
    text-decoration:none;
}
apia_tab_xp .ajax__tab_header 
{
	font-family:verdana;
	font-size:8px;
	background:url(tab-line.gif) repeat-x bottom;
}

.apia_tab_xp .ajax__tab_outer 
{
	background:url(tab-right.gif) no-repeat right;
	height:21px;
}

.apia_tab_xp .ajax__tab_inner 
{
	padding-left:3px;
	background:url(tab-left.gif) no-repeat;
}

.apia_tab_xp .ajax__tab_tab 
{
	font-family:verdana;
	font-size:11px;
	height:21px;
	padding:4px;
	margin:0;
	background:url(tab.gif) repeat-x;
}

.apia_tab_xp .ajax__tab_hover .ajax__tab_outer 
{
	background:url(tab-hover-right.gif) no-repeat right;
}

.apia_tab_xp .ajax__tab_hover .ajax__tab_inner 
{
	background:url(tab-hover-left.gif) no-repeat;
}

.apia_tab_xp .ajax__tab_hover .ajax__tab_tab 
{
	background:url(tab-hover.gif) repeat-x;
}

.apia_tab_xp .ajax__tab_active .ajax__tab_outer 
{
	background:url(tab-active-right.gif) no-repeat right;
}

.apia_tab_xp .ajax__tab_active .ajax__tab_inner 
{
	background:url(tab-active-left.gif) no-repeat;
}

.apia_tab_xp .ajax__tab_active .ajax__tab_tab 
{
	background:url(tab-active.gif) repeat-x;
}

.apia_tab_xp .ajax__tab_body 
{
	font-family:verdana;
	font-size:8pt;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
	background-color:#ffffff;
}
