﻿body,form 
{
    margin:0;padding:0;
    position:absolute; top: 0; left: 0; right: 0; bottom: 0; height:100%;
}
body 
{
    background: #f4f7f9 url(bg.png) repeat-x;
    font:normal 12px Arial; color:#333333;
}
div.frame
{
    width: 990px;
    margin: 0px auto;
    background: url(frameBg.png) no-repeat;
    min-height:742px;
}

div.header
{
    background: url(header.png) no-repeat;
    margin: 0px auto;
    width: 990px;
    height:220px;
    position:relative;    
}

div.bodyShadow
{
    background: url(bodyShadow.png) repeat-y;
    display:block;
    overflow:hidden;
}
div.bodyFrame
{
    width:920px;
    margin:0px auto;
    background: url(spacer.gif) repeat;
    display:block;
    overflow:hidden;
}
div.body
{   
    margin: 0 15px 30px 15px;
    display:block;
    overflow:hidden;
}
div.main
{
    width:890px;
    clear:both;    
}

/****************/

div.bottom
{
	margin-top:10px;
}

div.footer
{
    height:30px;
    background-color:#e10b15;    
}
div.footer a
{    
    font:normal 11px Arial;
    color:#f5aaad;
    text-decoration:none;
    display:inline-block;
    padding-left:15px;
    margin-left:15px;
    margin-top:8px;
    border-left: solid 1px #f5aaad;
}
div.footer a.first
{
    padding-left:0;
    border-left:none;
}
div.footer a:hover
{
    color:#ffffff;
}

div.footer span
{
	color:White;
}
/****************/

div.hMenu
{
    background: url(hMenu.png) no-repeat;
    height:52px;
}
div.hMenu span
{
    display:inline-block;
    height:18px;
    margin:17px 0 17px 0;
    border-left:solid 1px #7f97aa;
    border-right:solid 1px #ffffff;
    padding:0 15px 0 15px;
}
div.hMenu span.first
{
    border-left:none; 
}
div.hMenu span.last
{    
    border-right:none;
}

div.hMenu a
{    
    font: bold 13px Arial;
    color:#174366;
    text-decoration:none;
    display:inline-block;
    margin-top:1px;
}
div.hMenu a:hover, div.hMenu a.currentHref
{    
    color:#558ab4;
}
div.vMenu
{
    float:left;
    width:153px;
    margin: 40px 20px 0 7px;
}
div.vMenu div.static div.link
{
    background: url(vMenuHr.gif) repeat-x bottom;
    height:26px;
    margin-bottom:7px;
    text-transform:uppercase;
}
div.vMenu div.static div.link a
{
    font: bold 13px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrRedBold.png) no-repeat left;
    padding-left: 14px;
}
div.vMenu div.static div.link a:hover, 
div.vMenu div.static div.link a.currentHref
{
    color: #558ab4;
    background: url(arrBlueBold.png) no-repeat left;
}

div.vMenu div.dynamic 
{
    margin-top:20px;
}
div.vMenu div.dynamic span
{    
    background: url(vMenuMiddle.png) no-repeat;
    display:block;
    height: 26px;
    margin-bottom:1px;
}
div.vMenu div.dynamic span.first
{    
    background: url(vMenuTop.png) no-repeat;
}
div.vMenu div.dynamic span.last
{    
    background: url(vMenuBottom.png) no-repeat;
}
div.vMenu div.dynamic span.current
{
    background: url(vMenuMiddleCurrent.png) no-repeat;
}
div.vMenu div.dynamic span.currentfirst
{
    background: url(vMenuTopCurrent.png) no-repeat;    
}
div.vMenu div.dynamic span.currentlast
{
    background: url(vMenuBottomCurrent.png) no-repeat;    
}
div.vMenu div.dynamic span.current a,
div.vMenu div.dynamic span.currentfirst a,
div.vMenu div.dynamic span.currentlast a
{
    color: #c2d2db;
}
div.vMenu div.dynamic span a
{    
    font: bold 13px Arial;
    color: #174366;
    text-decoration:none;
    display:inline-block;
    margin: 5px 0 0 5px;
}    
div.vMenu div.dynamic a:hover
{
    color: #558ab4;    
}

