﻿html
{
	overflow: hidden;
	height: 100%;
}

.corner
{
    background-image:url(../images/corner.png);
    background-repeat:no-repeat;
    width:20px;
    }
    
    .text_field {
    background-image: url("../images/textfield_bg.jpg");
    background-position: right center;
    background-repeat: repeat-x;
    border: 1px solid #1E750B;
    color: #333333;
    font-weight: normal;
    height: 16px;
    text-decoration: none;
}
    
    .tdMenu
    {
        background-image:url(../images/menu_background.png);
        background-repeat:repeat-x;
        direction:rtl;
        border: 1px solid #00008B;
        
        padding-top:5px;
        padding-bottom:5px;
        }
       
        .tiptip
        {
            opacity:1;
        }
            
            .tdSeperator
            {
                border-right: 1px solid #4682B4; 
                width:2px;
                padding-right:3px; 
                padding-left:3px; 
opacity:0.5;                
                }
                
          .tdMenuItems
          {
              border:0;
              border: 1px solid transparent;
              width:50px;
              }      
          .tdMenuItems:hover
          {
    cursor:pointer;
    
              }
        
        
        

body
{
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    color: #254264;
    background-color: #E0EEFA;
    background-repeat: repeat-x;
}

h1
{
	font-family: Cambria, Arial, Trebuchet MS;
	font-size: 14pt;
}

h2
{
	font-family: Cambria, Arial, Trebuchet MS;
	font-size: 13pt;
	color: #4E81C8;
}

img
{
    border: 0px;
}

a
{
    color: #254264;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.mainContainer
{
    width: 100%;
    background-color: #d9e4f3;
    border: 1px solid #3b5a82;
    border-bottom: 0px;
}

.textbox
{
	background-image: url(../images/textboxbg.png);
	background-repeat: repeat-y;
	width: 809px;
	margin: 0px auto;
}

.textbox div
{
	width: 740px;
	margin: 0px auto;
	padding: 20px;
	overflow: hidden;
}

.tabbed
{
    background:url(../images/tab.png);
    background-repeat:no-repeat;
    background-position:center;
    width:178px;
    height:27px;
    float:right;
    text-align:center;
}

.tabbed p
{
    
    margin-top:5px;
}
    
.untabbed
{
    width:178px;
    height:27px;
    float:right;
    text-align:center;
}

.untabbed p
{
     margin-top:5px;
    }

.untabbed:hover
{
    border-top: 1px solid Orange;
    border-left: 1px solid Orange;
    border-right: 1px solid Orange;
}

.untabbed p:hover
{
     margin-top:5px;
     cursor:pointer;
    }


.topMenu
{
    position:fixed;
    top:5px;
    float:right;
    clear:both;
    margin:0;
    width:100%;
    float:right;
    height:27px;
    background-color:#DFE9F5;
}

.ribbonBar
{
    display: block;
    position: absolute;
    left: 0px;
    top:0px;/* To Move The Menu from the TOP*/
    width: 100%;
    height: 40px;
    border: 1px solid #3b5a82;
    border-bottom: 1px solid #9FAEC2;
    border-top: 0px;
    background-image: url(../styles/ribbon/Ribbon/themes/windows7/images/menu_background.png);
    background-repeat: repeat-x;
    border-top: 0px;
    margin-left: -1px;
    z-index: 0;
    border-top: 1px solid #8db2e3;
    vertical-align:middle;
    padding-top:0px;
}

.trBackground
{
    background-color:transparent;  
    }

.trBackgroundAlt
{
    background-color:#F0FFF0;
}    
    
    .textlinks
{
    color:#4682B4;
    cursor:pointer;
}

#dv_Clips
{
    margin-top:50px;
    width:75%;
    clear:both;
    }

.frameTop
{
    BACKGROUND: url(../images/frame_top.png) no-repeat left top; 
    HEIGHT: 29px;
    }

.frameMiddle
{
    PADDING-BOTTOM: 5px; 
    PADDING-LEFT: 33px; 
    PADDING-RIGHT: 33px; 
    BACKGROUND: url(../images/frame_middle.png) repeat-y left top; 
    PADDING-TOP: 5px

    }

.frameBottom
{
    BACKGROUND: url(../images/frame_bottom.png) no-repeat left top; 
    HEIGHT: 29px
    }
    
    
.loginColumn {
	margin-top:200px;
	width:326px;
}

.loginTitle{
    MARGIN-TOP: 10px; 
    WIDTH: 100%; 
    HEIGHT: 175px; 
    text-align:right;
    color:#A58E51;
    font-family:Tahoma;
}

.tdlabel
{
    font-family:Tahoma;
    color:#254264;
    font-size:8px;
    text-align:right;
    padding-bottom:10px;
    }

.paddingbottom10
{
    padding-bottom:10px;
    }
    
    .btnLeft
    {POSITION: relative; 
     TEXT-ALIGN: center; 
     BORDER-RIGHT-WIDTH: 0px; 
     DISPLAY: block; 
     BACKGROUND: url(../images/btn_left.png) no-repeat 0px 0px; 
     BORDER-TOP-WIDTH: 0px; 
     BORDER-BOTTOM-WIDTH: 0px; 
     HEIGHT: 39px; 
     COLOR: #134f7f; 
     FONT-SIZE: 12px; 
     BORDER-LEFT-WIDTH: 0px; 
     FONT-WEIGHT: bold; 
     MARGIN-RIGHT: 5px  
        }
    
    
    .btn
    {
     BACKGROUND: url(../images/btn.png) no-repeat 0px 0px; 
     width:100px;
     height:33px;
     background-color:#F0F6FA;
     border:0;
     color#254264;
     font-family:Simplified Arabic Transparent;
     font-size:18px;
     
        }