﻿/* background color for the content part of the pages */


.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border: #003366 1px solid;
}


/* text style used for help text rendered by modules */
.Help
{
    border: black 1px solid;
    padding: 2px;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}




/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
}




/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(../../images/eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}

.eipbutton_edit
{
    background: url(../../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(../../images/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}



#UserProfile {
	border: 1px silver solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#UserProfile .ProfileName {	
	font-weight:bold;
	color: #cb2027;
	margin-bottom: 5px;
}
#UserProfile .ProfilePhoto {
    background-image: url('../../images/no_avatar.gif');	
	float: left;
}
#UserProfile .ProfileAddress {
	margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact {
	margin: 0 0 10px 130px;
	color: gray;
	font-size: 0.9em;
}
#UserProfile .ProfileBio {
	clear: both;
	margin: 10px 0px 10px 0;
	padding: 10px;
	border: 1px #eee solid;	
	background-color: #f5f9fc;	
}

/*---------------- Taxonomy ------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,.horizontal ul.tags{list-style:none;padding:0;margin:0;text-indent:25px;line-height:28px;}
.horizontal ul.categories{background:url(../../images/category.gif) no-repeat left;}
.horizontal ul.tags{background:url(../../images/tag.gif) no-repeat left;}
.horizontal ul.categories li,.horizontal ul.tags li{display:inline;margin:0;}
.horizontal ul.tags li.add-tags{margin-left: 20px;}
.horizontal ul.tags li.add-tags img{vertical-align:middle;}

/* Vertical taxonomy styles */
.vertical ul.categories,.vertical ul.tags{list-style:none;padding-top:0;padding-left:0;margin-top:0;margin-bottom:0; azimuth}
.vertical ul.categories li,.vertical ul.tags li{margin:0;line-height:20px;}
.vertical ul.categories li{list-style-image:url(../../images/category.gif); list-style-position:inside;}
.vertical ul.tags li{list-style-image:url(../../images/tag.gif); list-style-position:inside; }
.vertical ul.tags li.add-tags{list-style-image:none;}
.vertical ul.tags li.add-tags img{vertical-align:middle;}


/* what's New Report module classes  */
/*whats new module css classes--------------------*/
.VizRow{}
.VizHeader{width:100%;height:25px;float:none;clear:both;font-family:Tahoma,Helvtica,Verdana;font-size:9pt;}
.vizTitle{width:98%;height:auto;font-weight:bold;float:left;}
.vizAuthor{width:40%;height:auto;float:left;position:relative;left:150px;}
.vizPubDate{width:30%;height:auto;float:right;}
.VizDescription{width:100%;float:right;}
.VizHR{height:1px;border:solid 0.5px Teal; background-color:Teal;width:auto;}