div.location
{
    font:normal 11px Arial;    
}
div.location div.txt
{
    margin:15px 0 15px 0;
}
div.location a.location
{
    background: url(arrBlueLight.gif) no-repeat left 60%;
    padding-left: 7px;
    text-decoration:none;
    color: #558ab4;
    cursor:default;
    display:inline-block;
}
div.location a.history
{
    font: normal 11px Arial;
    color: #999999;
    text-decoration:none;
    background: url(arrSilver.gif) no-repeat left 60%;
    padding-left: 7px;
    display:inline-block;
}
div.location a.history:hover
{
    color: #558ab4;
}

/********** C O N T E N T **************/

div.contentHolder
{
    width:708px;
    float:left;
    position:relative;
}
div.contentFrame
{
    width:inherit;
    background-color:#c7c7c7;
    padding:1px;
    position:relative;
}
div.content
{
    border:solid 1px white;
    background-color:#e9e9e9;
    padding:20px 20px 60px 20px;
    position:relative;
    min-height:352px;
}
div.contentFooter
{
	position:absolute;
	
	bottom:20px;
	left:20px;
	right:20px;
	background: url(hr23.gif) repeat-x;
	padding-top:20px;
}
div.content h1
{
    font:bold 20px Arial;
    color:#333333;
    padding:0;
    margin:0 0 20px 0;
}
div.content h1.view
{
    margin:0 0 20px 0;
    background: url(view.png) no-repeat left 50%;
    padding: 0 0 0px 22px;
    display:inline-block;
}
div.content h4
{
    font:bold 16px Arial;
    color:#333333;
    padding:0;
    margin:0 0 20px 0;
}
div.content h1.uni3546
{
    background: url(logo/3546.png) no-repeat top left;
    padding-left: 131px;
    min-height:28px;
}
div.content h1.uni3547
{
    background: url(logo/3547.png) no-repeat top left;
    padding-left: 149px;
    min-height:56px;
}
div.content h1.uni3874
{
    background: url(logo/3874.png) no-repeat top left;
    padding-left: 140px;
    min-height:35px;
}
div.content h1.uni3924
{
    background: url(logo/3924.png) no-repeat top left;
    padding-left: 160px;
    min-height:50px;
}
div.content h1.uni3925
{
    background: url(logo/3925.png) no-repeat top left;
    padding-left: 151px;
    min-height:43px;
}
div.content h1.uni3995
{
    background: url(logo/3995.png) no-repeat top left;
    padding-left: 210px;
    min-height:34px;
}
div.content h1.uni3963
{
    background: url(logo/3963.png) no-repeat top left;
    padding-left: 117px;
    min-height:67px;
}
div.content h2
{
    font: bold 13px Arial;
    color: #174366;
    margin:0 0 10px 0;
}
div.content h2 a
{
    font: bold 13px Arial;
    color: #174366;
    background:none;
    padding:0;
}
div.content h2 a:hover
{    
    color: #174366;     
}

div.content div.anchor
{    
    text-align:right;
    margin-bottom:20px;
}
div.content div.anchor a
{
    font: bold 11px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat left 60%;
    padding-left: 7px;
}
div.content div.anchor a:hover
{
    color: #558ab4;
    background: url(arrBlueLight.gif) no-repeat left 60%;
}

div.content h3
{
    font: bold 12px Arial;
    color: #174366;
    margin:0 0 10px 0;
}

div.content h5
{
    color: #558ab4;
    text-transform:uppercase;
    font: bold 12px Arial;
    margin:0px 0px 0px 0px;
}

div.content ul.a
{
    list-style-type:none;    
    padding-left:20px;
    margin-left:0;
}
div.content ul.a a
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat left 50%;
    padding-left: 7px;
    line-height:12px;    
}
div.content ul.a a:hover
{
    color: #558ab4;
    background: url(arrBlueLight.gif) no-repeat left;
}

div.content table
{
    width:100%;
    border-collapse:collapse;
}
div.content table tr td
{
    padding:0;
    vertical-align:top;
}
div.content img
{
    border:solid 1px #bfbfbf;
    margin:0 20px 10px 0;
}
div.content span img
{
    border:none;
    margin:0 20px 10px 0;
}
div.content a
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;    
    line-height:12px;    
}
div.content a:hover
{
    color: #558ab4;    
}

