.table1{
    border-color: #F6F6F6;
    border: 1px;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
}

.text {
    font-family: Verdana;
    font-size: 12px;
}

.textbig {
    font-family: Verdana;
    font-size: 17px;
    color:#5B5D5A;
    font-weight: normal;
}

.bluelinks {  
    font-family: Verdana;
    font-size: 11px;
    color:#014C9F;
    font-weight:bold;
}
  
.horzontal-links {
	font-family: Verdana;
	font-size: 11px;
	color:#BCBCBC;
	font-weight:bold;
	text-decoration:none;
}

.otherlinks {  
    font-family: Arial,Verdana,Helvetica,sans-serif;;
    font-size: 12px;
    color:#ffffff;
    font-weight: bold;
    text-decoration:none;
}

.otherlinks1 {  
    font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
    color:black;
    text-decoration:none;
}

.footerlinks {  
    font-family: Verdana;
    font-size: 11px;
    color:#ffffff;
    text-decoration:none;
}

.tinput {
    BORDER-BOTTOM: #000000 1px solid; 
    BORDER-LEFT: #000000 1px solid; 
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid; 
    FONT-FAMILY: Arial; 
    FONT-SIZE: 11px;
}
TEXTAREA {
    BORDER-BOTTOM: #000000 1px solid; 
    BORDER-LEFT: #000000 1px solid; 
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid; 
    FONT-FAMILY: Arial; 
    FONT-SIZE: 11px;
}
.cbtn {
    BORDER-BOTTOM: #cccccc 1px solid; 
    BORDER-LEFT: #cccccc 1px solid; 
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    COLOR: #000000; 
    FONT-FAMILY: Verdana,Helvetica,Tahoma, Verdana, Sans-serif; 
    FONT-SIZE: 11px; 
    PADDING-BOTTOM: 1px; 
    PADDING-LEFT: 1px; 
    PADDING-RIGHT: 1px; 
    PADDING-TOP: 1px;
}

/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
    position:    relative;
    width:        100%;        /* width needed weird IE bug */
    margin-right:    -2px;    /* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab-my {
    width:                144px;
    height:                16px;
    background-image:    url( "/images/tab-my.png" );
    position:        relative;
    top:            0;
    display:        inline;
    float:            left;
    overflow:        hidden;
    cursor:            Default;
    margin:            1px -1px 1px 2px;
    padding:        2px 0px 0px 0px;
    border:            0;
    z-index:        1;
    font:            11px Tahoma;
    white-space:    nowrap;
    text-align:        center;
}




.dynamic-tab-pane-control .tab-row .tab-my.selected {
    width:                144px !important;
    height:                18px !important;
    background-image:    url( "/images/tab-my.selected.png" ) !important;
    background-repeat:    no-repeat;
    border-bottom-width:    0;
    z-index:        3;
    padding:        2px 0 0px 0;
    margin:            0px -3px 0px 0px;
    top:            -2px;
    font:                11px Tahoma;
    text-align:        center;
    
}



.dynamic-tab-pane-control .tab-row .tab-my a {
    font:                11px Tahoma;
    color:                Black;
    text-decoration:    none;
    cursor:                default;
}

.dynamic-tab-pane-control .tab-row .tab-my.hover {
    font:                11px Tahoma;
    width:                144px;
    height:                16px;
    background-image:    url( "/images/tab-my.hover.png" );
    background-repeat:    no-repeat;
    text-align:        center;
}


.dynamic-tab-pane-control .tab-row .tab {
    width:                144px;
    height:                16px;
    background-image:    url( "/images/tab.png" );
    position:        relative;
    top:            0;
    display:        inline;
    float:            left;
    overflow:        hidden;
    cursor:            Default;
    margin:            1px -1px 1px 2px;
    padding:        2px 0px 0px 0px;
    border:            0;
    z-index:        1;
    font:            11px Tahoma;
    white-space:    nowrap;
    text-align:        center;
}




.dynamic-tab-pane-control .tab-row .tab.selected {
    width:                144px !important;
    height:                18px !important;
    background-image:    url( "/images/tab.selected.png" ) !important;
    background-repeat:    no-repeat;
    border-bottom-width:    0;
    z-index:        3;
    padding:        2px 0 0px 0;
    margin:            0px -3px 0px 0px;
    top:            -2px;
    font:                11px Tahoma;
    text-align:        center;
    
}



.dynamic-tab-pane-control .tab-row .tab a {
    font:                11px Tahoma;
    color:                Black;
    text-decoration:    none;
    cursor:                default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
    font:                11px Tahoma;
    width:                144px;
    height:                16px;
    background-image:    url( "/images/tab.hover.png" );
    background-repeat:    no-repeat;
    text-align:        center;
}
.dynamic-tab-pane-control .tab-page {

    clear:            both;
    border:            1px solid #BDBDBF; 
    background:        #ffffff;
    z-index:        2;
    position:        relative;
    top:            -2px;
    font:                14px Tahoma;
    color:                Black;
    padding:        10px;
}
.dynamic-tab-pane-control .tab-row {

    z-index:        1;
    white-space:    nowrap;
}
.p_justify {

    text-align: justify;    
}

.tab_header {
    font-family: Verdana;
    font-size: 17px;
    font-weight: bold;
}

.tab_header a {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