.h2,.Blog_Title{font-size:20px;color:maroon;}
.imgSpacer{width:50px; height:1px; border:none;}
.tblWhatsNew{width:100%;font-size:13px;font-family:Verdana;border-bottom:1px dotted gray;padding-bottom:5px;}
.tblWhatsNew tbody tr td{vertical-align:top;}
/*xsl stylesheet classes for what's new report module ---15th april by vyom--*/
.xslTable{font-family:Verdan;font-size:10pt;width:100%;height:220px;overflow:auto;}
.xslTR{width:100%;height:auto;float:none;clear:both;}
.xslTRListHeader{width:100%;float:none;clear:both;border:solid 0px Teal; height:20px;font-family:Verdana;color:Teal;font-weight:bold; background-color:#f6f6f6;padding-top:4px;}
.xslTRForum{width:100%;float:none;clear:both;/*background-color:#E6EFD1;height:65px;*/Vertical-align:text-top;}
.xslTRBlog{width:100%;float:none;clear:both;/*background-color:#BFE8FF;height:65px;*/Vertical-align:text-top;}
.xslTRRepository{width:100%;float:none;clear:both;/*background-color:#DFF5FF;height:65px;*/Vertical-align:text-top;}
.xslTREvent{width:100%;float:none;clear:both;/*background-color:#E3FDFC;height:65px;*/Vertical-align:text-top;}
.xslTRAnnouncement{width:100%;float:none;clear:both;/*background-color:#CAECDD;height:65px;*/Vertical-align:text-top;}
.xslFullTD{width:100%;float:left;position:relative;border:solid 0px red;}
.xslLeftTD{width:6%;float:left;position:relative;border:solid 0px white;text-align:center;}
.xslMidTD{width:94%;float:left;position:relative;border:solid 0px blue;text-align:left;}

.tdimgToday{width:70px;}
.xslPubTD{width:150px;float:left;position:relative;height:auto;text-align:left;}
.xslRightTD,.xslRightID{width:300px;float:left;position:relative;border:solid 0px maroon;text-align:left;}
.xslHR{border:solid 1px Teal;float:none;clear:both; height:1px;}
.xslTRHeader{width:100%;float:none;clear:both;border:solid 0px Teal; height:20px;font-family:Verdana;}
.xslTRHR{width:100%;float:none;clear:both;height:1px; vertical-align:top;background-color:#343433;}
.icoWhatsNew{width:auto;border:none; vertical-align:middle;}
.xslPubDate{float:left;position:relative;width:150px;text-align:left;}
.spnForum,.spnBlog,.spnEvent,.spnRepository,.spnAnnouncement{font-family:Verdana;font-size:13px;font-weight:bold;color:#626262;}
.spnForum{border:solid 0px black;height:35px;width:19%;text-align:center;float:left;position:relative;background-image:url('../../icon_images/forum_small.gif'); background-repeat:no-repeat; /*background-color:#E6EFD1;*/}
.spnBlog{border:solid 0px black; height:35px;width:19%;float:left;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/pen.jpg');background-repeat:no-repeat;/*background-color:#BFE8FF;*/}/*#E6EFFF*/
.spnEvent{border:solid 0px black; height:35px;width:19%;float:left;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/calendar.jpg'); background-repeat:no-repeat;/*background-color:#E3FDFC;*/}
.spnRepository{border:solid 0px black;height:35px;width:19%;float:left;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/download.jpg'); background-repeat:no-repeat;/*background-color:#DFF5FF;*/}
.spnAnnouncement{border:solid 0px black;height:35px;width:24%;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/note.jpg'); background-repeat:no-repeat;/*background-color:#CAECDD;*/}
.moduleTitle,.breadcrumblink,.xslRightTD,.xslRightID,.xslPubDate{font-size:11px;}
.moduleTitle{padding-left:5px;}

/*new classes for newsfeed module xslt sheet*/
.DNN_News_ItemLink 
{
 font-size: larger;
 font-weight: bold;
 margin-bottom: 0px;
}
.DNN_News_ItemDate 
{
 font-style: italic;
 margin: 0px;
}
.DNN_News_ItemDetails 
{
 margin: 0px;
}

/*portal info xslt css styles - added on date 11/11/2010 by vyom dixit*/
.xslPInfoTable{font-family:Verdana;font-size:10pt;width:100%;height:auto;overflow:auto;padding-left:7px;font-size:13px;}
.xslPInfoTableLow{font-family:Verdana;font-size:10pt;width:100%;height:250px;overflow:auto;padding-left:7px;font-size:13px;display:block;}
.xslPInfoTableShow{font-family:Verdana;font-size:10pt;width:100%;height:250px;overflow:auto;padding-left:7px;font-size:13px;display:block;}
.xslPInfoTBL{font-family:Verdana;font-size:10pt;width:100%;height:auto;overflow:auto;padding-left:7px;font-size:13px;}
.xslPInfoTHRow
{
	width:100%;float:none;clear:both;border:solid 0px Teal;font-family:Verdana;color:Teal;font-weight:bold;padding-top:4px;padding-left:7px;
	 -moz-border-radius: 5px 5px 5px 5px;
    /*background: none repeat scroll 0 0 #CDE6F5;*/
    list-style: none outside none;
    margin: 0 0 6px;
}
.xslPInfoTH{width:30%;float:left;position:relative;border:solid 0px red;font-weight:bold;padding-top:5px;padding-bottom:5px;}
.xslPInfoTR{width:100%;float:none;clear:both;border-bottom:dotted 0px gray;}
.xslPInfoTD{width:30%;float:left;position:relative;border:solid 0px red;padding-top:5px;padding-bottom:5px;}
.xslPInfoTHDept{width:39%;float:left;position:relative;border:solid 0px red;font-weight:bold;padding-top:5px;padding-bottom:5px;}
.xslPInfoTDDept{width:40%;float:left;position:relative;border:solid 0px red;padding-top:5px;padding-bottom:5px;}
.seprator{float:left;position:relative;border:solid 1px lavender;width:100%;}
.xslPInfoTHC{width:10%;float:left;position:relative;border:solid 0px red;font-weight:bold;}
.xslPInfoTHUBase{width:20%;float:left;position:relative;border:solid 0px red;font-weight:bold;}
.xslPInfoTABRow{width:100%;float:none;clear:both;border:solid 0px Teal;font-family:Verdana;color:Teal;font-weight:bold;padding-top:14px;padding-left:7px;}
.xslPInfoTRHide{width:100%;float:none;clear:both;border-bottom:dotted 0px gray;display:none;}
.xslPInfoTRShow{width:100%;float:none;clear:both;border-bottom:dotted 0px gray;display:block;height:30px;}
#divPortalInfoPane{background-color:#fff;}
.xslPInfoTAB,.xslPInfoTABSelected{
    border: 1 solid #5595d3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 19%;
    position:relative;
     -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #CDE6F5;
    list-style: none outside none;
    margin: 0 0 6px;
}
.break {
    background-color: #999;
    color: White;
    float: left;
    height: 20px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    vertical-align: text-bottom;
    width: 1%;
}
.xslPInfoTAB
{
	background-color: #f6f6f6;	
    color: gray;
    cursor: pointer;
}
.xslPInfoTABSelected 
{
	background-color: #626262;
    color: #FFFFFF;
    cursor: none;
}



/*--------------Start-Custom Registration Form Classes-------------------------------- */
.divTABLE{float:left;position:relative;width:100%;}
.divTRFull{float:left;position:relative;width:100%;text-align:left;}
.divTRFull hr{border:dashed 0 #dee;}
.divTRFull strong{-moz-border-radius: 5px 5px 5px 5px;background-color: #f6f6f6;color: gray;margin: 0;padding: 7px;text-transform: uppercase;margin-left:5px;}
.divTR{float:left;position:relative;width:100%;min-height:30px;padding:5px;border-bottom:none;}
.divTRHide{float:left;position:relative;width:100%;height:30px;display:none;padding:5px;border-bottom:none;}
.divTRShow{float:left;position:relative;width:100%;height:30px;display:block;padding:5px;border-bottom:none;}
.divTDLeft{float:left;position:relative;width:40%;font-weight:bold;color:gray;text-align:left;}
.divTDRight{float:left;position:relative;width:60%;}
.divTRMessage{width:100%;text-align:left;vertical-align:top;float:none;}
.divHR{border:dotted 1px gray;}
.regtextbox{border:solid 1px #626262;padding:2px;width:200px;-moz-border-radius:5px 5px 5px 5px;}
.cbobox{border:solid 1px #626262;padding:2px;width:205px;-moz-border-radius:5px 5px 5px 5px;}
.divRegister{float: left;padding-top: 10px;position: relative;text-align: left;width: 100%;}
.box{background-color:#f6f6f6;width:100%;}
.helpmsg{font-weight:bold;color:Gray; text-transform:uppercase;margin-left:5px;padding-top:5px;}
.clsdivmessshow {
    color: Red;
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
	line-height:25px;
    text-align: center;
    vertical-align: middle;
    border:none;
}
.clsproceedbtn {
    background-color: Steelblue;
    border: 1px solid black;
    color: white;
    font-weight: bold;
    height: 30px;
    width: 165px;
    display:block;
}
.clsproceedbtnHide{background-color: Steelblue;
    border: 1px solid black;
    color: white;
    font-weight: bold;
    height: 30px;
    width: 165px;
    display:none;}
input[disabled]{background-color:#f6f6f6;color:Black;}
select[disabled]{background-color:#f6f6f6;color:Black;}
.clsHideStep{position:relative;float:none;display:none}
.clsShowStep{position:relative;float:none;display:block}
.divTDStep{float:left;position:relative;width:100%;font-weight:bold;color:gray;text-align:center;}
/*-------------End--Custom Registration Form Classes--------------------------------------------*/
/*---------start up registration pop up box classes---------------------------------------------*/
.clsHideRegPopUp{position:relative;float:left;width:0;height:0;z-index:-1;display:none;}
.clsShowRegPopUp{position:absolute;top:320px;left:400px;float:left;width:400px;height:150px;z-index:1000;background-color:#f6f6f6;display:block;border:dotted 2px gray;}
.clsMSG{position:relative;color:White;font-weight:bold;text-align:center;top:50px;}
.clsRegOK{position:relative;float:left;top:70px;left:175px;}
/*---------end up registration pop up box classes-----------------------------------------------*/