div.content p
{
    margin:0 0 12px 0;
    padding:0 0 0 0;
    font: normal 12px Arial;
    line-height: 16px;
}
div.content img.txt
{
    float:left;
    margin: 0 10px 5px 0;
}

div.hr
{
    background: url(hr23.gif) repeat-x;
    height:23px;
}

/***********************/
div.rightColumn
{
    width:190px;
    margin:40px 0 0 20px;
    float:left;
}

/***************************/
div.menuImages
{
    position: absolute;    
    bottom:0;left:-162px;
    width:153px;    
}
div.menuImages div.menuImage
{
    margin-top:25px;
}
div.menuImages div.menuImage span.title
{
    display:block;
    margin-bottom:8px;
    color:#999999;
    font:normal 11px Arial;
}

/******** LOGOS ***************/
table.logos
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    height:100px;
}
table.logos tr td
{
    vertical-align:middle;    
    height:100px;
    text-align:center;
}
table.logos tr td.line
{
    width:2px;
    background: url(line.png) no-repeat left;
}
table.logos tr td.lineCurrent
{
    width:2px;
    background: url(lineCurrent.png) no-repeat left;
}

/********** LOGIN-STATUS **************/
div.boxBg
{
    background: url(boxBg.png) no-repeat;
    height:159px;
    width:195px;
    position:absolute;
    right:50px;
    top:45px;    
}
div.box
{
    margin: 10px 10px 15px 10px;
    position:relative;
    line-height:16px;
}
span.loginTitle
{
    display:inline-block;
    margin-bottom:5px;
    font:bold 13px Arial;
    color:White;  
}
span.loginError
{
    display:inline-block;
    margin-bottom:5px;
    font:bold 13px Arial;
    color:#fad163;    
    /*color:White;*/
    /*color:#e10b15;*/
}
div.loginTxt
{
    position:relative;
    height:22px;
}
div.loginTxt input
{
    width:170px;
    height:16px;
    border:1px solid #5e96bf;
    color:#b5b5b5;
    font:bold 11px Arial;
    padding:2px 0 0 2px;
    position:absolute;
    top:0;left:0;
}
div.loginTxt input.on
{
    color:#333333;
}
div.loginTxt span
{
    width:170px;
    height:16px;
    border:1px solid #5e96bf;
    color:#b5b5b5;
    font:bold 11px Arial;
    padding:2px 0 0 2px;
    letter-spacing:1px;
    display:block;
    background-color:White;
    cursor:text;
    position:absolute;
    top:0;left:0;
}
div.loginCmd
{
    position:relative;
    margin-top:7px;
    width:170px;
}
div.loginChk
{
    margin-left:-4px;
}
div.loginChk label
{
    font:normal 10px Arial;
    color:#c2d2db;
}
div.loginBtn div.button
{
    position:absolute;
    top:0; right:0;
    font:normal 11px Arial;
}
div.box div.recover
{
    margin-top:8px;
}
div.box div.recover a
{
    font:normal 10px Arial;
    color:#c2d2db;    
}
div.box div.register
{
    margin-top:8px;
}
div.box div.register a
{
    font:bold 12px Arial;
    color:#ffffff;
    text-decoration:none;
}
div.box div.register a:hover
{    
    color:#558ab4; 
}
div.user
{
    color:White;    
}
span.name
{
    font:bold 12px Arial;
    display:block;
}
div.message
{
    border-top:1px solid #c2d2db;
    padding: 7px 0 7px 0;
    margin:3px 0 3px 0;
    border-bottom:1px solid #c2d2db;
    min-height: 20px;    
}

div.message span.false
{
    font-weight:bold;
    display:inline-block;
    padding:0 3px 0 24px;
    background: url('mailSmall.gif') no-repeat left 59%;
}
div.message span.true
{
    font-weight:bold;
    display:inline-block;
    padding:0 3px 0 24px;
    background: url('mailSmallRed.gif') no-repeat left 59%;
}

