
/* Start of Document style 
HTML
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
BODY
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
*/
/* End of document style */

/* Start of rounded corners */
b.rtop
{
    display: block;
    background-color: Transparent;
    font-size: 0;
}
b.rbottom
{
    display: block;
    background-color: Transparent;
    font-size: 0;
}
b.rtop b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background-image: url(../img/PopUp/menu_back.gif);
}
b.rbottom b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: White;
}
b.rtop b.r1
{
    margin: 0 5px;
    font-size: 0;
}
b.rtop b.r2
{
    margin: 0 3px;
    font-size: 0;
}
b.rtop b.r3
{
    margin: 0 2px;
    font-size: 0;
}
b.rtop b.r4
{
    margin: 0 1px;
    height: 2px;
    font-size: 0;
}
b.rbottom b.r1
{
    margin: 0 6px;
    border-top: solid 1px black;
    font-size: 0;
}
b.rbottom b.r2
{
    margin: 0 4px;
    border-left: solid 2px black;
    border-right: solid 2px black;
    border-bottom : solid 1px black;
    font-size: 0;
}
b.rbottom b.r3
{
    margin: 0 2px;
    border-left: solid 2px black;
    border-right: solid 2px black;
    font-size: 0;
}
b.rbottom b.r4
{
    margin: 0 1px;
    height: 2px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-size: 0;
}
/* End of rounded corners */

/* Start of pop up window */

