﻿body, html, form 
	    {
		    height: 100%;
		    margin: 0px;
		    padding: 0px;
		    font-family:Verdana; 
            font-size:11px;
	    }
	    #page-table 
	    {
		    height: 100%;
		    width: 100%;
	    }
	    #page-td 
	    {
		    height: 100%;
		    padding: 0px;
		    vertical-align: middle;
	    }
	    .global 
	    {
		    width: 440px;
		    margin: auto;
	    }
	    .title 
	    {
            padding:0px;
            margin:0px;
	        cursor:default;
	    }
	    
	    .title .titleCenter
        {
            background-repeat :repeat-x;
            background-image:url(../../Pictures/Center25.gif);
            vertical-align:middle;
            height:25px;
        }

        .title .titleRight
        {
            background-repeat :no-repeat;
            background-image:url(../../Pictures/RightCorner25.gif);
            width:9px;
            height:25px;
        }

        .title .titleLeft
        {
            width:9px;
            height:25px;
            background-repeat :no-repeat;
            background-image:url(../../Pictures/LeftCorner25.gif);
        }
	    .button
        {
            background-repeat:no-repeat;
            background-image:url(../../Pictures/Button.gif);
            cursor:pointer;
            text-align:center;
            vertical-align:middle;
            margin : 0px;
            padding:0px;
            width: 84px;
            height: 22px;
            color:White;
            font-size:11px;
        }
        .title table
        {
            width:100%;
            font-size:13px;
            font-weight:bold;
            color :white;
        }
        .content
        {        
            width:438px;   
            color :#525051;
            background-color:#F1F3F5;
            border:dashed 1px #ADADAE;
            border-top : none;
        }
        .content table
        {
            padding: 15px;
            width:438px;
            text-align:justify;
        }
        .button:Hover
        {
            background-repeat:no-repeat;
            background-image:url(../../Pictures/HoverButton.gif);
            cursor:pointer;
            text-align:center;
            vertical-align:middle;
            margin : 0px;
            padding:0px;
            width: 84px;
            height: 22px;
            color:White;
            font-size:11px;
        }

        .buttonHover
        {
            background-repeat:no-repeat;
            background-image:url(../../Pictures/HoverButton.gif);
            cursor:pointer;
            text-align:center;
            vertical-align:middle;
            margin : 0px;
            padding:0px;
            width: 84px;
            height: 22px;
            color:White;
            font-size:11px;
        }