div.logout
{
    margin-top:7px;
    position:relative;       
}
div.logout div.button
{
    
}
div.delete
{
    position:absolute;
    top: 5px; right: 20px;
}
div.delete a
{
    font:normal 10px Arial;
    color:#c2d2db;
}
div.hr
{
    background: url(hr23.gif) repeat-x;
    height:23px;
    clear:both;
}
div.hr3
{
    background: url(hr3.gif) repeat-x;
    height:3px;
    clear:both;
}
span.exclam
{
    background: url('exclam.gif') no-repeat left 50%;
    padding-left:20px;
    font: bold 14px Arial;
    color: #174366;
    display:block;
    margin-bottom:10px;
}
span.quest
{
    background: url('quest.gif') no-repeat left 50%;
    padding-left:20px;
    font: bold 14px Arial;
    color: #174366;
    display:block;
    margin-bottom:10px;
}
a.red
{
    background: url('arrRedLight.gif') no-repeat left 60%;
    padding-left:7px;
    font: bold 12px Arial;
    color: #e10b15;
    text-decoration:none;
}
a.red:hover
{
    background: url('arrRedLightHover.gif') no-repeat left 60%;
    color:#f5aaad;
}
div.imgStudent
{
    background: url('imgStudent.png') no-repeat;
    height:120px;
    position:relative;
    cursor:pointer;
}
div.imgStudent span
{
    color:White;
    font: bold 12px Arial;
    position:absolute;
    left: 20px;
    bottom: 14px;
}
div.imgCompany
{
    background: url('imgCompany.png') no-repeat;
    height:120px;
    position:relative;
    cursor:pointer;
}
div.imgCompany span
{
    color:White;
    font: bold 12px Arial;
    position:absolute;
    left: 20px;
    bottom: 14px;
}

/************** BUTTONS *****************/
div.button 
{ 
	display:inline;	
}
div.button a, div.button span
{
	background-color: Transparent;
	display: inline-block;
	float: left;
	height: 22px;
	line-height: 14px;
    font-weight:normal;
    cursor:pointer;
	color: white;
}
div.button span.buttonLogin_center, 
div.button span.buttonBlue_center, 
div.button span.buttonRed_center
{ 
	padding: 3px 2px 0 2px;
	vertical-align:middle;
}
/************ buttonLogin ***********/
div.button a.buttonLogin_left
{
	background: transparent url(buttonLogin_left.png) no-repeat top left;
	padding-left: 7px;
	text-decoration: none;
	cursor:pointer;
	color: white;
}
div.button span.buttonLogin_center
{
	background: transparent url(buttonLogin_center.png) repeat-x;
}
div.button span.buttonLogin_right
{
	background: transparent url(buttonLogin_right.png) no-repeat top right;
	padding-right:7px;	
}
/************ buttonBlue ***********/
div.button a.buttonBlue_left
{
	background: transparent url(buttonBlue_left.png) no-repeat top left;
	padding-left: 7px;
	text-decoration: none;
	cursor:pointer;
	color: white;
}
div.button span.buttonBlue_center
{
	background: transparent url(buttonBlue_center.png) repeat-x;	
}
div.button span.buttonBlue_right
{
	background: transparent url(buttonBlue_right.png) no-repeat top right;
	padding-right:7px;	
}
/************ buttonRed ***********/
div.button a.buttonRed_left
{
	background: transparent url(buttonRed_left.png) no-repeat top left;
	padding-left: 7px;
	text-decoration: none;	
}
div.button span.buttonRed_center
{
	background: transparent url(buttonRed_center.png) repeat-x;
}
div.button span.buttonRed_right
{
	background: transparent url(buttonRed_right.png) no-repeat top right;
	padding-right:7px;
}


/******************** M A P *************************/
div.map 
{ 
    background: url('map4.png') no-repeat 0 0; 
    height:364px; 
    width:278px; 
    position:relative; 
    top:-36px; 
    left:157px; 
}
div.map a.city 
{ 
    color:White;
    font:normal 10px Arial; 
    display:inline-block; 
    text-decoration:none;
    cursor:default;
    background: url(arrWhite.gif) no-repeat 0 50%; 
    padding-left: 7px; 
    position:absolute;
}
div.mapTitle
{
    position:absolute;
    top:20px;left:20px;
    width:100%;
}
div.mapLinks
{
    position:absolute;
    top:60px;left:20px;
    width:157px;
}
div.mapLinks a,
div.cvMenu a
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat left 50%;
    padding-left: 7px;
    line-height:12px;    
}
div.mapLinks a:hover,
div.cvMenu a:hover
{
    color: #558ab4;
    background: url(arrBlueLight.gif) no-repeat left;
}
div.mapLinks a.current,
div.cvMenu a.CV_menuItem_current,
div.cvMenu td.CV_menuItem_current a
{
    color: #558ab4;
    background: url(arrBlueLight.gif) no-repeat left;
    text-decoration:underline;
}