.PopUpMainTable
{
    z-index: 1;
    left: 0px;
    top: 0px;
}
.PopUpAlignFF
{
    text-align: -moz-center;
}
.PopUpAlignIE
{
    text-align: center;
}
.PopUpWindow
{
    z-index: 2;
    background-color: Transparent;
    vertical-align: middle; 
    padding-bottom:5px;
}
.PopUpMax
{
    width: 100%;
    height: 100%;
}
.PopUpOuterTable
{
    background-color: White;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
.PopUpMiddleTable
{
    padding: 0 10px 10px 10px;
}

.PopUpHeader
{
    background-image:  url(../img/PopUp/menu_back.gif);  
}
/* End of pop up window */

.ajax__tab_header

{

    text-align: left;
    
} 

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/*--------------TABLE-------------------------------------------------------------*/
TABLE.bcGridTable
{
	border-right: #466094 1px solid;
	border-top: #466094 1px solid;
	border-left: #466094 1px solid;
	border-bottom: #466094 1px solid;
	-moz-user-select:none;
}

TABLE.bcGridTable td
{
    vertical-align: top;
}

TABLE.bcGridTable
{
    font-size: 15px;
	font-family: Tahoma, Verdana;
}

TABLE.bcContentTable
{
}
/*--------------HEADER------------------------------------------------------------*/
TD.gridGroupingCell
{
    height: 30px;
    border-bottom: #a0a0a4 1px solid;
    
}
TABLE.groupingTable TD
{
    height:20px;
    width:100px;
}
TD.gridHeader,TD.gridHeaderOver
{
    height:22px;
}

TD.gridHeader DIV
{
    border-bottom: #a0a0a4 1px solid;
    COLOR: black;
    BACKGROUND-COLOR: #E0E3E8;
    -moz-box-sizing: border-box;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:3px;
    padding-right:1px;
}

TD.gridHeaderOver DIV, .gridHeaderOver DIV
{
	color: black;
	border-bottom: #a0a0a4 1px solid;
	background-color: snow;
	-moz-box-sizing: border-box;
	/*VU 2007-09-13 
      Padding-top ir padding-bottom pakeiciau i 0, nes nevienodai vaizdavo IE ir FF*/
    padding-top:0px;
    padding-bottom:0px;
    padding-left:3px;
    padding-right:1px;
}
/*---------------CELL-------------------------------------------------------------*/
TD.gridCell
{
    height:inherit;
}

TD.gridCell DIV
{
	border-bottom: gainsboro 1px solid;
	background-color: transparent;
	-moz-box-sizing: border-box;
	/*VU 2007-09-13 
      Padding-top ir padding-bottom pakeiciau i 0, nes nevienodai vaizdavo IE ir FF*/
    padding-top:0px;
    padding-bottom:0px;
    padding-left:3px;
    padding-right:1px;
    overflow:hidden;
    font:inherit;
}
TD.ffixed DIV
{
	background-color: gainsboro;
	border-right:solid 1px black;
}
/*---------------FOOTER---------------------------------------------------------*/
TD.gridFooterCell
{
    border-top:#a0a0a4 1px solid;
}
TABLE.bcFooterTable
{
}
TABLE.bcPagingTable
{
	float:right;
}
SPAN.gridInfo
{
    float: left;
    margin-top: 3px;
}
/*---------------ROW--------------------------------------------------------------*/
TR.rowSelected, TR.rowNormal, TR.rowAlternating, TR.rowOver, TR.groupSelected, TR.groupNormal
{
    height: 20px;
    width: 300px;
}


TR.rowSelected TD
{
	background-color: #2e64b4;
	color:White;
}
TR.rowSelected NOBR.gridLink /* Pazymeto grido linko tekstas */
{
    color:White
}

TR.rowNormal
{
	background-color:White;
}
TR.rowNormal NOBR.gridLink  /* Nuzymeto grido linko tekstas */
{
    color:Blue;
}
TR.rowAlternating
{
    background-color: whitesmoke;
}
TR.rowOver TD
{
    background-color: inactivecaptiontext;
}
TR.groupNormal
{
    background-repeat:repeat;
}
TR.groupSelected
{
    background-color:Teal;
    background-repeat:repeat;
}
/*--------------------------------------------------------------------------------*/
#treeHeader
{

}

#treeItself
{
    
}

#selCatHeader
{
    
}
.clsToolbarMain
{
	height:27px;
	background-color: #ebeef0;
	color: #494d4e;
	font-size:11px;
	font-family: Verdana;	
	-moz-box-sizing:border-box;	
		
}

.clsSeparatorStyle
{
	color: #c7cfd3;
}

.clsItemStyle
{
	border-color:#7288AC;
	border-style:none;
	border-width:0px;
	padding:2px 2px 2px 2px;
	-moz-box-sizing:border-box;
}

.clsItemOverStyle
{
	border-color:#63769B;
	border-style:solid;
	border-width:1px;
	background-color:#ffffdd;
	padding: 1px 1px 1px 1px;	
	-moz-box-sizing:border-box;	
}

.clsItemFocusStyle
{
	border-color:#63769B;
	border-style:solid;
	border-width:1px;
	background-color:#ffffdd;
	padding:1px 1px 1px 1px;
	-moz-box-sizing:border-box;	
}

.clsItemDownStyle
{	
	border-color:#63769B;
	border-style:solid;
	border-width:1px;
	background-color:#ffffdd;
	padding: 3px 1px 1px 1px;
	padding-top:3px;
	-moz-box-sizing:border-box;		
	
}

.clsImgText
{
	color:Black;
	font-size:11px;
	font-family:MS Sans Serif
}

.clsInputStyle
{
	color:black;
	font-size:11px;
	font-family: Tahoma, Verdana;
	border: solid 1px gray;
	-moz-box-sizing: border-box;
}

.clsConfButtonStyle
{
	BACKGROUND-IMAGE: url(../img/customize.gif);
	background-repeat:no-repeat;	
	-moz-box-sizing:border-box;		
}

.clsOtherButtonStyle
{
	BACKGROUND-IMAGE: url(../img/other.gif);
	background-repeat:no-repeat;	
	-moz-box-sizing:border-box;		
}

.clsEmptyButtonStyle
{
	background-image:none;
}

.objMainTable
{
    width: 100%;
}

.objLeftDiv
{
    width: 100%;
   
}

.objRightDiv
{
    width: 100%;
}

.blogArchiveAnchor
{
    cursor:pointer;
}

.blogLinkDiv
{
    height:28px;
    background-color: White;
}

.blogTutorialTable
{
    width:100%;
    margin-left:20px;
}

.toCategoryAdmin
{
    cursor:pointer;
}


a.getLinkAnchor
{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: Navy;
}

.userTable
{
    width:100%;
    
}


.userInfoCell
{
    text-align:right;
    width:50%;
}

.userInfoTable
{
    width:100%;
}

a.editContentAnchor
{
    cursor: pointer;
    font-size: 10px;
    font-style: italic;
    color: Navy;
}

a.deleteCommAnchor
{
    cursor: pointer;
    font-size: 10px;
    font-style: italic;
    color: red;
}

.divForComments
{
    overflow:hidden;
    width:100%;
}

.readingMessageInfoTable
{
    height:80px;
}


table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
	background-color: white;
	border: solid 1px #999999;
	background-color: white;
	/*width: 350px;*/
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}

