﻿iframe
{
    border: none;
    width: 100%;
    height: 100%;
}
.mainDashboard
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px; /* background-image: url(../Images/background.gif); */
    background-repeat: repeat-x;
    background-color: #f5f6f1;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
}
.mainContainer
{
    position: absolute;
    top: 0px;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: 15px 12px 12px 12px;
}
.header
{
    position: relative;
    height: 61px;
    width: 100%;
}
.logo
{
    background-position: 0 -132px !important;
    width: 67px !important;
    height: 61px !important;
    float: left;
    text-align: center;
}
.logo img
{
    width: 60px;
    height: 60px;
    padding-top: 1px;
}
.headTitle
{
    height: 61px;
    margin-left: 71px;
    right: 0px;
}
.headTitleContainer
{
    height: 33px;
    background-image: url(../Images/header_title_repeat.png);
    padding-left: 5px;
    padding-right: 1px;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
}
.headTitleLeft
{
    background-position: 0 -213px !important;
    width: 6px !important;
    height: 33px !important;
}
.headTitleRight
{
    background-position: 0 -266px !important;
    width: 4px !important;
    height: 33px !important;
}
.headerTitle
{
    color: #F5F5F5;
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding-left: 10px;
}
.divArrow
{
    float: right;
    margin-top: 5px;
    margin-right: 8px;
    margin-left: 10px;
    width: 7px;
    background-position: 0 -72px !important;
    width: 7px !important;
    height: 4px !important;
}
.divAdmin
{
    z-index: 99999;
    height: 16px;
    background-image: url(../Images/user.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 6px;
    color: #F5F5F5;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    cursor: pointer;
}
.divAdmin span
{
    font-size: inherit;
    float: left;
    padding-left: 28px;
}
.divAdminDetail
{
    z-index: 999;
    position: absolute;
    border: solid 1px gray;
    padding: 5px;
    width: 150px;
    background-color: #2e568a;
    color: #F5F5F5;
}
.divAdminDetail td
{
    text-align: left;
}
.divAdminDetail a
{
    font-size: 11px;
    color: #243d4d;
    text-align: left;
}


.divLogin
{
    height: 16px;
    background-image: url(../Images/login.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 6px;
    color: #F5F5F5;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    cursor: pointer;
}
.divLogin a,.divSupport a
{
    font-size: inherit;
    float: left;
    color: #FFFFFF;
    padding-left: 28px;
    text-decoration: none;
}

.divLogin a:hover,.divSupport a:hover {
text-decoration: none;
}

.divLoginDetail
{
    z-index: 999;
    position: absolute;
    border: solid 1px gray;
    padding: 5px;
    width: 150px;
    background-color: #2e568a;
    color: #F5F5F5;
}
.divLoginDetail td
{
    text-align: left;
}
.divLoginDetail a
{
    font-size: 11px;
    color: #243d4d;
    text-align: left;
}
.divSupport
{
    height: 16px;
    background-image: url(../Images/question.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 6px;
    color: #F5F5F5;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    cursor: pointer;
}
.divSupport span
{
    font-size: inherit;
    float: left;
    padding-left: 28px;
}
.divSupportDetail
{
    z-index: 999;
    position: absolute;
    border: solid 1px gray;
    padding: 5px;
    width: 170px;
    background-color: #2e568a;
    color: #F5F5F5;
}
.divSupportDetail td
{
    text-align: left;
}
.divSupportDetail a
{
    font-size: 11px;
    color: #243d4d;
    text-align: left;
}
.divHelp
{
    width: 100%;
    height: 16px;
    background-image: url(../Images/help.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-top: 6px;
    color: #F5F5F5;
    cursor: pointer;
}
.divHelp a span
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    float: left;
    padding-left: 28px;
    padding-right: 10px;
    color: #F5F5F5;
}
.divHelp a .hover
{
    text-decoration: underline;
}

/*
.ddlLanguage
{
    width: 120px;
    height: 18px;     border: solid 1px #6e99bc; 
    background-color: #3d6893;
    color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    padding-left: 1px;
}
*/
.tabContainer
{
    float: left;
}
.content
{
    background: transparent none repeat scroll 0 0;
    bottom: 0px;
    left: 0px;
    top: 70px;
    right: 0px;
    width: 100%;
    overflow: auto;
    height: 88%;
}
.ie7-content-fix
{
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.resizableArea
{
    background: transparent none repeat scroll 0 0;
    height: 100%;
    width: 100%;
}
.leftPanel
{
    background: transparent none repeat scroll 0 0;
    background-color: #fbfcee;
    float: left;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 4px 0px 4px;
    z-index: 1;
    width: 210px;
}
/*.leftPanel, .rightPanel, .splitter
{
    position: absolute;
    top: 0px;
}*/
.splitter
{
    background-color: #B5B5B5;
    background-position: center center;
    background-image: url(../Images/leftSep.png);
    background-repeat: repeat-y;
    cursor: e-resize;
    display: block;
    height: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    width: 8px;
    z-index: 11;
    float: left;
    bottom: 0px;
}
.piti
{
    position: absolute;
    top: 50%;
    height: 20px;
    width: 5px;
    background: transparent url(../Images/piti.gif) repeat scroll -178px 0;
    cursor: pointer;
}
.rightPanel
{
    height: 100%;
    padding: 0;
    margin: 0px 4px 0px 0px;
    overflow: hidden;
    position: relative; /*background-image: url(../Unipa/Images/unipalogo.jpg);     background-repeat: no-repeat;     background-position: 50% 50%;*/
}
.rightPanelHeader
{
    background-image: url(../Images/mainTitleBack.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    font-family: Tahoma, Verdana, Arial;
    color: #030520;
    border-radius: 5px 5px 0px 0px;
}
.rightPanelHeaderDiv
{
    font-size: 15px;
    padding-left: 7px;
    padding-top: 5px;
    width: 100%;
}
.rightPanelHeaderText
{
    font-size: 15px;
}
.searchBox
{
    width: 100%;
    height: 30px;
    background-color: #f6f5e1;
    padding: 5px 5px 2px 5px;
}

.searchBoxInput
{
    height: 18px;
    border: solid 1px #A9A9B1;
    width: 100%;
    background-image: url(../Images/Search.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 18px;
    background-color: #FFFFFF;
}
.searchBox input
{
    height: 16px;
    border: none;
    background: transparent;
    width: 100%;
}
.projectCombo
{
    width: 200px;
    height: 20px;
}

.divContentPlaceHolder
{
    overflow: auto;
    width: 100%;
    bottom: 100px;
    top: 60px;
    position: absolute;
    background-color: #FFFFFF;
}
.webContent
{
    width: 100%;
    overflow-x: auto;
}
.splitterLeft
{
    left: 0;
}
.msgFrame
{
    width: 100%;
    height: 100%;
    margin-left: -20px;
}
#tabs
{
    padding-top: 1px;
}


.bottomStrip
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 25px;
    z-index: 0;
    width: 100%;
    float: left;
}

.bottomStripRight
{
    position: fixed;
    bottom: 0px;
    left: 1275px;
    height: 20px;
    width: 20%;
    float: right;
}

.bottomStrip_ui
{
    font-size: 12px;
    background: transparent;
    position: relative;
    overflow: visible !important;
    background-color: #E5E5E5;
    border: solid 1px #B5B5B5;
    height: 100%;
    width: 100%;
}
.bottomStrip_button .inner_button
{
    float: left;
    padding-left: 22px;
    padding-top: 5px;
    width: 106px;
    height: 100%;
    border-right: solid 1px #B5B5B5;
    background: transparent url(../images/apps.png) no-repeat;
    background-position: 3px 4px;
    cursor: pointer;
}
.bottomStrip_button
{
    color: Black;
    background-color: #FFFFFF;
    cursor: pointer;
}
.bottomStrip_button:hover
{
    text-decoration: none;
    background-color: #FFFFFF;
}
.appPopup_wrapper
{
    display: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: auto;
    left: 0;
    z-index: 14;
}
.appPopup
{
    background: #FFFFFF none no-repeat scroll right bottom;
    border-color: #333333 #333333 black;
    border-style: solid;
    border-width: 1px;
    cursor: auto;
    padding: 0;
    width: 231px;
    height: 222px;
    overflow: auto;
}
.appPopupTitle
{
    display: block;
    line-height: 16px;
    padding: 4px 0px 4px 6px;
    background-color: #697BA7;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.appPopupInfo
{
    display: block;
    line-height: 15px;
    padding: 4px 0px 4px 6px;
    background-color: #E5E5E5;
    font-size: 12px;
}
.appPopup_box_wrapper
{
    padding: 4px 6px 6px 4px;
    overflow: auto;
}
.appPopup_item_title
{
    border-bottom: 1px solid #E9E9E9;
    color: #808080;
    margin: 3px 2px 4px;
}
#appPopup_recently_used
{
}
#appPopup_bookmarks
{
}
#appPopup_bookmarks :hover
{
    background-color: #F1F1F1;
}
#appPopup_bookmarks .span
{
    text-decoration: underline;
}
.loginInfo, .lastVisit
{
    color: White;
    font-size: 1.1em;
    padding: 2px 2px;
}
.lastVisit
{
    clear: both;
}
.dashboard-title
{
    color: #F5F5F5;
    float: left;
    font-size: 1.8em;
    padding-left: 30px;
    height: 100%;
    vertical-align: middle;
    padding-top: 7px;
}
.head-right
{
    float: right;
    height: 100%;
    padding-right: 12px;
}
.dashboardWindow
{
    cursor: pointer;
    width: 150px;
    float: left;
    border: 1px solid gray;
    border-bottom-width: 0px;
    vertical-align: middle;
    height: 20px;
    padding: 3px 3px 0px 3px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
}
.dashboardUiIcons
{
    background: url(../Images/unipa-sprited-icons.png) no-repeat top left;
    border-style: none;
}
.dashboardWindowImg
{
    float: right;
    background-position: 0 -96px !important;
    width: 16px !important;
    height: 16px !important;
    border-style: none;
}
.rptKisaYollarCloseImg
{
    background-position: 0 -96px !important;
    width: 16px !important;
    height: 16px !important;
}
.imglostpassword
{
    background-position: 0 -427px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgMessages
{
    background-position: 0 -463px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgnewuser
{
    background-position: 0 -499px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgOK
{
    background-position: 0 -535px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgUserProfile
{
    background-position: 0 -643px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgTabs
{
    background-position: 0 -679px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgTabsquestion
{
    background-position: 0 -571px !important;
    width: 16px !important;
    height: 16px !important;
}
.imgTabsquestion2
{
    background-position: 0 -607px !important;
    width: 16px !important;
    height: 16px !important;
}

.ui-widget-header
{
    border: 1px solid #4297d7;
    background: #5c9ccc url(../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 5px 0px;
}
.liShow
{
    display: block !important;
}
.liHide
{
    display: none !important;
}
/* dashboard css  */
#reasons
{
    height: 100%;
    position: static;
 
}

#reasons #small_promos
{
    width: 100%;
}



#small_promos
{
    background: none repeat scroll 0 0 #F0F4F8;
    border: 3px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    padding: 0;
}

#small_promos
{
    height: 100%;
    width: 100%;
}
#small_promos .glyphs
{
    border-bottom: 1px solid #DDDFE1;
    height: 100%;
    margin: 1%;
}



.shadow
{
    border-radius: 1px 1px 1px 1px;
    -moz-box-shadow: 3px 1px 1px 6px #CCCCCC;
    -webkit-box-shadow: 3px 1px 1px 6px #CCCCCC;
    box-shadow: 3px 1px 1px 6px #CCCCCC;
    margin: 0.5%;
    width: 99%;
    height: 100%;
}

#loadingMessage {
    width: 100%;
    height: 85%;
    z-index: 1000;
    background: #ccc;
    top: 22px;
    left: 1px;
    position: absolute;
    /* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
/* dashboard css  */

.duyuruLnkClass
{
    background-color:red;
    color: #FFFFFF;
}