/************** TIP *******************/

div.tip{ position:relative; visibility:hidden; }
div.tip div.tl { background: url('tip/tl.png') no-repeat 0 0; position:absolute;}
div.tip div.tr { background: url('tip/tr.png') no-repeat 100% 0;}
div.tip div.br { background: url('tip/br.png') no-repeat 100% 100%;}
div.tip div.bl { background: url('tip/bl.png') no-repeat 0 100%;}

div.tip div.t { background: url('tip/t.png') repeat-x 50% top; position:relative; margin:0 6px 0 6px; padding:6px; }
div.tip div.r { background: url('tip/r.png') repeat-y right 50%; position:absolute; width:6px;top:6px; right:-6px; bottom:6px;}
div.tip div.b { background: url('tip/b.png') repeat-x 50% bottom; position:absolute; width:100%; height:6px; right:6px; bottom:0px; left:0px;}
div.tip div.l { background: url('tip/l.png') repeat-y left 50%;position:absolute; width:6px; top:6px; left:-6px; bottom:6px;}

div.tip div.t div.c { background-color:#9a040d; margin:0 -6px 0 -6px;}
div.tip div.t div.c a { color:White; font:normal 10px Arial; display:block; text-decoration:none; background: url(arrWhite.gif) no-repeat 0 50%; padding-left: 7px; }
div.tip div.t div.c a:hover { background: url(arrWhiteHover.gif) no-repeat 0 50%; color:#f5aaad }


/*******************************************************/

div.select
{
	background: url(select.png) no-repeat 0 0;
	height:34px;
	position:relative;
}
div.select span,
div.selectHoverMiddle span
{
    font:bold 12px Arial;
    display:inline-block;
    position:absolute;
    top:9px;
    left:12px;
}
div.select div.click
{
    background: url(selectClick.png) no-repeat;
	height:19px;
	width:19px;
	position:absolute;
	top:7px;
	right:12px;
	cursor:pointer;
}
div.selectHover div.click
{
    background: url(selectClick2.png) no-repeat;
	height:19px;
	width:19px;
	position:absolute;
	top:7px;
	right:10px;
	cursor:pointer;
}
div.selectHover
{
    display:none;
    position:absolute;
    width:325px;
    z-index:1000;    
}
div.selectHoverTop
{
	background: url(selectHover/top.png) no-repeat;
    height:13px;
}
div.selectHoverMiddle
{
    background:url(selectHover/middle.png) repeat-y;
    z-index:1000;
    padding-top:15px;    
}
div.selectHoverMiddle div.con
{
}
div.selectHoverBottom
{
    background: url(selectHover/bottom.png) no-repeat;    
	height:19px;  
    z-index:1000;
}
div.plus
{
	background: url(plusDiv.png) no-repeat 0 0;
	height:12px;
}

div.DivErrorInput input
{
    background-color:Yellow;
}

/**************TABLES******************/

table.search
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}
table.search tbody tr td
{
    padding:5px 0 5px 0;
}

table.select
{
    width:100%;
    border-collapse:collapse;
    margin:20px 0 0 12px;
}
table.select tbody tr td
{
    padding:5px 5px 5px 5px;
}
table.select tbody tr td input 
{
    display:block;
    float:left;
    width:20px;
}
table.select tbody tr td label
{

    display:block;
    float:left;
    margin-top:3px;
    width:240px;
}

table.partner
{
    width:100%;
    border-collapse:separate;
}
table.partner tbody tr td
{
    width:50%;
    vertical-align:top;
    text-align:center;
    padding:20px;
    margin:1px;
    position:relative;
}
table.partner tbody tr td img
{
    border:none;
}
table.partner tbody tr td span
{
    display:block;
}

/********** table.grid ********************/

table.grid
{
    width:100%;
    border-collapse:separate;
    border:solid 2px #d6d6d6;
}

table.grid tr th
{
    background: url(th.png) repeat-x;
    height:32px;
    vertical-align:middle;
    text-align:left;
    padding-left:10px;
    
    background-color:#ffffff;
    border-bottom:solid 1px #d6d6d6;
    border-right:solid 1px #d6d6d6;
}

table.grid tr.head td
{
    background: url(th.png) repeat-x;
    height:34px;
    vertical-align:middle;
    text-align:left;
    padding-left:10px;
    font-weight:bold;
    
    background-color:#ffffff;
    border-bottom:solid 1px #d6d6d6;
    border-right:solid 1px #d6d6d6;
}

table.grid tr.row
{
    background-color:#ffffff;
}

table.grid tr.row td table.history
{
    width:100%;
    /*background-color:white;*/
    margin: 0px 0px 0px 0px;
}

table.grid tr.row td table.history tr td.historycell
{
    height:1px;
    padding: 0px 2px 0px 2px;
    /*background-color:#f2f2f2;*/
    border-style:none;
    border-width:0px;
}

table.grid tr.row td table.history tr td.historycell table.nTable tr td
{
    border-color:#ffffff;
}

table.grid tr.row td table.history tr td span img
{
    border-style:none;
}

table.grid tr.row td table.history tr td div.historytitle
{
}

table.grid tr.row td table.holder
{
    margin: 0px 0px 0px 0px;
}

table.grid tr.row td table.holder tbody tr td
{
    border-color:#ffffff;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}

table.grid tr.rowalter
{
    background-color:#f2f2f2;
}

table.grid tr.rowalter td table.history
{
    width:100%;
    /*background-color:white;*/
    margin: 0px 0px 0px 0px;
    border-style: none;
}

table.grid tr.rowalter td table.history tr td.historycell
{
    height:1px;
    padding: 0px 2px 0px 2px;
    /*background-color:#f2f2f2;*/
    border-style:none;
    border-width:0px;
}

table.grid tr.rowalter td table.history tr td.historycell table.nTable tr td
{
    border-color:#f2f2f2;
}

table.grid tr.rowalter td table.history tr td span img
{
    border-style:none;
}

table.grid tr.rowalter td table.history tr td div.historytitle
{
    
}

table.grid tr.rowalter td table.holder
{
    margin: 0px 0px 0px 0px;
}

table.grid tr.rowalter td table.holder tbody tr td
{
    border-color:#f2f2f2;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}

table.grid tr.rowselected, tr.rowselected
{
    background-color:#e6ebee;
}

table.grid tr.rowselected td table.history
{
    width:100%;
    /*background-color:white;*/
    margin: 0px 0px 0px 0px;
    border-style: none;
}

table.grid tr.rowselected td table.history tr td.historycell
{
    height:1px;
    padding: 0px 2px 0px 2px;
    /*background-color:#f2f2f2;*/
    border-style:none;
    border-width:0px;
}

table.grid tr.rowselected td table.history tr td.historycell table.nTable tr td
{
    border-color:#e6ebee;
}

table.grid tr.rowselected td table.history tr td span img
{
    border-style:none;
}

table.grid tr.rowselected td table.history tr td div.historytitle
{
    
}

table.grid tr.rowselected td
{
    border:solid 1px #c2d2db;
    min-height:30px;
    vertical-align:middle;
    padding:10px;
}

table.grid tr.rowselected td table.holder
{
    margin: 0px 0px 0px 0px;
}

table.grid tr.rowselected td table.holder tbody tr td
{
    border-color:#e6ebee;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
}

table.grid tr.row td
{
    border:solid 1px #d6d6d6;
    min-height:30px;
    vertical-align:middle;
    padding:10px;
}


table.grid tr.rowalter td
{
    border:solid 1px #d6d6d6;
    min-height:30px;
    vertical-align:middle;
    padding:10px;
}

table.grid tr.rowpager
{
    background-color:#ffffff;
}

table.grid tr.rowpager td
{
    text-align:center;
    height:10px;
    vertical-align:middle;    
}

table.grid tr.rowpager td span
{
    color:#d6d6d6;
    font-weight:bold;
    display:inline-block;
    margin:10px 0px;
    width:15px;
}

table.grid tr.rowpager td a
{
    font-weight:bold;
    display:inline-block;
    margin:10px 0px;
}

table.grid tr.rowpager td table
{
    width:20%;
    margin:0px auto;
}

table.grid tr.rowpager td table tr td
{
    width:20px;
}

table.grid tr.rowpager td table tr td span
{
    color:#d6d6d6;
    font-weight:bold;
}

table.grid tr.rowpager td table tr td a
{
    font-weight:bold;
}

table.grid tr.rowpager td table tr td a:hover
{
}

table.grid a
{
    color:#174366;
    text-decoration:underline;
    font-weight:normal;
}


/*****************table.form*********************/

table.form
{
    width:100%;
    border-collapse:collapse;
}
table.form tbody tr td
{	
	vertical-align:middle;
	padding: 2px 0 2px 6px;
}
table.form tbody tr td.txt
{   
    font:bold 12px Arial;
    width:120px;
}
table.form tbody tr td.txtTop
{   
    font:bold 12px Arial;
    width:120px;
	vertical-align:top;
	padding-top: 4px;
}
table.form tbody tr td.ctrl
{    
    width:225px;
}
table.form tbody tr td.ctrl1_1
{    
    width:70px;
}
table.form tbody tr td.ctrl1_2
{    
    width:150px;
    text-align:left;
}
table.form tbody tr td input.txt,input.txt
{
    border:solid 1px #5e96bf;
    width:225px;
    font:normal 12px Arial;
    color:#333333;
}
table.form tbody tr td.error
{
	width: 281px;
	padding-left: 60px;
}

table.form tbody tr td input.txt1_1
{
    border:solid 1px #5e96bf;
    width:68px;
    font:normal 12px Arial;
    color:#333333;
}
table.form tbody tr td input.txt1_2
{
    border:solid 1px #5e96bf;     
    width:147px;
    font:normal 12px Arial;
    color:#333333;        
}
table.form tbody tr td select,
table.form tbody tr td.ctrl select
{
    border:solid 1px #5e96bf;    
    width:225px;
    font:normal 12px Arial;
    color:#333333;
}
table.form tbody tr td.pwdMessage
{
    font:normal 11px Arial;
    color:#858585;
    padding-bottom:10px;
}
table.form tbody tr td.pwdMessage span.pwdMessage
{
	display:block;
	width:350px;
}

/********************************************/

table.view
{
    width:100%;
    border-collapse:collapse;
}
table.view tbody tr
{    
}
table.view tbody tr td
{
    vertical-align:middle;
    padding:5px;
    border-bottom:solid 1px #c7c7c7;    
}

table.view tbody tr.last td, table.view tbody tr.alterlast td
{
    vertical-align:middle;
    padding:5px;
    border-bottom:none;  
}

table.view tbody tr.alter, table.view tbody tr.alterlast
{
    background-color:#f2f2f2;
}
table.view tbody tr td.title
{
    font:bold 12px Arial;
    color:#333333;
    width:120px;
}

/************************ Positioning table **************************/
table.holder
{
    width:100%;
    border-collapse:collapse;
}
table.holder tr td
{
    padding:0;
    vertical-align:middle;
}
table.holder tr td.bottom
{
	padding-top:10px;
}

/************LINKS************************/
a.arr, a.arr:link
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat left 50%;
    padding-left: 7px;
    line-height:12px;    
}
a.arr:hover
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueLight.gif) no-repeat left 50%;
    padding-left: 7px;
    line-height:12px;    
}

