/*
 General styles for Vortex
 */

font.debug {
	font: 10px arial;		
}

/*
 Styles for ChoseDB
*/

#chosedb_main_table {
	width: 100%;
	height: 100%;
}

#chosedb_main_tr {
	
}

#chosedb_main_td {
	
}

#chosedb_inner_table {

}

tr.chosedb_inner_tr {
	height: 200px;
}

td.chosedb_inner_td {
	width: 200px;
	text-align: center;
}

img.chosedb_icon {
	border: none;
}

a.chosedb_link:link		{ font-weight: bold;font-size: 18px; text-decoration:none; color: black; }
a.chosedb_link:visited	{ font-weight: bold;font-size: 18px; text-decoration:none; color: black; }
a.chosedb_link:hover	{ font-weight: bold;font-size: 18px; text-decoration:none; color: black; }



/* Styles for login box */

#login_main_table {
	width: 100%;
	height: 100%;
}

#login_main_tr {

}

#login_main_td {}

#login_inner_table {
	height: 200px;
}

#login_title_tr{}
#login_title_td {
	font-size: 20px;
	padding-left: 20px;
}

td.login_main_td {
	font-weight: bold;
	color: gray;
	text-align: right;
	padding-left: 20px;
}

td.login_right_td {
	padding-top: 5px;
}

input.login {
	border: none;
	border-bottom: 1px solid black;
	background-color: #F0F0F0;
}

#login_btn_td {
	text-align: center;
}

p.warnings {
	padding: 5px;
	padding-left: 25px;
	margin-bottom: 10px;
	border: 1px dotted red;
	background-color: lightyellow;
	font: 16px arial;
}

div.tableinfo {
	/*height: 40px;*/
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

tr.tableinfo {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}

td.tableinfo {
	padding-right: 150px;
}

td.tableinfo_link {
	color: black;
}

a.tableinfo:visited,
a.tableinfo:link {
	color: gray;
	font-weight: normal;
	text-decoration: none;
}
a.tableinfo:hover {
	color: #4274DE;
	font-weight:normal;
	text-decoration: underline;
}

div.tableinfo_head {
	font-weight: normal;
}

p.tableinfo_history {
	background-color: #F5F5F5;
	font-size: 11px;
	font-family: arial;
	margin: 2px;
}

/* Flowchart styles */

div.vxFlowChart {
	position: relative;
	background: url( ../gfx/fc/fc_bg_transparent.png );
	background-color: #FBFBFB;
	border: 1px solid #E0E0E0;
	z-index: 2;
}

div.vxFlowChartLine {
	position: absolute;
	background: none;
	border: 2px solid blue;
	opacity: 0.5;
	z-index: 3;
	border-collapse: collapse;
}

div.vxFlowChartLineBox {
	position: absolute;
	background: white;
	border: 1px solid blue;
	opacity: 1;
	z-index: 4;
	border-collapse: collapse;
	border-radius: 3px;
	height: 20px;
	min-width: 20px;
}

div.vxFlowChartName {
	opacity: 0.5;
	position: absolute;
	padding: 5px;
	background-color: #E0E0E0;
}

div.vxFlowChartScript {
	position: absolute;
	width: 69px;
	height: 75px;
	margin: 4px;
	border: 1px solid black;
	border-radius: 5px;
	text-align: center;
	background: white;
	z-index: 5;
}

div.vxWorkFlowTraced {
	border: 2px solid green;
}

div.vxFlowChartScriptTitle {
	background: url( ../../vortex/gfx/showlist/white_trans.png );
	border-top: 1px solid black;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	font: 9px solid gray;
}

div.vxFlowChartSelected {
	position: absolute;
	opacity: 0.2;
	border: 2px solid blue;
	background-color: #4274DE;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	left: -18px;
	top: -15px;
	z-index: -1;
}

img.vxFlowChartScriptIcon {
	width: 60px;
	height: 60px;
	border: none;
}


/* My Profile */
p.profile_head {
	font: 18px arial;
	font-weight: bold;
	margin: 5px;
	padding-left: 25px;
	border-top: 1px solid gray;
	border-radius: 15px;
	margin-bottom: 15px;
}

p.myprofilestatus_ok {
	padding: 5px;
	background-color: #D0FFD0;
	margin: 10px;
	border-radius: 5px;
	border: 1px solid gray;
}
p.myprofilestatus_error {
	
}

table.myprofile {
	padding: 0px;
	margin: 10px;
	border: 1px solid gray;
	border-radius: 5px;
	border-spacing: 0px;
}

tr.myprofile {
	height: 30px;
	vertical-align: middle;
	border-radius: 5px;
}

tr.myprofile:first-child td:first-child {
	border-radius: 5px 0 0 0;
}
tr.myprofile:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
tr.myprofile:first-child td:last-child {
	border-radius: 0 5px 0 0;
}
tr.myprofile:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

td.myprofileleft {
	/*border-radius: 5px 0 0 5px;*/
	font-size: 16px;
	padding-left: 10px;
	padding-right: 20px;
	min-width: 200px;
	background-color: #F5F5F5;
	border-right: 1px solid gray;
	border-bottom: 1px dotted #E3E3E3;
}

td.myprofileright {
	/*border-radius: 0 5px 5px 0;*/
	border-bottom: 1px dotted #E3E3E3;
	background-color: #FFFFFF;
	min-width: 200px;
}