table.calendar td {
	/* border: 0; */
	font-size: 10px;
	color: #737573;
/*	text-align: center;*/

}

.caldayheading {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 6px 0 6px;
}

.caldayheading th 
{
    color: #0054E3;
	border: solid 1px #CCCCCC;
	background-color: white;
	text-align: center;
	font-weight: bold;
	/*width: 16px; /*should match calendar cell's width*/
}

div.MainCallButtonsHeading
{
  font-weight: bold;
  border-bottom: solid 1px #738AAD;  
}

div.CalHeading 
{
    color: #FFFFFF;
    font-size: 18px;
    cursor: default;
	font-weight: bold;
	background-color: #738AAD;
}
table.CalHeading 
{
    background-color: #738AAD;
}
/* ------------  Month calendar ---------------*/


table.calcells {
	border-collapse: collapse;
	cursor: default;
	/* margin: 0 6px 0 6px; */
}

table.calcells td {
	border: solid 1px #CCCCCC;  
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

table.calcells td div {
	/* padding: 1px; */
	margin: 0;
	font-size: 10px;
	/* pakeicia border:solid 2px red;*/
}

table.calcells td div.DayLabel {
	background-color: #EBECE4;
}

table.calcells td div.DayLabelcurdate {
	background-color: #C1CDCD;
}

table.calcells td.wkday {
	background-color: #FFFFFF;
}
table.calcells td.wkend {
	background-color: #FFF5E1;
}

table.calcells td.notMwkend {
	background-color: #FdEcC8;
	color: #CCCCCC;
}
table.calcells td.notmnth {
	background-color: #F4F7Eb;
	color: #CCCCCC;
}

table.calcells td.curdate 
{
    /* #ECF1EF;  #F6F9ED*/
    
    background-color: gainsboro;
}

table.calcells td.cell_selected {
	/* #7FFFD4; E6E6FA  63769B acc0e9*/
	background-color: #acc0e9;
	color: black;
}


table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover 
{
    /* #7FFFD4; E6E6FA  63769B acc0e9*/
	background-color: #96A9CE;
}


table.Eventas {
	cursor: default;
	border: solid black 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: black;
	font-weight: lighter;
	width: 10px;
}

table.Eventas td{
	cursor: default;
	text-decoration: underline;
	border: solid 0px black;
	font-weight:lighter;
	
}

div.Eventas {
	cursor: pointer;
	text-decoration:underline;
	font-weight:lighter;
	
	width:1px;
}

img.Eventas
{
    cursor:pointer;
    }

div.moreEvents 
{
    cursor: pointer;
    width: 10px;
    }

div.moreEvents:hover
{
    text-decoration:underline;
}

/* --------- day cal -----------------------*/
img.DayEvent
{
    cursor:pointer;
    }
    
table.DayEvent td
{
    cursor:pointer;
    width:5px;
}

div.DayEvent 
{
	width:100%;
}
   
td.CalHours
 {
        background-color:#738AAD;
 }

td.DayHeading
{
    color:#737573;
    font-weight:bold;
    background-color:#FFEECA;
    border-bottom: solid 1px #738AAD;
    
    }
 
 .emptyHour 
{
    background-color:#F6F9ED;
    empty-cells: show;
}

table.halfHour 
{
    
    empty-cells: show;
    padding: 0px;
    width: 100%; 
}

table.halfHour td
{
   /* border-bottom: dashed 1px #738AAD;*/
    padding: 0px;
    width: 100%; 
}

.busyHour 
{
    background-color:#FFEECA;
    cursor:pointer;
    border:solid 1px navy;
    empty-cells: show;
}

table.DayRuler
{
    font-family: Helvetica, Arial, sans-serif;
    empty-cells: show;
    cursor:pointer;
    color: #737573;
    font-weight:bold;
    background-color:White;
    border-right:solid 1px #738AAD;
}
div.DayRuler
 {
    color:#737573;
    font-weight:bold;
    background-color:#FFEECA;
    border-right: solid 1px #738AAD;
   
 }

table.DayRuler td
{
    background-color:#FFEECA;
   /* border-bottom: dashed 1px #738AAD;*/
}

div.DayLine
{
    border-left:dashed 1px #738AAD;
}

td.DayRuler
{
   /* border-bottom: dashed 1px navy;*/
}
/* ---------- Main calendar -------------- */
tr.MainCallButtons 
{
    text-align: left;
	font-weight: bold;
	cursor:pointer;
}

tr.MainCallButtons:hover
{
  font-weight: bold;
  background-color: #C6CFDE;
}



div.MainCallButtons
{
  font-weight: bold;
 /* background-color: red;*/
}

div.MainCallButtons:hover
{
  font-weight: bold;
  background-color: #C6CFDE;
}

table.DayMainHeading td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	/*height: 20px; /*IE doesn't like ems*/
}