a.arrsmall,
a.arrsmall:link
{
    font: 10px Arial;
    font-weight:lighter;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat left 50%;
    padding-left: 7px;
    line-height:12px;    
}

a.arrsmall:visited
{
    font: 10px Arial;
    font-weight:lighter;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat left 50%;
    padding-left: 7px;
    line-height:12px;    
}

a.arrsmall:hover
{
    color: #558ab4;
    background: url(arrBlueLight.gif) no-repeat left;
}

a.fwd, a.go_on
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDark.gif) no-repeat right 60%;
    padding-right: 7px;
}
a.fwd:hover, a.go_on:hover
{
    color: #558ab4;
    background: url(arrBlueLight.gif) no-repeat right 60%;
    padding-right: 7px;
}
a.bwd, a.go_back
{
    font: bold 12px Arial;
    color: #174366;
    text-decoration:none;
    background: url(arrBlueDarkBack.gif) no-repeat left 60%;
    padding-left: 7px;
}
a.bwd:hover, a.go_back:hover
{
    color: #558ab4;
    background: url(arrBlueLightBack.gif) no-repeat left 60%;
}

a.male
{
    background: url(userm.png) no-repeat left 0%;
    color: #174366;
    padding:6px 0px 0px 24px;
    height:23px;
    display:block;
    text-align:left;
}