/* -------------- agenda -------------------*/
div.agendaDayHeader
{
    border-bottom: solid 1px #738AAD;
    text-align: left;
    color: #738AAD;
    font-size: 15px;
    cursor: pointer;
	font-weight: bold;
}

div.agendaDayHeader:hover
{
    border-bottom: solid 1px #738AAD;
    text-align: left;
    color: #0000FF;
	font-weight: bold;
	cursor:pointer;
}

table.agenda 
{
    font-family: Helvetica, Arial, sans-serif;
    empty-cells: show;
    cursor:default;
    color: #737573;
    text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.agendaHeader
{
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    cursor: default;
	font-weight: bold;
	background-color: #738AAD;
}
div.agendaHeader
{
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    cursor: default;
	font-weight: bold;
	background-color: #738AAD;
}
/* ------------ outlook -------------------*/
div.MainCalendarContainer {
    background-color :#E7E3EF
}

div.Today_button
{
    background-image:url(../img/calendar/button.jpg);
    font-size:11px;
    cursor: help;
    border:solid 1px #7b9ebd;
    font-weight: bold;
}


/* --------------- for tip window --------------- */

table.WindowTip 
{
    background-color:white;
    border:solid 1px #7b9ebd;
    }
    
td.WindowTipHeader
{

    background-color:#738AAD;
    color:White;
    font-weight:bold;
    }
    
    
    
.objMainTable
{
    /*border:solid 1px Navy;*/
    width:100%;
}

.objMenuCell
{
    width:120px;
    border:solid 1px Navy;
    vertical-align:top;
}

.menuCell
{
    vertical-align:middle;
    
}

.toolbarDiv
{
   /*z-index:20;
   position:relative;*/
   height:24px;
}

.messageDiv
{
   /* z-index:1;*/
}

.readingMessageInfoTable
{
    background-color:#E0E3E8;
    border:solid 1px Navy;
    width:100%;
    height:32px;
}


.objContentCell
{
    border:solid 1px Navy;
    vertical-align:top;
}

.inboxTable
{
   
   
}
.inboxCell
{
   
}

.oddStyle
{
    background-color:Silver;
     
}



.evenStyle
{
    background-color:#b0c4de;
}

.newStyle
{
    background-color:#faebd7;
}

.composeMessageForm
{
   
}
.myContactsSave
{
    background-image: url(../img/16_disk_blue.gif);
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.myContactsSaveDisabled
{
    background: none;
    height: 16px;
    width: 16px;
    cursor: default;
}

.myContactsCancelSave
{
    background-image: url(../img/16_cancel.gif);
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.myContactsCancelSaveDisabled
{
    background: none;
    height: 16px;
    width: 16px;
    cursor: default;
}

.MyContactContacts
{
    padding: 5px;
}

.MyContactContactHeader
{
    padding: 3px;
    font-weight: bold;
    cursor: default;
}

.MyContactsCell
{
    vertical-align: top;
    padding: 3px;
}

.MyContactSearchTitle
{
    padding: 3px;
    font-weight: bold;
    cursor: default;
    white-space: nowrap;
}

.MyContactsCellMiddle
{
    vertical-align: middle;
    padding: 3px;
}

.MyContactsNoContacts
{
    padding: 5px;
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
    height: 56px;
    text-align: center;
}
.eventFormTables
{

}

#inviteTable
{
    border: solid 1px gainsboro;
    padding:5px;
}

#selectContacts
{
    /*border-top: solid 1px gainsboro;
    border-bottom: none;
    border-left:none;
    border-right:none;*/
}

#selectInvites
{
    /*border-top: solid 1px gainsboro;
    border-bottom: none;
    border-left:none;
    border-right:none;*/
}

.tdEventFormItem
{
    /*padding-right:5px;
    padding-left:5px;
    padding-bottom:5px;
    padding-top:5px;*/
    width:310px;
    height:40px;
    vertical-align:top;

}

.tdEventFormError
{
    vertical-align:top;
}

.tdEventFormTitle
{
    padding-right:20px;
    /*padding-left:5px;
    padding-bottom:5px;
    padding-top:5px;*/
    width:200px;
    text-align: right;
    vertical-align:top;
    font-weight:bold;
    
}

.divInvitedGuests
{
    /*height:42px;*/
    width:210px;
    overflow:auto;
}

.eventContent
{
    padding-right:2px;
    padding-left:20px;
    padding-bottom:2px;
    padding-top:2px;
}

.eventLabel
{
    text-align:right; 
    width:225px;
    vertical-align:top;
    padding-right:2px;
    padding-left:2px;
    padding-bottom:10px;
    padding-top:2px;
}

.eventListItemTr
{
    height: 40px;
    vertical-align:middle !important;
}

.EventLetters
{
    border-color:#D7DFE1;
    border-style:solid;
    border-width:1px 0px 0px;
    padding:5px;
    margin-top:5px;
}

.itemThumbMainDiv
{
    width:100%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.itemThumbImage
{
    display:inline;
    vertical-align:baseline;
}
.itemThumbMainTable
{
    width:100%;
}

.thumbButtons
{
    width:24px;
    height:24px;
}

.itemThumbSecondTable
{
    width:120px;
    margin-left:auto;
    margin-right:auto;
}
.itemThumbImagePlace
{
    width:90px;
    height:90px;
    margin-left:auto;
    margin-right:auto;
    background-position:center center;
    background-repeat:no-repeat;
}
.itemThumbMetaData
{
    
}
.itemThumbAuthor
{
    
}
.itemThumbRating
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.itemListMainTable
{
    width:100%;
}
.itemListCheckPlace
{
    vertical-align:middle;
    text-align:center;
}

.itemListCheckPlace div
{
    margin-left:auto;
    margin-right:auto;
}
.itemListImagePlace
{
    width:56px;
    height:56px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.itemListBackTitle
{
    vertical-align:middle;
    text-align:left;
}
.itemListButton
{
    vertical-align:middle;
    text-align:center;
    width:24px;
}
.itemListTitle
{
    text-align:left;
    width:22%;
    padding-left:3px;
}
.itemListRating
{
    text-align:left;
    width:100px;
}
.itemListAuthor
{
    text-align:left;
    width:22%;
}
.itemListDate
{
    text-align:center;
    vertical-align:middle;
    width:22%;
    
}
.itemListDesc
{
    text-align:left;
    width:22%;
    vertical-align:middle;
}

.itemSingleMainDiv
{

    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.itemSingleMiddleTable
{
    width:100%;
    padding-top:10px;
    
}
.itemSingleBottomTable
{
    width:100%;
    padding-top:20px;
}

.itemSingleTopTable
{
    width:500px;
}
.itemSingleImagePlace
{
    width: 502px;
    height: 382px;
    vertical-align: middle;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}



a img
{
    border:none;
}



.thumbViewerMainDiv
{
    width:100%;
}
.thumbViewerMainTable
{
    width:100%;
}
.thumbViewerPaging
{
    
}
.thumbViewerThumbTable
{
    width:100%;
}
.thumbViewerOneItemPlace
{
    width: 33%; /*height:120px;*/
    text-align: center;
}

.listViewerMainDiv
{
    width:100%;
}
.listViewerMainTable
{
    width:100%;
}
.listViewerPaging
{
    
}
.listViewerListTable
{
    width:100%;
}
.listViewerOneItemPlace
{
    /*height:56px;*/
    text-align:center;
}
.listViewerColumnHeaderPlace
{
    vertical-align:middle;
    font-weight:bold;
    text-align:left;
    height:20px;
}
.listViewerColumnHeaderData
{
    vertical-align:middle;
    font-weight:bold;
    text-align:center;
}

.singleViewerMainTable
{
    width:100%;
}
.singleViewerMainTable
{
    width:100%;
}
.singleViewerPaging
{
    
}
.singleViewerListTable
{
    width:100%;
}
.singleViewerOneItemPlace
{

}


.viewerHolderMainDiv
{
    width:100%;
}
.viewerHolderMainTable
{
    width:100%;
}
.viewerHolderHeader
{
    width:100%;
    text-align:center;
}
.viewerHolderHeaderSelectDiv
{
    text-align:right;
    padding:5px;
}
.viewerHolderContent
{
    width:100%;
}
.mediaAlbumManagerMainDiv
{
    height:100%;
    width:100%;
}
.mediaAlbumManagerMainTable
{
    height:100%;
    width:550px;
}
.mediaAlbumManagerHeaderCell
{
    font-weight:bold;
    font-size: 14px;
    padding: 4px;
}
.mediaAlbumManagerLeftCell
{
    width:250px;
    text-align:right;
    font-weight:bold;
}
.mediaAlbumManagerRightCell
{
    width:300px;
    text-align:left;
}
.mediaAlbumManagerInput
{
    width:300px;
}
.mediaAlbumManagerTextArea
{
    width:300px;
    height:150px;
}
.mediaAlbumManagerBottomCell
{
    text-align:center;
}

.singleViewePropTitle
{
    padding-right:20px;
    padding-left:5px;
    padding-bottom:5px;
    padding-top:5px;
    width:100px;
    text-align: right;
    vertical-align:top;
    font-weight:bold;
}

.singleViewePropValue
{
    padding-right:5px;
    padding-left:5px;
    padding-bottom:5px;
    padding-top:5px;
    /*width: 50%;*/
    text-align: left;
}

.singleViewCommentButton
{
    width:200px;
    margin-right:5px;
    margin-left:5px;
    margin-bottom:5px;
    margin-top:5px;
}

.singleModeWindowDiw
{
    width:600px;
    height:400px;
    overflow:auto;
}

.itemSingleMainTable
{
    width: 100%;
}

.itemSingleMainTableLeftTd
{
    vertical-align:top;
    width: 502px;
}

.itemSingleMainTableRightTd
{
    vertical-align:top;
}
.itemSingleNextPrevPlace
{
    
}
.itemSingleNPTable
{
    width:100%;
    padding-bottom:5px;
    padding-top:5px;
}
.itemSinglePrevTd
{
    
}
.itemSingleCurrTd
{

}
.itemSingleNextTd
{

}

.itemSingleNPDiv
{
    width:90px;
    height:90px;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center center; 
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
    
}
.itemSingleNPImg
{
    position:relative;
    /*top:70px;*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.itemSingleNPImgDisabled
{
    position:relative;
    /*top:70px;*/
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
}

.itemSingleNPOparDiv
{
    position:relative;
    top:90px;
    width:90px;
    height:20px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    background-color:White;
    
}

.noCommentsInMediaItem
{
    width:100%;
    height:40px;
    vertical-align:middle;
    line-height:40px;
}

.singleViewTagsEdit
{
    /*height: 17px;*/
    min-height: 17px;
    width: 300px;
    padding-left:2px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    overflow:hidden;
}

.singleViewDescEdit
{
    height: 100px;
    width: 300px;
    padding-left:2px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    overflow:auto;

}

.singleViewTitleEdit
{
    min-height: 17px;
    width: 300px;
    padding-left: 2px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    overflow:hidden;
}

.singleItemEditInput
{
    width:300px;
    padding-top:0px;
    height: 16px;
}

.singleItemEditInputIE
{
    margin-top: -1px;
    margin-bottom: -1px;
    width:300px;
    padding:0px;
    height: 17px;
}

.singleItemEditTArea
{
    width:300px;
    padding-top:0px;
    height: 100px;
    margin:0px;
}

.singleItemEditTAreaIE
{
    width:300px;
    padding-top:0px;
    height: 99px;
    margin:0px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.backButton
{
    height:56px;
    vertical-align:middle;
    text-align:left;
    font-weight:bold;
}

.thumbBackButtonUploadIcon
{
    vertical-align:middle;
    text-align:right;
    padding-right:10px;
}

.uploadBackButton
{
    width:100%;
}

.selectedModeLink
{
    font-weight:bold;
    cursor:default;
}

.uploadFileNameInputDiv
{
    padding-top:20px;
}

.mediaUploadHeader
{
    font-family:Arial;
    font-size:12px;
}

.itemSingleNavigDiv
{
    width:90px;
    height:90px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
}

.spacerW30
{
    width:30px;
    height:0px;
}

.itemListEmptySearch
{
    height:52px;
    vertical-align:middle;
}

.mediaUploadWarning
{
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    color:Red;
}

.singleItemTopBar
{
    height:24px;
    background-repeat:repeat-x;
    background-image:url(../img/picture_toolbar_background.gif);
    color:White;
    text-align:left;
    padding-left:5px;
}


/*.selectedRow td
{
    border-bottom: solid 1px red;
    border-top: solid 1px red;
}

.selectedRow td.first
{
    border-left: solid 1px red;
}

.selectedRow td.last
{
    border-right: solid 1px red;
}

.neutralSelection
{
    
}*/
.selectedRow
{
    background-color: #B6C4CC !important;
}
.labelRecovery
{
      white-space:nowrap;
      font-size:12px;
      vertical-align:top;
}

.inputRec
{
    width:250px;    
}

.inputCellRecovery
{
    padding: 1px 5px 1px 0px;
    width:250px;
}

.errMsgRecovery
{
    width:250px;
    color:Red;
    text-align:left;
}
.labelCellRecovery
{
     text-align:right;
     padding:1px 2px 1px 0px;
     vertical-align:top;
     width:250px
}
.labelCellProfile
{
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:normal;  
    text-align:right;
    width:200px !important;
    vertical-align:text-top; 
    font-family: Arial;
    font-size: 12px;
    color: #494d4e;
    font-weight:bold;
}

.inputCellProfile
{
    padding-top:5px;
    padding-bottom:5px;
    /*padding-right:30px; */
    padding-right:5px;
    width:300px !important;
}

.tableProfile
{
    width:570px;   
}

.submitCellProfile
{
    padding-bottom:5px;
    padding-top:5px;
    padding-right:30px;
}

.selectInputProfile
{
    width:303px;
}

.textAreaProfile
{
    height:52px;
    width:300px;
    -moz-user-select: text;
}
.oldJobRow
{
    border-bottom: solid 1px #d7e1e2; 
}

.titleProfile
{
    padding-bottom:10px;
    padding-top:10px;
    font-size:16px;
    font-weight:bold;
}

.SubtitleProfile
{
    border-bottom: solid 1px #d7e1e2; 
    width:550px;
    padding-top:10px;
    font-size:16px;
    font-weight:bold;
}

.oldJobInputCell
{
    padding-right:30px;   
    text-align:right;
    padding-top:7px;
}
/*
.saveButtonStyle
{
    background-image: url(../img/button.jpg);
    font-size: 11px;
    border:	1px solid #7b9ebd;
    height: 20px;
    border: solid 2px gray;
    width:50px;
    height:20px;
    text-align:center;
    cursor: pointer;
}
*/
.saveButtonOver
{
    background-image: url(../img/button.jpg);
    font-size: 11px;
    border:	2px solid #7b9ebd;
    text-align:center;
    cursor: pointer;

}
.buttonProfile
{
    height: 20px;
    width: 100px;
}

.inputProfile
{
    width:97%;
    -moz-user-select: text;
}

.inputProfile50
{
    width:94%;
    -moz-user-select: text;
}
.emtyInputProfile
{
    color:Gray;    
}

.filledInputProfile
{
    color:Black;    
}
.cellInput
{
     padding-bottom:5px;    
}

.msgProfile
{
    padding-bottom:10px;
    padding-top:10px;
}
.msgUpdateProfile
{
    padding-bottom:5px;    
}
.cellLabel
{
    width:100%;    
}
.cellLabel50
{
    width:50%;    
}
.cellLabel25
{
    width:25%;    
}
.cellCompany
{
    width:50%;
    /*width:60%;*/     
}
.cellEmployedSince 
{
    width:50%; 
    /*width:40%;*/    
}

.selectInputProfile50
{
    width:95%; 
}
.InputEmail
{
    width:94%;    
}

.msgDivUpdatedOK
{
    color:Green;  
    text-align:right;  
}

.msgDivUpdatedError
{
    color:Red;  
    text-align:right;   
}

.AboutLabelCell
{
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    font-weight:bold;
    font-size:14px;    
}

.inputCellText
{
     padding-bottom:5px;
     font-weight:bold;    
}

.InputProfileFocusColor
{
    color:Black;
}

.inputProfileBlurColor
{
    color:gray;
}

.InputProfileFocusBackground
{
    background-color:#e1e1ff;
    cursor:pointer;
}

.inputProfileBlurBackground
{
    background-color:inherit;
}

.lblRequired_fields
{
    color:#a2a2a2;   
    text-align:left; 
}
.labelRegistration
{
    white-space:nowrap;
    font-size:12px;
    padding-right:10px;
}

.inputCellRegistration
{
    padding: 1px 0px 5px 0px;
    width:250px;
    vertical-align:top;
}

.labelCellRegistration
{
     text-align:right;
     padding:1px 10px 1px 0px;
     vertical-align:top;
     font-weight:bold;
}

.inputReg
{
    width:200px;    
}

.errMsgRegistration
{
    width:400px;
    color:Red;
    text-align:left;
}

.errAdviceRegistration
{
    width:400px;
    text-align:left;
}
.searchTable
{
    width:100%;
    table-layout:fixed;
}
.searchTd
{
    width:400px;
}
.searchTdCenter
{
    text-align:center;
}

.buttonTdSearch
{
    text-align:right;
    padding-right:5px;
}

.buttonTdClear
{
    text-align:left;
    padding-left:5px;
}

.labelsTd
{
    width:50px;
}

.dataInputsTd
{
    width:150px;
}

.searchInput
{
    width:100%;
}
.originalImage
{
    border: solid 0px; 
}

.cropFilter
{
     background-color: #ffffff;
     filter:alpha(opacity=70);
	 opacity:0.7;
	 z-index:10;
}

.cropFilterExtra
{
     background-color: #ffffff;
     filter:alpha(opacity=30);
	 opacity:0.3;
	 z-index:10;
}

.cropBox
{
    border: solid 2px #333333;
    cursor: move;
    display:block;
    overflow:hidden;
    position:absolute;
    height:78px;
    width:78px;
    z-index:11;    
}

.cropResize
{
      border: solid 0px; 
      cursor:se-resize;
      position:absolute;
      height:10px;
      width:10px;
      z-index:12;
}

.previewContainer
{
    display:block;
    margin:auto auto auto 60px;
    height:80px;
    width:60px;
    overflow:hidden;
    position:absolute;
}

.previewImage
{
    border: solid 0px; 
    position:absolute; 
}

.previewCell
{
    padding: 50px 0px 0px;
    padding-top:50px;
    vertical-align:top;
    width:100%;
    display:block;    
}