a.female
{
    background: url(userw.png) no-repeat left 0%;
    color: #174366;
    padding:6px 0px 0px 24px;
    height:23px;
    display:block;
    text-align:left;
}

a.lang
{
    background: url(lang.gif) no-repeat;
    display:inline-block;
    width:10px;
    height:8px;
    margin-bottom:2px;
}

a.nxt
{
    display:block;
    width:24px;
    height:22px;
    background: url(buttonDubleArwBlue.png) no-repeat left;
}

a.nxt:hover
{
    background: url(buttonDubleArwRed.png) no-repeat left;
}

a.edit
{
    display:block;
    width:24px;
    height:22px;
    background: url(buttonEditBlue.png) no-repeat center;
}

a.edit:hover
{
    background: url(buttonEditRed.png) no-repeat center;
}

a.show
{
    display:block;
    width:24px;
    height:22px;
    background: url(buttonShowBlue.png) no-repeat center;
}

a.show:hover
{
    background: url(buttonShowRed.png) no-repeat center;
}


a.online
{
    background: url(spotGreen.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.online:link
{
    background: url(spotGreen.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.online:hover
{
    color:#333333;
    text-decoration:none;
}


a.offline
{
    background: url(spotRed.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.offline:link
{
    background: url(spotRed.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.offline:hover
{
    color:#333333;
    text-decoration:none;
}

a.onhold
{
    background: url(spotYellow.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.onhold:link
{
    background: url(spotYellow.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.onhold:hover
{
    color:#333333;
    text-decoration:none;
}

a.email
{
    background: url(email-green.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.email:link
{
    background: url(email-green.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.email:hover
{
    color:#333333;
    text-decoration:none;
}

a.emailopen
{
    background: url(email-open-green.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.emailopen:link
{
    background: url(email-open-green.gif) no-repeat top center;
    display:block;
    padding-top:14px;
    font-size:10px;
    color:#333333;
    text-decoration:none;
}

a.emailopen:hover
{
    color:#333333;
    text-decoration:none;
}

a.headersort
{
    color:#333333;
    text-decoration:none;
    font-weight:bold;
}

a.headersort:link
{
    color:#333333;
    text-decoration:none;
    font-weight:bold;
    background: url('sort.gif') no-repeat 100% 50%;
    padding-right:8px;
}

a.headersort:link:hover
{
    color:#666666;
    background: url('sortHover.gif') no-repeat 100% 50%;
}

a.plus
{
	background: url(plusDiv.png) no-repeat 0 50%;
	padding-left: 16px;
	height:16px;
	font:bold 13px Arial;
	color:#cccccc;	
}

/*************** R A Z N O *************************/

textarea { border:solid 1px #5e96bf; }

img, span img 
{ 
    border:none 
}
ul
{   
    margin:10px 0 10px 0;
    padding:0 0 0 30px;
    line-height:16px;
}
input.txt
{
    border:1px solid #5e96bf;
    font-size:11px;
    font-family:Arial;
}

b.blue
{
    font: bold 12px Arial;
    color:#174366;
}

div.loadingTxt
{	
	float:right;
    font: bold 13px Arial;
    /*color:#174366;*/
    background-color:#cc0000;
    color:#ffffff;
    display:inline-block;
    padding:4px;
}

span.warning
{
    color:#ea0519;
}

span.warningsmall
{
    font: 10px Arial;
    font-weight:normal;
    color:#cc0000;
}
span.asterisk
{
	color:#cc0000;
	font:bold 12px Arial;
} 
td.error
{
	color:#cc0000;
	font:normal 11px Arial;
}

div.input { display: inline; }
div.input input
{
    border:solid 1px #5e96bf;
    font:normal 12px Arial;
    color:#333333;
}

input.txtplain
{
    border:solid 1px #5e96bf;
    font:normal 12px Arial;
    color:#333333;
}

p.message
{
    font:normal 11px Arial;
    color:#858585;
}

select.common
{
	width:100%;
    border:solid 1px #5e96bf;
    font:normal 12px Arial;
    color:#333333;
}
div.pnTitle
{
	font-weight:bold;
	margin-bottom:10px;
}
div.editLink
{
	float:right;
}